/* CSS Document */

.header {font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	}

.bodytext{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	color: #000000;
	line-height: 18px;
	padding: 4px;
	margin-top: 0px;
 	margin-right: 0px;
  	margin-bottom: 0px;
 	margin-left: 0px
	}

.bodytext a:link{
	color:#3366FF;
	}

.bodytext a:visited{ 
	color:#CC3399;
	}

.bodytextnotjustified{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000000;
	line-height: 18px;
	padding: 4px;
	margin-top: 0px;
 	margin-right: 0px;
  	margin-bottom: 0px;
 	margin-left: 0px
	}

.tabletext{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #000000;
		line-height: 18px;
	padding: 4px;
	}

.tabletextheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight:bold;
	color: #000000;
	line-height: 18px;
	padding: 4px;
	}

.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	display: block;
	padding: 8px;
	width: 200px;
	text-decoration: none;
	}

.navigation:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
	display: block;
	padding: 8px;
	width: 200px;
	text-decoration: underline;
	}
	
a.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	display: block;
	padding: 8px;
	width: 200px;
	text-decoration:none;
	}
	
a.link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	display: block;
	padding: 8px;
	width: 200px;
	text-decoration: underline;
	}

.heading{font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	display: block;
	padding: 8px;
	width: 200px;
	}
		
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
	background-color: #999999;
	width: 700px;
	text-decoration: none;	
	}
	
a.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
	background-color: #999999;
	width: 700px;
	text-decoration: none;	
	}

a.footer:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
	background-color: #999999;
	width: 700px;
	text-decoration: underline;	
	}	
