﻿/* CSS Document */
html, body {
margin:0px;
padding:10px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:11px;
background-color:#FFFFFF;
}

A 	{ color:#0033cc; text-decoration:none }
A:hover,A:active	{ color:#FFFFFF; background-color:#4b639f; text-decoration:none}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 10px 0 0 0;
}
	
h1{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:20px;
	color:#353535;
	line-height:15px;
	margin:0 0 20px 0;
	font-weight:lighter;
	}
	
h2{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:17px;
	margin:15px 0 0 0;
	color:#353535;
	font-weight:lighter;
	}
	
h3{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:14px;
	color:#c7201f;
	letter-spacing:0;
	line-height:normal;
	text-align:left;
	font-weight:lighter;
	margin:15px 0 0 0;
	}
	
h4{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:12px;
	color:#82817f;
	letter-spacing:0;
	line-height:normal;
	text-align:left;
	font-weight:lighter;
	margin:15px 0 0 0;
	}
	
h5{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:12px;
	color: #303030;
	letter-spacing:0;
	line-height:normal;
	text-align:left;
	font-weight:bold;
	margin:15px 0 0 0;
	}
		
h6{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:11px;
	color:#353535;
	letter-spacing:0;
	line-height:normal;
	text-align:left;
	margin:0 0 0 0;
	}

ul {padding:0; margin:0 0 10px 12px; list-style-type:disc;}

ol {padding:0; margin:0 0 0 18px; list-style-type:decimal;}


li {
	padding:0;
	margin:8px 0 0 0;
	color:#252a30;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	text-align:left
	}

