body {
	margin-top:		0px; 
	margin-left:		0px;
	margin-right:		0px;
	margin-bottom:		0px;
	background-color:	#BCFAE3;  // rgb(188,250,227);
	color:			black;
	font-family: 		Verdana,Helvetica,Arial,sans-serif;
	font-size:		12px;
}

/* link colors */
a:link, a:visited, a:focus, a:active {
	color:			blue;
	text-decoration:	none; 
}

a:hover {
	/*text-decoration:	underline; */
	color:			orange;
}

.maintable {
	background-color:	#9999CC;
	width:			767px;
}

.logo {
	margin-left:		5px;
	margin-right:		5px;
	margin-top:		0px; 
	margin-bottom:		0px;
	border:			0px solid black;
}

.banner {
	font-size:		14px;
	color:			#CCFFCC;
	background-color:	#009999;
	border:			1px solid #CCFFCC;
}

.message {
	visibility:		hidden;
	position:		absolute;
	text-align:		center;
	width:			510px;
	top:			1px;
	left:			1px;
}

.message a:link, .message a:visited, .message a:focus, .message a:active {
	color:			#FFFF99;
	text-decoration:	none;
	font-weight:		bold;
}

.message a:hover {
	/*text-decoration:	underline; */
	color:			orange;
}

.headline {
	font-size:		32px;
	color:			#CCFF33;
}

.path {
	font-size:		10px;
	font-weight:		bold;
}

.path a:link, .path a:visited, .path a:focus, .path a:active {
	color:			#999999;
}

.path a:hover {
	color:			#cccccc;
}

.colside {
	width:			150px;
	vertical-align:		top;
	background-color:	#DDDDDD;
	padding-top:		10px;
	padding-bottom:		5px;
	padding-left:		3px;
	padding-right:		3px;
}

.colhead {
	text-align:		center;
	font-weight:		bold;
	color:			#666666;
}

.colmain {
	vertical-align:		top;
	background-color:	#EAEAEA;
	padding-top:		10px;
	padding-bottom:		5px;
	padding-left:		6px;
	padding-right:		6px;
}

.colparagraph {
	padding-top:		4px;
	padding-bottom:		4px;
	padding-left:		0px;
	padding-right:		0px;
	margin:			0px;
}


.doc {
	padding-top:		8px;
	padding-bottom:		8px;
	padding-left:		0px;
	padding-right:		0px;
	vertical-align:		top;
}

.doc tr {
	vertical-align:		top;
}

.doclogo {
	vertical-align:		top;
	padding-right:		8px;
}

.faq {
	margin-left:		20px;
}


.form_contents {
	vertical-align:		top;
/*
	background-color:	#EAEAEA; 
	border:			0px solid black;
*/
}

.form_descr {
	color:			#0D2B88;
	font-weight:		bold;
	margin-bottom:		3px;
}

.form_area	{
	font-family:		Verdana,Helvetica,Arial,sans-serif;
	font-size:		12px;
	line-height: 		13px;
	border: 		#999999 1px solid;
	width:			400px;
	height:			65px;
}

.form_indent {
	margin-left:		10px;
	margin-top:		3px;
}

.form_label {
	vertical-align:		middle;
	height:			24px
}

.form_input {
	vertical-align:		middle;
	margin-top:		2pt;
	margin-bottom:		2px;
	padding-right: 		1px; 
	padding-left: 		1px; 
	padding-top: 		1px; 
	padding-bottom: 	1px; 
	border: 		#999999 1px solid; 
}

.form_buttons{
	padding-right: 		50px; 
	padding-left: 		50px; 
	padding-top: 		18px; 
	padding-bottom: 	0px;
	font-size:		11px;
//	text-align:		right;
}

.form_buttons input {
	border: 		#999999 1px solid; 
	width:			50px;
	font-size:		11px;
	cursor:			pointer;
	background-color: 	#f0f0f0;
}

.nospace {
	padding:		0px;
	margin:			0px;
}

.disabled {
	color:			black;
	display:		none;
}

.empty {
	color:			red; //#7835D5;
}

.menu {
	text-decoration:	none; 
	text-align:		center;
	vertical-align:		middle;
	color:			#CCFFCC;
	background-color:	#00009b;
	font-size:		12px;
	font-weight:		bold;
}

.menu_item {
	cursor:			pointer;
	text-decoration:	none;
	height:			22px;
}
/* set in the template
	width:			150px;  // for five menus
	width:			124px;  // for six menus
*/

.h1 { 
	font-size: 	20px;
	color:			#222222;
}

#smallest { 
	font-size: 	9px;
}
.smallest { 
	font-size: 	9px;
}

#small { 
	font-size: 	10px;
}
.small { 
	font-size: 	10px;
}

#smaller { 
	font-size: 	11px;
}
.smaller { 
	font-size: 	11px;
}

#medium { 
	font-size: 	12px;
}
.medium { 
	font-size: 	12px;
}

#large { 
	font-size: 	14px;
}
.large { 
	font-size: 	14px;
}

#largest { 
	font-size: 	16px;
}
.largest { 
	font-size: 	16px;
}


.input { 
	font-size:14px;   /* medium */
	font-family:Courier,monospace;
}