@charset "utf-8";
/* CSS Document */

body { background-color:#FFFFFF;}

p { line-height:16px; padding-bottom: 10px;
}


h1, h2, h3, h6, ul, il, {
		font-family:Verdana, Arial, Helvetica, sans-serif;	
}

h1,h2,h3 {
	color:#003366;
}

h1 { 
	font-size:28px;
	text-align:left;
	}
	
h2 { 
	font-size: 24px;
	text-align:center;
	}

h3 {
	font-size:18px;
	}

h4 { 
	font-size:14px;}


h6 { 
	font-size: 13px; 
	margin-bottom:5px;
	color:#333333; 
	text-decoration:underline;
}

ul, il, { 
	font-size: 16px;
	list-style: disc; 
	color: #333333;
	list-style-position:outside;
	margin-top: 7px;
}

ol { font-size:12px; color:#003366; list-style-position:outside; margin-top: 7px;}

.imgleft { 
	border:none;
	margin-left:auto;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top:10px;
	float:left;
}

.imgright { 
	border:none;
	margin-right:auto;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top:auto;
	float:right;
}

.imgcenter {	
	border:none;
	margin-bottom: 10px;
	margin-top: 10px;
	float:none;
	}

.imgleftright {
	border:none;
	margin-right:auto;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top:auto;
	float:right;
	float:right;
}

a:link, a:visited, a:active { 
	text-decoration:underline; 
	color:#0033CC;
	}

a:hover { 
	text-decoration: underline; 
	color:#CC0000; 
	}

.backTopCenter {
	font-size:12px;
	font-weight:bold; 
	color: #003366;
	text-align: center;
	}
	
.backTopLeft {
	font-size:12px;
	font-weight:bold; 
	color:#003366;
	text-align: left;
	}
	
.backTopRight {
	font-size:12px;
	font-weight:bold; 
	color:#003366;
	text-align: right;
	}
