/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  background-color:white;
	background-position:top left;
	background-repeat: repeat-x;
	background-attachment:fixed;
  font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;

  }
	
		
#headerdiv {
		padding-top:10px;
		padding-bottom:5px;
		height:100px
		}
		
#bodydiv {
		padding-bottom:40px;
		height:500px;
		width:875px;
		}		
		
#bodydiv1 {
		padding-bottom:1px;
		height:500px;
		width:875px;
		}				
		
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
  color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
  color: #black;
	text-decoration: none;
}


.style1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF
}

.style2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000
}

#footer	{
  width:875px;
	height:60px;
	padding-bottom:13px;
	font-size:9px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff; 
	background-color:#6984ff;
}
