BODY {
	background-color : #FFFFCC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	FONT-WEIGHT: none;
	color: #000000
}

a:link { color: #333300;  text-decoration: underline }
a:active { color: #333300; text-decoration: none }
a:visited { color: #CC6600; text-decoration: underline }
a:hover { color: red; text-decoration: none }

a:link.light { color: #FFFFCC;  text-decoration: underline }
a:active.light { color: #FFFFCC; text-decoration: none }
a:visited.light { color: #FFFFFF; text-decoration: underline }
a:hover.light { color: yellow; text-decoration: none }

H2 {
	font-family : Times New Roman;
	font-size : 16pt;
	color : 003333;
	font-style : italic;
}


TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : 003333;
}

.large {
	font-weight : bold;
	font-family : Times New Roman;
	font-size : 16pt;
	color : 003333;
}

.script {
	font-family : Times New Roman;
	font-size : 12pt;
	color : 003333;
	font-style : italic;
}

.heading {
	font-family : Times New Roman;
	font-size : 13pt;
	color : 003333;
	font-weight: bold;
}

.tagline {
	font-family : Times New Roman;
	font-size : 16pt;
	color : 003333;
	font-style : italic;
}

.largescript {
	font-family : Times New Roman;
	font-size : 15pt;
	color : 003333;
	font-style : italic;
}

.white {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : FFFFFF;
}

.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : 003333;
}

.black {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : 000000;
	font-weight: bold;
}

.dotted {
	border-bottom: 1px dotted #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003333;
}
