body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body, td, div {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #636563;
}
h1 {font-size: 16px; font-weight: bold; color: #000000;}
h2 {font-size: 14px; font-weight: bold; color: #000000; margin: 0px; padding: 0px;}

a.m1:link		{ font-size: 11px; color: #000000; text-decoration: none;}
a.m1:active		{ font-size: 11px; color: #000000; text-decoration: none;}
a.m1:visited	{ font-size: 11px; color: #000000; text-decoration: none;}
a.m1:hover		{ font-size: 11px; color: #000000; text-decoration: underline;}

a.m1_a:link		{ font-size: 11px; font-weight: bold; color: #000000; text-decoration: none;}
a.m1_a:active	{ font-size: 11px; font-weight: bold; color: #000000; text-decoration: none;}
a.m1_a:visited	{ font-size: 11px; font-weight: bold; color: #000000; text-decoration: none;}
a.m1_a:hover	{ font-size: 11px; font-weight: bold; color: #000000; text-decoration: underline;}

a.m2:link		{ font-size: 11px; color: #000000; text-decoration: none;}
a.m2:active		{ font-size: 11px; color: #000000; text-decoration: none;}
a.m2:visited	{ font-size: 11px; color: #000000; text-decoration: none;}
a.m2:hover		{ font-size: 11px; color: #395d8c; text-decoration: underline;}
a.m2_a:link		{ font-size: 11px; font-weight: bold; color: #000000; text-decoration: none;}
a.m2_a:active	{ font-size: 11px; font-weight: bold; color: #000000; text-decoration: none;}
a.m2_a:visited	{ font-size: 11px; font-weight: bold; color: #000000; text-decoration: none;}
a.m2_a:hover	{ font-size: 11px; font-weight: bold; color: #395d8c; text-decoration: underline;}

.md1 { width: 180px; padding-top: 2px; padding-bottom: 2px;}
.md2 { width: 180px; padding-top: 2px; padding-left: 10px; padding-bottom: 2px;}

a.red:link{
	color: #DE0018;
	text-decoration: underline;
}
a.red:active{
	color: #DE0018;
	text-decoration: underline;
}
a.red:visited{
	color: #DE0018;
	text-decoration: underline;
}
a.red:hover {
	color: #DE0018;
	text-decoration: none;
}

a:link{
	color: #0000ff;
}
a:active{
	color: #0000ff;
}
a:visited{
	color: #0000ff;
}
a:hover {
	color: #0000ff;
}

.red {
	color: #DE0018;
}

a.toplink:link {
	font-size: 9px;
	color: #737173;
	text-decoration: none;
}
a.toplink:active {
	font-size: 9px;
	color: #737173;
	text-decoration: none;
}
a.toplink:visited {
	font-size: 9px;
	color: #737173;
	text-decoration: none;
}
a.toplink:hover {
	font-size: 9px;
	color: #DE0018;
	text-decoration: underline;
}
.bot { font-size: 9px; color: #737173;}

.b-grey {border: 1px solid #CCCCCC; padding: 1px;}
.b-grey-left {border: 1px solid #CCCCCC; padding: 1px; float:left; margin:3 20 5 0;}
.b-grey-right {border: 1px solid #CCCCCC; padding: 1px; float:right; margin:3 0 5 20;}