h1, h2, h3 {
	font-family : "Verdana", "Arial", "sans-serif";
}

h1 {
	font-size : 14pt;
	font-weight : bold;
	color : #CC0000;
}

h2 {
	font-size : 12pt;
	font-weight : bold;
	color : #CC0000;
}

h3 {
	font-size : 10pt;
	font-weight : bold;
	color : #CC0000;
	margin-top : 0 ;
	margin-bottom : 0;
}

p, body, td  {
	font-size : 10pt;
	color : #000000;
	font-family : "Verdana", "Arial", "sans-serif";
}


ul, ol {
	font-family : "Verdana", "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

LI {
	font-family : "Verdana", "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

A  {
	font-family : "Verdana", "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #0033CC;
	text-decoration: underline;
}

A:Visited  {
	font-family : "Verdana", "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #0033CC;
}

A:Active  {
	font-family : "Verdana", "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #0033CC;	
}

A:Hover  {
	text-decoration : none;
	color : #0033CC;
	font-weight : bold;
}

.menu {
	font : bold 10pt Arial;
	line-height : 20px;
}

.menu a, .menu a:link, .menu a:active, .menu a:visited {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	display : block;
	color : #FFFFFF;
	text-decoration : none
}

.menu a:hover {
	background : #CC0000;
	color : #FFFFFF;
	cursor : pointer;
	text-decoration : none;
}

.copy  {
	font-size : 8pt;
	color : #FFFFFF;
	font-weight : normal;
	font-family : "Verdana", "Arial", "sans-serif";
}

.side  {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
	text-decoration: none;
		margin-top: 0; 
		margin-bottom: 0

}

.side:Visited  {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
}

.side:Active  {
	font-family : "Arial", "sans-serif";
	color : #FFFFFF;	
	text-decoration : none;
}

.side:Hover  {
	font-family : "Arial", "sans-serif";
	text-decoration : none;
	color : #FFFFFF;
	font-weight : bold;
}

.button {
	background-color: #990033;
	color: #FFFFCC;
	font-weight: bold;
}