/* 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:12px;
	background: url(../images/bg-body.gif) 0 0 repeat-x #7f7f7f;
	min-width: 950px;
}
h1 { color:#000000; font-size:25px; }
h2 { color:#000000; font-size:22px; }
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; }