/* Body Text*/
.bodytext {
	font-family: Arial;
	font-size: 12px;
	color: white;
	font-weight : bold;
}

.copyright{
	font-family: Arial;
	font-size: 11px;
	color: black;
	font-weight : bold;
}

a.bodytext:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight : bold;
	text-decoration: none; 
	color:black;
}

.bodytextnobold{
	font-family: Arial;
	font-size: 14px;
	color: black;
	text-align: center;
	font-weight: bold;
}

a.bodytextnobold:hover{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none; 
	color:#FF3333;
}

.mainbars{
	border-right : thin solid #770B0F;
}

.textbox{
	font-family: Arial;
	color: black;
	font-size: 12px;
	width:220px;
	height:20px;
}

.textbox2{
	font-family: Arial;
	color: black;
	font-size: 12px;
	width:100px;
	height:20px;
}

.dropdown{
	font-family: Arial;
	font-size: 11px;
	color: black;
}

.littlebody {
	font-family: Arial;
	font-size: 9px;
	color: black;
}

.button{
	background-color: #770B0F;
	font-family: Arial;
	color: white;
	font-size: 12px;
	width:80px;
}

.error {
	font-family: Arial;
	font-size: 14px;
	color: Black;
	text-decoration : none;
	font-weight : bold;
}

.nextprevious{
	font-family: Arial;
	font-size: 12px;
	color: black;
	font-weight : bold;
}

a.nextprevious:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight : bold;
	text-decoration: none; 
	color:#FF3333;
}

.titles{
	font-family: Arial;
	font-size: 14px;
	color: black;
	font-weight : bold;
}
.imgborder{
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #760B13;
}
