body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.table_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #941829;
	border: none;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	border: none;
}
.menu_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #941829;
	border: none;
}
.logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
}.bottom_right {
	background-image: url(../Images/bottom_right.PNG);
	background-repeat: no-repeat;
	background-position: right top;
}
.top_right {
	background-image: url(../Images/top_right.PNG);
	background-repeat: no-repeat;
	background-position: right top;
}

a {
	font-size: 11px;
	color: #425D73;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CE5100;
}

td {
	border: 1px solid #CEBEB5;
}

.no_border {
	border: none;
}
.small {
	font-size: 10px;
}
a:active {
	color: #000066;
}
.strike_through {
	text-decoration: line-through;
}

