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