@charset "utf-8";
/* CSS Document */


.menu
{	
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

.menu a
{	
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
	text-decoration:none;
}

.menu a:hover
{	
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #006699;
	text-decoration:none;
}


a
{	
	color: #0033bb;
}

h1
{	
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
}

p, form
{	
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}

ul
{	
	list-style: disc;
	padding-left: 15px;
}

li
{	
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}

.loginbox
{	
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}

input, select
{	
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	margin: 3px 0;
}