/* CSS Document */


a:visited, a:link {
	color: #c40000;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	}

a:active, a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	}


h1 {
	background-color:#3f79e5; /*blue*/
	border: 1px #150185 solid;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	font-family:Arial, sans-serif;
	width: 80%;
	margin: 0px auto;
}

h2 {
	color: #C40000;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	text-transform: capitalize;
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #000099;
	}



.btcopyrights {
	background-color: transparent;
	border-bottom-width: 0px;
	border-color: #8B8B8B #000000 #000000;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-size: 10px;
	text-align: center;
}
.btnav {
	border-bottom-width: 1px;
	border-color: #000000 #000000 #3F79E5;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dashed;
	border-top-width: 0px;
}

.center
{
text-align: center;
font-weight: bold;
}

.ctrRed
{
text-align: center;
font-weight: bold;
color:#c40000;
font-size: 110%;
}

.ctrWhite
{
text-align: center;
font-weight: bold;
color:#ffffff;
font-size: 110%;
}

.red
{
color: #c40000;
}

.box
{
 border: 2px solid #3f79e5;
 padding: 1em;
 width: 75%;
 margin: 0px auto;
 }
 
 img
 {
 border-top: 0;
 border-bottom:0;
 border-left:0;
 border-top:0;
 }
 
 .bold
 {
 font-weight: bold;
 }
 
 .underline
 {
text-decoration: underline;
}

.bluebg
{
background-color: #3f79e5;
text-align: center;
}
