BODY {
	font-family: Franklin Gothic Book, Trebuchet MS, Arial, Verdana, Tahoma, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
A:link, A:active,A:visited {
	font-variant: none;	
	font-size: 18pt;
	font-weight : bold;
	text-decoration : none;
	color : #000066;
}
A:hover{
	font-variant: none;
	font-size: 18pt;
	font-weight : bold;
	text-decoration : none;
	color : #6666FF;
}

/* ######################## Classes  ########################### */


.FRONTLeft { background: #CCE0FF; border-right: 2px solid #B4D0DC; width: 30px; }
.FRONTTop  { background: #CCE0FF; border-bottom: 2px solid #B4D0DC; height: 30px; }
.FRONTRight { background: #CCE0FF; border-left: 2px solid #B4D0DC; width: 30px; }
.FRONTBottom { background: #CCE0FF; border-top: 2px solid #B4D0DC; height: 20px; }

.FRONTCenter {
	font-size: 22pt;
	font-variant: small-caps;
	vertical-align: middle;
	text-align: center;
	color : #000066;
	background: #ECF8FF;
}



.SELECTCenter {
	font-size: 10pt;
	vertical-align: top;
	text-align: center;
	color : #000066;
	background: #ECF8FF;
}


.Heading {
	font-size: 18pt;
	
}
.SubHeading {
	font-size: 13pt;
	
}
.BoxedText {
	font-size: 10pt;
	border-right: 1px solid #B4D0DC;
	border-bottom: 1px solid #B4D0DC; 
	border-left: 1px solid #B4D0DC; 
	border-top: 1px solid #B4D0DC; 
}
.BoxedTextTop {
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #B4D0DC;
	border-left: 1px solid #B4D0DC; 
	border-top: 1px solid #B4D0DC; 
}
.BoxedTextDown {
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #B4D0DC;
	border-bottom: 1px solid #B4D0DC; 
	border-left: 1px solid #B4D0DC; 
}



.BoxedText A:link,.BoxedText A:active,.BoxedText A:visited {
	font-size: 10pt;
	font-weight : bold;
	text-decoration : none;
	color : #000066;
}

.BoxedText A:hover{
	font-size: 10pt;
	font-weight : bold;
	text-decoration : none;
	color : #6666FF;
}

.BoxedTextDown A:link,.BoxedTextDown A:active,.BoxedTextDown A:visited {
	font-size: 10pt;
	font-weight : bold;
	text-decoration : none;
	color : #000066;
}

.BoxedTextDown A:hover{
	font-size: 10pt;
	font-weight : bold;
	text-decoration : none;
	color : #6666FF;
}


