/* Page Backgroung with image */

body {
	/* background-image:url(../images/bg.gif); */
	 background-color:Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	
}

/* CSS Document */
.maintext
{
	font-weight: normal;
	font-size: 11px;
	line-height: 4mm;
	font-family: verdana;
	text-decoration: none;
}

.maintextblue
{
	font-weight: normal;
	font-size: 11px;
	line-height: 4.5mm;
	font-family: "verdana";
	text-decoration: none;
	color:#0058AA;
}

.maintextred
{
	font-weight: normal;
	font-size: 11px;
	line-height: 4.5mm;
	font-family: "verdana";
	text-decoration: none;
	color:Red;
}

.maintextgreen
{
	font-weight: normal;
	font-size: 11px;
	line-height: 4.5mm;
	font-family: "verdana";
	text-decoration: none;
	color:#006E25;
}

.maintextbold
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: verdana;
	text-decoration: none;
}
.maintextboldGreen
{
	font-weight: bold;
	font-size: 11px;
	color: #009933;
	font-family: verdana;
	text-decoration: none;
}
/* Links - Anchor tag effects */
a:link {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #7E648E;
		text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #9E2EA2;
	}
.Heading1 {
	font-family: sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
