#SiteCentered {
	position:absolute;
	left:50%;
	width:1440px;
	margin-top:00px;
	margin-left:-720px;		
}



#Title {
	color:       rgb(0,0,200);
	font-size:   20pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.SubTitle1 {
	font-size:   16pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.SubTitle2 {
	font-size:   14pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.SubTitle3 {
	font-size:   11pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.Title2 {
	color:       rgb(219,110,0);
	font-size:   11pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:inline;
}

#TitleLine {
	width:100%;
	height:1px;	
	background-color:rgb(0,0,100);
}

	
P,BODY,TD {
	color:       rgb(0,0,0);
	font-size:   10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

A {
	text-decoration: none;
	color:       rgb(0,0,0);
	font-size:   10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

A.HL {
	text-decoration: none;
	color:       rgb(255,255,255);
	font-size:   11pt;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
}

.TitleArea {
	text-decoration: none;
	color:       rgb(19,46,74);
	font-size:   11pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


A:link    { color: rgb(34,94,197); font-size:   10pt;} /* unvisited link */
A:visited { color: rgb(34,94,197); font-size:   10pt;} /* visited links */
A:active  { color: rgb(34,94,197); font-size:   10pt;} /* active links */
A:hover  { color: rgb(255,128,0); font-size:   10pt; text-decoration: underline;} /* active links */

A:link.HL    {color: rgb(255,255,255); font-size:   11pt;font-weight: bold;} /* unvisited link */
A:visited.HL {color: rgb(255,255,255); font-size:   11pt;font-weight: bold;} /* visited links */
A:active.HL  {color: rgb(34,94,197); font-size:   11pt;font-weight: bold;} /* active links */
A:hover.HL  {color: rgb(255,128,0); font-size:   11pt;font-weight: bold;} /* active links */


