html
{
	/*
    text-align: center;
	*/
}
body
{
    font-family: Tahoma;
}
div
{
	font-family: Tahoma;
	font-size: 10pt;
}
p
{
	margin-top: 8px;
	margin-bottom: 2px;
}

a.menu0
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11pt;
	color: #666666;
	text-decoration: none;
	padding: 5px;
}
a.menu0:hover
{
	font-family: Tahoma;
	color: #990000; /* hover red */
	text-decoration: none;
}

a.menu1
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 9pt;
	color: #999999;
	text-decoration: none;
	padding: 5px;
}
a.menu1:hover
{
	font-family: Tahoma;
	color: #990000; /* hover red */
	text-decoration: none;
}

a.submenu
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 9pt;
	color: #999999;
	text-decoration: none;
}
a.submenu:hover
{
	font-family: Tahoma;
	color: #990000; /* hover red */
	text-decoration: none;
}

a.contact
{
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}
a.contact:hover
{
	font-family: Tahoma;
	color: #990000; /* hover red */
	text-decoration: underline;
}


span.title
{
	font-size: 11pt;
	font-weight: bold;
	color: #0E0E0E;
}






.gridRowStyle
{
    font-size: 8pt;
    
}
.gridAlternatingRowStyle
{
    font-size: 8pt;
    background-color: #EEEEEE;
}
.gridHeaderStyle
{
    font-size: 8pt;
    background-color: #AAAAAA;
    color: white;
}
.gridPagerStyle
{
    font-size: 8pt;
    background-color: #CCCCCC;
    color: white;
}