/* CSS Document */

body {
background-image:url(images/background.gif);
background-color:#ffffff;
margin-top: 1px;
}
 hr {
  border: 0;
  width: 100%;
  color: #f00;
  background-color: #999999;
  height: 1px;
}
.border_main{
	font-family:trebuchet ms;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	background-color:white;
	border-width: 1px 1px 1px 1px;
	border-spacing: 3px;
	border-style:solid;
	border-color: #999999;
	border-collapse: separate;
}

blockquote{
	border-left: 4px solid #c60c34;
	padding-left: 25px;
	padding-right: 25px;
}

h1{
	color: #c60c34;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

h2{
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #346509;
	text-align: left;
}

h3{
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #c60c34;
	text-align: left;
}

.headingtxt {
	font-family: trebuchet ms;
	font-size:25px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}
.headingtxt_sub {
	font-family:Tahoma;
	font-size:20px;
	font-weight:none;
	color: #006699;
	text-decoration:normal;
}
.headingtxt_sub2 {
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	color: black;
	text-decoration:normal;
}
.red {
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	color: #FF0000;
	text-decoration:normal;
}
.maintxt {
	font-family:trebuchet ms;
	font-size:12px;
	color: #000;
	text-decoration:none;
}
.maintxt2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #996633;
	text-decoration:none;
}
.maintxt_light {
	font-family:trebuchet ms;
	font-size:14px;
	color: #999999;
	text-decoration:none;
}
.bottomtxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#666666;
}
.testnames {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: none;
	color: #99CC00;
}

.contacttxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
}
a.linktxt, a.linktxt:link, a.linktxt:active, a.linktxt:visited {
	font-family: Arial;
	font-size: 16px;
	font-weight: none;
	color: #003399;
	font-weight:bold;
	text-decoration:underline;
}
a.linktxt:hover {
	font-family: Arial;
	font-size: 16px;
	font-weight: none;
	color: #009933;
	font-weight:bold;
	text-decoration:underline;
	}
a.linktxt2, a.linktxt2:link, a.linktxt2:active, a.linktxt2:visited {
	font-family: Arial;
	font-size: 20px;
	font-weight: none;
	color: #009933;
	font-weight:bold;
	text-decoration:underline;
}
a.linktxt2:hover {
	font-family: Arial;
	font-size: 20px;
	font-weight: none;
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
}
.button{
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	color:#000000;
	background-color: #FFCC00;
	border-width: 1px 1px 1px 1px;
	border-spacing: 3px;
	border-style:solid;
	border-color: #999999;
	border-collapse: separate;
}
.buttonarea{
	font-family:trebuchet ms;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	background-color: #E9E9E9;
	border-width: 1px 1px 1px 1px;
	border-spacing: 3px;
	text-align:left;
	border-style:solid;
	border-color: #CCCCCC;
	padding:10px;
	border-collapse: separate;
}