﻿body {
	margin:0;
	background:#fff;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
}
a {
	outline:none;
	text-decoration:none;
	color: Blue;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
h1
{
	font-size: 14pt;
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
}	
.Bold
{
	font-weight:bold;
}
.blueText
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #99ccff;
    LINE-HEIGHT: 160%;
    FONT-FAMILY: Arial
}
.yellowText
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #cccc9a;
    LINE-HEIGHT: 160%;
    FONT-FAMILY: Arial
}
.whiteText
{
    FONT-SIZE: 10pt;
    COLOR: #ffffff;
    LINE-HEIGHT: 160%;
    FONT-FAMILY: Arial
}
.required
{
	font-weight: normal;
	font-size: 10pt;
	color: #696969;
	font-family: Arial;
}
.Heading
{
	font-size: 12pt;
	color: Navy;
	font-family: Arial;
	font-weight: bold;
}

