body {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}
td {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}
a {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #669900;
	text-decoration: underline;
}
.form {
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	margin: 2;
	padding: 2;
	border-color: #596C80 #3D6B99 #3D6B99 #596C80;
	border-width: 1px 1px 1px 1px; 
	border-style: solid;
	background-color: #D5F1FF;
}
.search {
	width: 130px;
	height:	20px;
	padding: 0;
	margin:	2px 1;
	border-color: #596C80 #3D6B99 #3D6B99 #596C80;
	border-width: 1px 1px 1px 1px; 
	border-style: solid;
	font: 11px Arial, Verdana, sans-serif;
	background-color: #D5F1FF;
}
input.submit {
	border: 1px solid #330066;
	font: 11px Arial, Verdana, sans-serif;
	background: #0099CC;
	height:	20px;
	color: #FFFFFF;
	padding: 0;
	margin:	1;
}
#content {
	margin: 10px;
}
#content .title {
	font-size: 16px;
	color: #006600;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#content .subtitle {
	color: #996600;
	font-weight: bold;
}

#form {
	font: 12px Arial, Verdana, sans-serif;
	line-height:20px;
}

#form td {
	font: 12px Arial, Verdana, sans-serif;
	line-height:20px;
}
	
#right_title {
	margin-top: 5px;
	color: #ffcc00;
	font-size: 14px;
	font-weight: bold;
}
#right {
	color: #ffffff;
	font-size: 11px;
}
#right a {
	color: #ffff00;
	text-decoration: none;
}
#right a:hover {
	color: #ffcc00;
	text-decoration: underline;
}