body {
	font-family: 	Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 		10pt;
	background:		#EEE;
}

td {
	font-size:		10pt;
}

body.logo {
	margin-top:		0px;
}

.menu {
	font-size: 		10pt;
	text-decoration: bold;
	margin-top:		5px;
	margin-right:	5px;
	margin-left:	5px;
}

body.main {


	margin-top:		5px;
	margin-left:	5px;
	margin-right:	5px;
	background:		#EEE url(./images/background.gif) center no-repeat fixed;

	color:			#000;
/*
	scrollbar-arrow-color: 	#FA0;
	scrollbar-face-color: 	#000;
	scrollbar-shadow-color:	#AAA;
	scrollbar-track-color: 	#EEE; */
}

a{
	color:			#00f;
	text-decoration: none;
}

a:hover{
	color:			#F00;
	text-decoration: underline;
}

a.menu{
	color:			#FF0;
	text-decoration: none;
}

a.menu:hover{
	color:			#FA0;
}



input,select {
/*	background: 	#0E165C url(./images/formbg.gif) no-repeat fixed;
	color: 			#FA0;

	border-left-style: 	solid;
	border-left-color: 	#5A619E;
	border-left-width: 	1px;

	border-right-style: solid;
	border-right-color: #5A619E;
	border-right-width: 1px;

	border-top-style: 	solid;
	border-top-color: 	#5A619E;
	border-top-width: 	1px;

	border-bottom-style: solid;
	border-bottom-color: #5A619E;
	border-bottom-width: 1px;
*/

	color:			#000;
	font-family: 	Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 		12px;
}

textarea {
	color: 		#000;
	font-family:	Fixedsys, Courier;
}

input.radio {
	background:		transparent;
	border-left-style: 	none;
	border-right-style: none;
	border-top-style: 	none;
	border-bottom-style: none;
}

th {
	background-color:	#aaa;
	font-size:			12pt;
	font-weight:		bolder;
	font-style:			italic;
}

th.arthead {
	font-size:			10pt;
}