html {font-family: Trebuchet MS, Arial, Verdana, sans-serif; 
	color: #000; font-size: 14px;
}
body {font-family: Trebuchet MS, Arial, sans-serif; 
}
p { 
	font-family: Trebuchet MS, Arial, sans-serif;  
	margin: 0 0 10px 0; 
	font-size: 14px;
}

h1 {   
	font-size: 28px; 
	font-weight: bold; 
	font-family: georgia, Arial, sans-serif; 
	color: #3e3e3e;
	padding: 5px 0;
	text-align:left;
	margin: 0 0;
}

h2 {  
	font-size: 24px; 
	font-weight: bold;
	font-family: georgia, Arial, sans-serif; 
	color: #0D67D3; 
	padding: 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #bbb;
	text-align:left;
	margin: 0 0;
}

h3 {  
	font-size: 22px;
	font-weight: bold;
	font-family: georgia, Arial, sans-serif;  
	color: #0C94C9;
	font-style: italic;
	padding: 5px 0;
	text-align:left;
	margin: 0 0;
}

h4 {
    font-size: 20px; 
    font-weight: bold;
    font-family: georgia, Arial, sans-serif;  
    color: #3e3e3e; 
    padding: 5px 0;
	text-align:left;
	margin: 0 0;
}

h5 {
    font-size: 18px;
    font-weight: bold;  
    font-family: georgia, Arial, sans-serif;  
    color: #0D67D3;
    padding: 5px 0;
    margin: 0 0 5px 0;
	border-bottom: 1px solid #bbb;
	text-align:left;
	margin: 0 0;
}

h6 { 
    font-size: 18px;
    font-weight: bold; 
    font-family: georgia, Arial, sans-serif;  
    color: #0C94C9; 
    font-style: italic;
    padding: 5px 0;
	text-align:left;
	margin: 0 0;
}

a { 
	color:blue; 
	text-decoration: none; 
	font-family: Trebuchet MS, Arial, sans-serif;  
	font-weight: bold;
}

a:hover { 
	color: #1535BC; 
	text-decoration: underline; 
}

em, i { 
	font-style: italic; 
	font-family: Trebuchet MS, Arial, sans-serif;  
}

strong, b { 
	font-weight: bold; 
	font-family: Trebuchet MS, Arial, sans-serif;  

}
td{
	padding:5px 10px;
	text-align:left;
}
sub{vertical-align:sub;}
sup{vertical-align:super;}
/*list styles*/
body ul, body ol {
	margin-bottom:10px;
	margin-left:15px;
}
li {
	line-height:125%;
}
ul li{
	list-style:disc outside none;
}
ul ul{
	margin-bottom:0;
}
ul ul li{
	list-style-type:circle;
}
ul ul ul {
}
ul ul ul li{
	list-style-type:square;
}
ul ul ul ul li{
	list-style-type:circle;
}
ul ul ul ul ul li{
	list-style-type:disc;
}
ol li{
	list-style:decimal outside none;
}
ol ol{
	margin-bottom:0;
}
ol ol li {
	list-style-type: upper-alpha;
}

ol ol ol li{
	list-style-type: upper-roman;
}
ol ol ol ol li{
	list-style-type: lower-alpha;
}
ol ol ol ol ol li{
	list-style-type: lower-roman;
}



