/*
Global Text Style
=================================================
*/
body, td, span, div {
	font-family:Verdana;
	font-weight:normal;
	font-size:10pt;
	color:#000099;	
}

/*
Headings etc
=================================================
*/

.Heading1 {
	font-weight:bold;
	font-size:10pt;
	color:#000099;	
}



/*
Links
=================================================
*/

/*standard link*/
a {
	color:#000099;
	font-weight:normal;
	text-decoration:underline;
}
/*link that has previously been visited*/
a:visited {
	color:#000099;
}
/*link when rolled over*/
a:hover {
	color:#000099;
	font-weight:bold;
	text-decoration:none;
}