body {
	color: #000000;
	background: #e4e5ea;
	background: url('../img/bg.gif') top center
	margin: 0px;
	
	font-size: 12px;
	font-family: verdana;
	
	scrollbar-face-color: #000000;
	scrollbar-track-color: #F0F0F0;
	scrollbar-arrow-color: #F0F0F0;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #000000;
}

table {
	color: #000000;
	font-color: #FFFFFF;
	font-size: 10px;
	font-family: verdana;
}

td {
	color: #424242;
	font-size: 12px;
	font-family: verdana;
}

input {
	font-size: 10px;
	font-family: verdana;
}

select {
	font-size: 10px;
	font-family: verdana;
}

textarea {
	font-size: 10px;
	font-family: verdana;
}

a:link    {color: #FFFFFF;text-decoration: none;}
a:visited {color: #FFFFFF;text-decoration: none;}
a:active  {color: #FFFFFF;text-decoration: none;}
a:hover   {color: #000000;text-decoration: none;}

a.copyright:link    {color: #FFFFFF;text-decoration: none;}
a.copyright:visited {color: #FFFFFF;text-decoration: none;}
a.copyright:active  {color: #FFFFFF;text-decoration: none;}
a.copyright:hover   {color: #FFFFFF;text-decoration: underline;}

a.blue:link    {color: #287EC0;text-decoration: none;}
a.blue:visited {color: #287EC0;text-decoration: none;}
a.blue:active  {color: #287EC0;text-decoration: none;}
a.blue:hover   {color: #34A2F7;text-decoration: underline;}

a.menu:link    {font-size: 12px;color: #002bff;text-decoration: none;font-family:  verdana;}
a.menu:visited {font-size: 12px;color: #002bff;text-decoration: none;font-family:  verdana;}
a.menu:active  {font-size: 12px;color: #002bff;text-decoration: none;font-family:  verdana;}
a.menu:hover   {font-size: 12px;color: #000000;text-decoration: underline;font-family:  verdana;}

.menucaption {
	color: #FFFFFF;	
	background: #000000;

	font-weight: bold;
	text-align: center;
	height: 14px;
}

.menubody {
	padding: 2px;
}

.boxheader {
	color: #000000;
	background: #FFFFFF;
	
	border: 1px solid #000000;
	margin-bottom: 5px;
	font-weight: bold;
	padding: 8px;
}

.boxheader_2 {
	font-size: 15px;
	color: #002bff;
	text-decoration: underline;
	font-family: sans-serif;
	
	padding-left: 5px;
	font-weight: bold;
	height: 15px;
	width: 400px;
}

.box {
    background: #FFFFFF;
	color: #424242;
	font-size: 12px;
	font-family: verdana;
	
	border: 0px solid #FFFFFF;
	margin-bottom: 5px;
	padding: 8px;
}