BODY {
	background: #ffffff;
	color : Black;
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-style : normal;
	font-weight : normal;
}

H1 {
	color: #CC0000;
	font-size: 36px;
	font-family : Arial, Helvetica, sans-serif;
}

H2 {
	color: #CC0000;
	font : bold 24px Arial, Helvetica, sans-serif;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
}

H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
}

H6 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

}

A {
	text-decoration: none;
	color: Blue;
	background : Transparent;
	}

A:VISITED {
    color: #800080";
	background : Transparent;
}

A:ACTIVE {
    color: Red;
	background : Transparent;
}

A:Hover {

	color: Black;
	background : #00CCFF;
}

a.ttd, a.ttd:hover {
	font-weight: bold;
	width: 100%;
	color: #000000;
	background-color: #eeeeee;
	line-height: 20px;
	text-decoration: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
a.ttd:hover {
	color: #dddddd;
	background-color: #aaaaaa;
}
