@charset 'UTF-8';

/*
 * replaces "marginheight", "marginwidth", etc.
 * attributes on the body element.
 * and much easier to type. :)
 */
html, body {margin:0; padding:0}

div.section 
{
	margin:0 0 1em;
	padding:inherit;
}

.MainTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #197119;
	text-decoration: none;
	font-weight: bold;
}

.MainTitle2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #197119;
	text-decoration: none;
	font-weight: bold;
}

.MainSubTitle
{
	color:#639;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

.toplink
{
	text-align:right;
}

.toplink a
{
	color: #639;
	text-decoration: none;
	font-weight: bold;
	font-size:10px;
}
