a:link, a:visited, a:active {
	color:#ffffa0;
	text-decoration: underline;
} 

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:focus, a:hover {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

a.textnav:link, a.textnav:visited {
	color: #000000;
	text-decoration: none;
}
a.textnav:hover {
	color: #003366;
	text-decoration: none;
}
a.textnav:active {
	color: #000000;
}


a.modiphy:link, a.modiphy:visited {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color:#a8a7a7;
	text-decoration: none;
}
a.modiphy:hover {
	color:#FFFFFF;
	text-decoration: none;
}
a.modiphy:active {
	color: #EEEEEE;
}
HR {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 100%;
	height: 1px;
}
td,div {
	font-family: Arial;
	color: #aaaaaa;
	font-size: 14px;
	line-height: 20px;
}
input {
    background-color:#ffffa0;
    border:1px solid #ffffa0;
    font-size:11px;
    font-family:Tahoma;
    color:#000000;
    margin-bottom:0px;
    margin-right:5px;
    padding-top: 0px;
    padding-left:0px;
}
textarea {
	scrollbar-track-color:#ffffa0;
	background-color:#ffffa0;
	border:1px solid #ffffa0;
	font-size:11px;
	font-family:Tahoma;
	color:#000000;
	margin-bottom:2px;
	margin-top:1px;
	padding-top: 1px;
	padding-left:4px;
	width:200px;
	height: 42px;
}
select {
    	background-color:#cf2541;
	border: 1px solid #FFFFFF;
    	font-size:11px;
    	font-family:Tahoma;
	color: #FFFFFF;
    	margin-bottom:0px;
    	padding-top: 0px;

    	padding-left:0px;
	width:140px;
}
form {
	margin:0px;
	padding:0px;
}
.button {
	border:1px solid #FFFFFF;
	font-size:11px;
	font-family:Arial;
	background-color:#db0000;
	color:#FFFFFF;
	margin-bottom:5px;
	margin-top:2px;
	font-weight: bold;
	cursor:hand;
}

.copyrighttext {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color:#4C4C4C;
}
.blurbs {
	color: #AEAEAE;
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #a8a7a7;
	padding-top: 3px;
	padding-right: 7px;
	background-image: url(images/footertop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
