.text { font-family : Verdana, Arial, Tahoma;
	font-size : 11px;
	line-height : 16px;
	color : #404040;
	font-weight: normal;
}
.main_heading { font-family : Verdana, Arial, Tahoma;
	font-size : 24px;
	line-height : 32px;
	color : #803030;
	font-weight: bold;
}
.footer { font-family : Verdana, Arial, Tahoma;
	font-size : 10px;
	line-height : 12px;
	color : #ffffff;
	font-weight: normal;
}
.function_list { font-family : Verdana, Arial, Tahoma;
	font-size : 11px;
	line-height : 12px;
	color : #505050;
	font-weight: normal;
}

.j { text-align: justify; }
.l { text-align: left; }
.r { text-align: right; }
.c { text-align: center; }

.i { font-style: italic; }
.u { text-decoration: underline; }
.b { font-weight: bold; }


BODY { background-color : #FFFFFF;
	background-image:url('/img/body_bg.png');
	background-position: top;
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
INPUT { font-family : Verdana, Arial, Tahoma;
	border : 1px solid #808080;
	font-size : 10px;
	margin-bottom : 2px;
	margin-top : 2px;
	padding: 1px;
	background-image:url('/img/input_bg.png');
}
INPUT.submit { font-family : Verdana, Arial, Tahoma;
	border : 1px solid #505050;
	width: 100px;
	font-size : 10px;
	color: white;
	margin-bottom : 2px;
	margin-top : 2px;
	padding: 1px;
	background-image:url('/img/submit_bg.png');
}
TEXTAREA { font-family : Verdana, Arial, Tahoma;
	border : 1px solid #808080;
	font-size : 10px;
	margin-bottom : 2px;
	margin-top : 2px;
	padding: 1px;
	background-image:url('/img/textarea_bg.png');
}
TD { vertical-align: top; }
TABLE { border-width: 0px; }

A 		{ color: #187118; text-decoration: none; font-style: normal; font-weight: normal; font-family: Verdana, Arial, Tahoma; font-size : 11px; line-height: 16px; }
A:visited 	{ color: #579057; text-decoration: none; }
A:hover 	{ color: #ca5e07; text-decoration: underline; }

span.content {color:black;}
span.heading {color:#aaa;}
