@charset "utf-8";
/* CSS Document */


.a1 {
	color: #000000;
	text-decoration: none;
	font-family: "arial";
	font-weight: bold;
	font-size: 10px;
	hover: red;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}

A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	
}
	A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

/*.hand{
	cursor: hand;
}*/
	
	
.hoverBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.headerBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}



.navbar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
	background-image: url(images/buttons/nav.jpg);
	background-repeat: repeat-x;
	border-bottom: none;
	border-top: none;
	border-right: solid;
	border-right-color: #000000;
	border-right-width: medium;
}


.navbarhover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
	background-color: #000000;
	font-weight: bold;
	background-image: url(images/buttons/navover.jpg);
	background-repeat: repeat-x;
	border-bottom: none;
	border-top: none;
	border-right: solid;
	border-right-color: #000000;
	border-right-width: medium;
}



.Headers{
	font: arial;
	font-size: 45px;
	font-weight: normal;
	color: #FFFFFF;
}

.headerBack{
	background-image: url(images/banner/banner3.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #FFCC00;
}



.subheader{
	font: arial;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}

.HeadersPage{
	font: arial;
	font-size: 45px;
	font-weight: normal;
	color: #003399;
}

.subheaderPage{
	font: arial;
	font-weight: normal;
	font-size: 14px;
	color: #003399;
}

.class1{
	
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}