@charset "utf-8";
/* CSS Document */

body  {
	background: #2c3e38;
	margin: 0px;
}
/*  Set border of images to none so a hyperlink won't show a blue/red border around it */
img {
	border: none;
}

a:link {  color: #FF6600; text-decoration: underline}
a:visited {  color: #FF6600; text-decoration: underline}
a:hover {  color: #0000CC; text-decoration: none}
a:active {  color: #FF6600; text-decoration: underline}

.text { font-family: Arial, Helvetica, sans-serif; font-size: 11px}
.text a:link, .text a:visited, .text a:active { color: #cccccc; text-decoration: underline}
.text a:hover {  color: #eb6f1b; text-decoration: none}

.text12 { font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.text12 a:link, .text12 a:visited, .text12 a:active { color: #eb6f1b; text-decoration: underline}
.text12 a:hover { color: #eb6f1b; text-decoration: none;}

.text14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px
}
.text16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px
}
.textTimes {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px
}
.bgLogo {
	background-image: url(../images/bgLogo.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #710708;
	background-image: url(../images/h1underline.gif);
	background-repeat: repeat-x;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	/*color: #710708;*/
	margin-bottom: 0px;
}
