P  {
	font-size : 10pt;
	font-family : Verdana, Times New Roman, Arial, Helvetica;
	color : Black;
}


H1  {
	font-size : 10pt;
	font-family : "Verdana", Times New Roman, Arial, Helvetica;
	color : #CC6600;
}

H2  {
	font-size : 10pt;
	font-family : "Verdana", Times New Roman, Arial, Helvetica;
	font-weight : bold;
	color : #A70C04;
}

H3  {
	font-size : 11pt;
	font-family : "Verdana", Times New Roman, Arial, Helvetica;
	color : #000000;
}

H4  {
	font-size : 11pt;
	font-family : "Verdana", Times New Roman, Arial, Helvetica;
	color : #CC6600;
}

H5  {
	font-size : 11pt;
	font-family : "Verdana", Times New Roman, Arial, Helvetica;
	color : #CC6600;
}

A  {
	font-family : "Verdana", Times New Roman, Arial, Helvetica;
	font-size : 10pt;
	color : #A70C04;
	text-decoration : underline;
}

A:Visited  {
	font-family : "Verdana", Times New Roman, Arial, Helvetica;
	font-size : 10pt;
	color : #999999;
	text-decoration : none;
}

A:Active  {
	font-family : "Verdana", Times New Roman, Arial, Helvetica;
	font-size : 10pt;
	color : #FF0033;
	text-decoration : none;
}

A:Hover  {
	font-family : "Verdana", Times New Roman, Arial, Helvetica;
	font-size : 10pt;
	color : #FF0033;
	text-decoration : none;
}

TD  {
	font-size : 10pt;
	font-family : "Verdana", Times New Roman, Arial, Helvetica;
	color : Black;
}

BODY  {
	font-size : 10pt;
	font-family : "Verdana", Times New Roman, Arial, Helvetica;
	color : Black;
}

.menu {
	background-image : url('images/menu/menu_back.gif');
	background-repeat : no-repeat;
}
.menu .menuitem {
	width:166px;
	height:22px;
}
.menu .menuitem a {
	width : 100%;
	height : 100%;
	color : #3300CC;
	font-family:Verdana;
	font-size: 11px;
	font-weight:bold;
	background-image : url('images/menu/menu_off.gif');
	background-repeat : no-repeat;
	display : block;
	text-decoration : none;
	padding : 5px 0 0 10px;
}
.menu .menuitem a:hover {
	background-image : url('images/menu/menu_on.gif');
}