 
h1{	font-size:16px; font-weight:bold; color:#336699;}
h2{ font-size:14px; color: #E27000;}
h3{ font-size:12px; font-weight:bold; color:#006699;}

body,p,td,li,div{font-family:arial, tahoma, georgia, verdana, san-serif;font-size:12px;}
A {
	COLOR: #0000ff; TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}
.nav {
	FONT-SIZE: 12px; COLOR: #666666;
}
nav A {
	COLOR: #666666; TEXT-DECORATION: none
}
nav A:hover{
	COLOR: #0A539B; TEXT-DECORATION: underline}
	
hr {border: none 0;  text-align: left;
border-top: 1px dashed #ccc;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

li { margin-bottom: 0.5em; }
ul.ol { list-style-type: none; }
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px 0px;
	border-style: solid solid solid solid;
	border-color: #006699;
	border-collapse: collapse;
	background-color: #FEFDE7;
	line-height: 120%;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px;
	border-style: none none none none;
	border-color: white white white white;
	background-color: #FEFDE7;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px;
	border-style: none none none none;
	border-color: white white white white;
	background-color: #FEFDE7;
	-moz-border-radius: 0px 0px 0px 0px;

}