h1{
	color: #505050;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
}
.h1{
	color: #505050;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
}
h2{
	color: #505050;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
}
.h2{
	color: #505050;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
}
h3{
	color: #505050;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}
.h3{
	color: #505050;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}
body{
	color: #808080;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}
.text{
	color: #808080;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}
.smalltext{
	font-size:12px;
}

a:active, a:link, a:visited{
	color: #505050;
	text-decoration:none;
}
a:hover{
	color: #D60000;
	text-decoration:underline;
}
td.redhead{
	background-image : url(images/red.gif);
	background-repeat : repeat-x, repeat-y;
	height: 60;
}
td.yellowborder{
	border-top: 0px solid white;
	border-right : 3px solid #E6E300;
	border-bottom : 3px solid #E6E300;
	border-left : 3px solid #E6E300;
}
td.yellowhead{
	background-image : url(images/yellow.gif);
	background-repeat : repeat-x, repeat-y;
	height: 25;
}
td.redline{
	background-image : url(images/red.gif);
	background-repeat : repeat-x, repeat-y;
	height: 2;
	font-size:1px;
	
}
img.logo{
	margin-left : 10px;
}
img.phone{
	margin-right:150px;
}
div.headimg{
	position : relative;
	left : 400;
	top : 50;
	z-index : 10;
}
table.menu{
	border-top: 2px solid #E6E300;
	border-right: 2px solid #E6E300;
}
td.menu{
	background-color:#D60000;
	vertical-align : middle;
	text-align : center;
	border:1px solid #E6E300;
}
a.menu:active, a.menu:visited,a.menu:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: silver;
	text-decoration:none;
}
a.menu:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;	
	font-weight:bold;
	color: #E6E300;
	text-decoration:none;
}
table.submenu{
	border: 2px solid #E6E300;
}
input{
	width:250px;
	border: 1px solid #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:black;
}
textarea{
	width:250px;
	border: 1px solid #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:black;
}
.aheadbar{
	background-color: #D60000;
	color: silver;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	padding-bottom: 2px;
}
td.prompt{
	background-color: #D60000;
	color: silver;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	vertical-align: middle;
	text-align : right;
	width : 100px;
}
td {
	color: #808080;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}
p{
		color: #808080;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}
.copyright{
	color: #BFBFBF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
a.copyright:link, a.copyright:visited, a.copyright:active{
  color: #BFBFBF;
  text-decoration:none;
}
a.copyright:hover{
	color: #D60000;
	text-decoration:underline;
}