body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.boldred {
	font-family: Arial, Helvetica, sans-serif; 
	color: #CC0000; font-size: 12px; font-weight: bold;
}

td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

a {
	text-decoration:none;
	color:#336;
}

a:hover {
	text-decoration:underline;
	color:#CC0000;
}

.input { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.button { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px 
}

.input_invalid { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px ; 
	border: 1px #990000 solid
}

.smallbody {
	color: #000000; 
	font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	line-height: 12px; 
	text-decoration: none;
}

.box {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #EEEEEE;
}
	
.button {
	border: 1px solid #999999;
	padding: 5px;
	background-color: #EEEEEE;
	color: #333333; 
}

.button:hover {
	background-color: #CC0000;
	cursor: pointer;
	color: #FFFFFF; 
}

.header {
	color: #666666;
	font-size: 24px;
}

.subheader {
	color: #336;
	font-size: 16px;
	font-weight:bold;
}