/* Global Defaults
-------------------------------------------------------------------------------- */
.left { float:left; }
.right { float:right; }
.clr { clear:both; font-size:0; overflow:hidden; }
*+html .clr { display:inline; }
* html .clr { display:inline; }
textarea { resize:none; }
td { vertical-align:middle; }
h1, h2, h3, h4, h5, h6 { line-height: 1em; }

/* Must be changed to correct values according to the design */
body { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	background: url(../images/body-bg.gif) 0 0 repeat-x #fff;
	min-width: 967px;
	color: #5f5f5f;
	font-family: 'MuseoSans500Regular';
}
h1 { color:#5f5f5f; font-size:30px; font-weight: normal; font-family: 'MuseoSans700Regular';}
h2 { color:#5f5f5f; font-size:24px; font-weight: normal; font-family: 'MuseoSans500Regular'; }
h3 { color:#000000; font-size:20px; }
h4 { color:#000000; font-size:18px; }
h5 { color:#000000; font-size:16px; }
h6 { color:#000000; font-size:14px; }
p { padding:0 0 10px 0;}
ol { padding:0 0 10px 20px; }
ol li { list-style-type:decimal; padding:0 0 10px 0; }
ul { padding:0 0 10px 0; }
ul li { list-style-type:none; padding:0 0 10px 0; }
a { color:#000000; text-decoration:none; }
a:hover { text-decoration:underline; }
input, textarea, select, option { font-family:Arial, Helvetica, sans-serif; font-size:12px; }