body {
	margin:0px;
}

INPUT, TEXTAREA, OPTION, SELECT {
	font-family: Tahoma;
	font-weight: normal;
	padding: 0px;
	font-size: 11px;
	color: #000080;
	background-color: #DDFFDD;
}

input:focus, 
select:focus, 
textarea:focus {
	background-color: #ffffdd;
}

input[type=submit] {
	background-color: #ffff00; color: #ff0000; font-size: 14px;
	font-weight: bold;
}

td.MF, a.MF{
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
	color: #CC0099;
	background-color: #AAEEAA;
	text-decoration: none;
	white-space: nowrap;
	width: 200px;
}

td.SC, a.SC{
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
	color: Yellow;
	background-color: #8B008B;
	text-decoration: none;
	white-space: nowrap;
	width: 200px;
}

td.TP {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	text-align: left;
	background-color: #0000FF;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	white-space: nowrap;
	width: 200px;
	background: Blue;
}

td.SP {
	font-size: 14px;
	color: Yellow;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	text-align: left;
	background-color: #0000FF;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	white-space: nowrap;
	width: 200px;
	background: Blue;
}


a.mainlevel:link, a.mainlevel:visited, a.mainlevel:active {
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	display: block;
	text-align: left;
	background-color: #AAEEAA;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

a.mainlevel:hover {
	font-size: 14px;
	color:	#FFFFAA;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	display: block;
	text-align: left;
	background-color: #00AA00;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}


a.special:link, a.special:visited, a.special:active {
	font-size: 14px;
	color: Yellow;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	display: block;
	text-align: left;
	background-color: Purple;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

a.special:hover {
	font-size: 14px;
	color: #FFFFAA;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	display: block;
	text-align: left;
	background-color: Red;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

p.norm {
	font-family: Georgia, Times New Roman, Serif;
	background-color: White;
	font-size: 10pt;
	color: #007000;
	line-height: 16pt;
	text-indent: 50px;
	padding-top: 30px;
}

p.green {
	font-family: Georgia, Times New Roman, Serif;
	background-color: White;
	font-size: 10pt;
	color: #007000;
	line-height: 16pt;
}

p.ital {
	font-family: Georgia, Times New Roman, Serif;
	color: Olive;
	font-size: 8pt;
	line-height: 12pt;
	font-style: italic;
	margin-left: 20px;
}

a:link, a:visited, a:active {
	color: #0000FF;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	background-color: #AAEEAA;
}

a:hover {
	color:	#0000FF;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	background-color: #FFFF11;
}