Body {
	margin: 0;
}

/* Main Styles */
p {
	font-family: "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	font-size: 13px;
	color: #333333;
}

.Style1 {
    font-family: Tahoma;
    font-size: 13px;
	color: #333333;
}

B {
	font-weight: Bold;
}

blockquote {
	font-size:10pt;
	text-align:justify;
}

table {
	font-size: 10pt;
}

legend {
	font-family: Tahoma;
	font-size:10pt;
	color: #0B2B64;
	font-weight: bold;
}

.TitleStyle  { 
	font-size: 14px;
	font-family: "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	font-weight: bold
	color: #FF9900
}


/* Link Styles */
a:link {
	font-family: "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	color: #2B62D7;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	color: #2B62D7;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-family: "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

