body {
background-color: #CECED7;
}

.blue {
font-family: verdana, san-serif; 
font-size: 10px; 
text-decoration: none; 
color: #41405E;
}

td {
font-family: verdana, sans-serif;
font-size: 11px;
color: #41405E;
}

a:link, a:active, a:visited {
text-decoration: underline;
font-style: normal; 
color: #363559;
}

a:hover {
font-style: normal; 
color: #F47C05; 
text-decoration: none;
}

.orange {
font-family: verdana, sans-serif;
font-size: 11px;
color: #F47C05;
font-weight: bold; 
}

.title {
font-family: verdana, sans-serif;
font-size: 13px;
color: #F47C05;
font-weight: bold; 
}

.white-title {
font-family: verdana, sans-serif;
font-size: 13px;
color: #FFFFFF;
font-weight: bold; 
}

.blue-title {
font-family: verdana, sans-serif;
font-size: 13px;
color: #41405E;
font-weight: bold; 
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9933;
	border: 1px solid #F47C05;
	cursor: pointer;
	cursor: hand;
}

.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #41405E;
	background-color: #FFFFFF;
	border: 1px solid #57567C;
	padding: 1px 1px;
}

.drop-down {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #41405E;
	background-color: #F7F7F8;
	border: 1px solid #57567C;	
}

.border {
	border: 1px solid #FF9933;
}

.box {
	border: 1px solid #FFFFFF;
}