/* --- ODI STYLE SHEET --- */

/* --- DEFAULT SETTINGS --- */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset,  th, td, img {
	margin: 0;
	padding: 0;
	border:0;
}
body {
	font-family: Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;
	font-size: 0.8em;
	line-height:1.4em;
}
td {
	vertical-align:top;
	overflow:hidden;
}
img {
	float:left;
	margin: 5px 5px 5px 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin-top:0px;
	margin-bottom:10px;
}
H3, H4, H5, H6 {
	clear:both;
}
H1 {
	font-size:1.9em;
	font-weight: normal;
}
H2 { 
	font-size:1.3em;
}
H3 { 
	font-size:1.2em;
}
H4 { 
	font-size:1.1em;
}
H5 { 
	font-size:1em;
}
H6 { 
	font-size:0.9em;
}
a:link,
a:active,
H1 a:visited, 
H2 a:visited, 
H3 a:visited, 
H4 a:visited, 
H5 a:visited, 
H6 a:visited {
	color:#003b79;
	text-decoration:none;
}
a:visited {
	color:#669;
	text-decoration:none;
}
a:hover,
H1 a:hover, 
H2 a:hover, 
H3 a:hover, 
H4 a:hover, 
H5 a:hover, 
H6 a:hover {
	color:#900;
	text-decoration:underline;
}
P { 
	padding:0px;
	margin-bottom:5px;
}
ul, ol {
	margin: 0px 0px 10px 15px;
	padding:0px;
}
 ol {
	margin: 0px 0px 10px 30px;
}
ul li {
	list-style: square;
	margin-bottom:2px;
}
ol li {
	margin-bottom:2px;
}
input, select {
 	width:180px;
}

