BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	color : Black;
}
A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #0000CC;
}
A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #0000CC;
}
A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #6495ED;
}
A:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Red;
}
A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #6495ED;
	text-decoration : none;
}
TABLE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #333399;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #333399;	
}
LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #333399;
	list-style-position: outside; 
	list-style-image: url(Images/bullet.gif)
}
P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #333399;
}
.title {  
	font-size: 12pt; 
	color: #004B97; 
	font-weight: bold;
}
.subttl {  
	font-size: 11pt; 
	font-weight: bold; 
	color: #006BD7;
}
.tbl {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
