A:link {
	color: #CC0000;
	text-decoration: none;
}

A:visited {
	color: #CC0000;
	text-decoration: none;
}

A:active {
	color: #000066;
	text-decoration: none;
}

A:hover {
	color: #0000CC;
	text-decoration: underline;
}

A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:hover {
	color: #99CCFF;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

td.dark {
	font-size: 12px;
	font-family : Verdana;
	color : #FFFFFF;
}

P.dark {
	font-size: 12px;
	font-family : Verdana;
}

.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

.xsmall {

	font-size: 9px;
	font-family : Verdana;
	color : #000000;
}
P.xsmallest {


	font-size: xx-small;
	font-family : Verdana;
	color : #000000;
}
.bigger {

	font-size: 18px;
	font-family : Verdana;
	color : #000000;
}
.notsobig {
	font-size: 14px;
	font-family : Verdana;
	color : #000000;
	font-weight: bold;
}

.style1 {
	font-size: 12px;
	font-weight: bold;
}

.style3 {
	color: #FF0000;
	font-weight: bold;
}

.style4 {color: #b50000}

.style5 {font-size: 14px}

.style6 {
	font-size: small;
	font-weight: bold;
}

.style14 {font-size: 18px}

h1 {
	font-size: 20px;
	font-family : Arial Rounded MT Bold,Verdana,Sans Serif;
	font-weight: bold;
	color: #B50000;
	display:inline;
}

h3 {
	font-size: 16px;
	font-family : Arial Rounded MT Bold,Verdana,Sans Serif;
	font-weight: normal;
	color: #B50000;
	display:inline;
}

ul {
	list-style-type:disc;
	list-style-position:outside;
	color:#000000;
}
