﻿body 
{
	font-family:Arial;
	font-size:10pt;
}

.menu
{
	background-image:url(../images/menubg.gif);
	height:25px;
	color:White;
	font-weight:bold;		
}
.menuitem
{
	
	height:25px;
	color:White;
	font-weight:bold;		
}
.selectedmenuitem
{
	
	height:25px;
	color:Gray;
	font-weight:bold;		
}
.menuhover
{
		
	color:Gray;
	
	font-weight:bold;
	height:25px;
}

a.link
{
	text-decoration:none;
	font-weight:bold;
	color:Blue;
}
a.link:hover
{
	text-decoration:underline;
	font-weight:bold;
	color:Blue;
}
a.link2
{
	text-decoration:none;
	font-weight:bold;
	color:Black;
	
}
a.link2:hover
{
	text-decoration:underline;
	font-weight:bold;
	color:Black;
	
}
h1
{
	font-size:12pt;
	font-weight:bold;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:5px;
	margin-top:0px;
}
h2
{
	font-size:10pt;
	font-weight:bold;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
}
h2.n1
{
	font-size:10pt;
	font-weight:normal;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
}

div.n1
{
	font-size:8pt;
	font-weight:normal;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
	
}
div.n2
{
	font-size:10pt;
	font-weight:normal;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
	
}
a.link3
{
	text-decoration:none;
	font-weight:normal;
	color:Black;
	
}
a.link3:hover
{
	text-decoration:underline;
	font-weight:normal;
	color:Black;
	
}
a.link4
{
	text-decoration:none;
	font-weight:bold;
	color:White;
	
}
a.link4:hover
{
	text-decoration:underline;
	font-weight:bold;
	color:White;
	
}