/* Body ======================================================================== */

body				
{ 
	margin-top: 5px; 
	font-family: Verdana, arial, sans-serif; 
	font-size: 11px;

	background-color: #eeeeff; 
	height: 100%; 
}

td				
{ 
	font-family: Verdana, arial, sans-serif; 
	font-size: 11px;
}

H2				
{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold; 
	letter-spacing: 1px;
}

/* Headings ======================================================================== */

div.pageheading 										
{
	font-family: verdana, sans-serif;
	font-size: 18px;
	font-weight: bold; 
	border-bottom-width: thin;
	border-bottom-style: solid;
	letter-spacing: 1px;
}

/* Links ================================================================================*/

a:link {
	font-weight: bold;
}

a:visited {
	font-weight: bold;

}
a:hover {
	font-weight: bold;
}