body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;

	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #F7F799;
	scrollbar-dark-shadow-color: #999900;
	scrollbar-track-color: #F9F9DB;
	scrollbar-face-color: #FFFF88;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #003300;

	margin:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding:0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link		{ color: #000099; text-decoration: none; }
a:visited	{ color: #000099; text-decoration: none; }
a:hover		{ text-decoration: underline; }
a:active	{ color: #0000FF; }

h1	{ font-size: 12px; font-weight: bold; color: black; display: inline; } 

h2	{ font-size: 12px; font-weight: bold; color: black; display: inline; } 

h3	{ font-size: 12px; font-weight: bold; color: black; display: inline; } 

h4	{ font-size: 12px; font-weight: bold; color: black; display: inline; } 

input,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px; 
	font-size: 11px;
}

textarea {
	font-family: Verdana,Tahoma, san-serif;
	font-size: 11px;
}


/* ************** */


.footer				{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; }
.footer a:link		{ text-decoration: none; color: #666666; }
.footer a:visited	{ color: #666666;  }
.footer a:hover		{ text-decoration: underline; }
.footer a:active	{  }

.newButton {
	border-right: #777777 1px solid; 
	border-bottom: #777777 1px solid; 
	border-left: #777777 1px solid; 
	border-top: #777777 1px solid; 
	
	font-size: 12px;
	font-weight: bold;
	background: #F7F799;
	
	cursor: hand; 
	color: #000000; 
	
	font-family: tahoma, verdana, sans-serif; 
	height: 21px; 
}

.navitable {
	border: 1px black solid;
	background-color: #FFFFEA;
}

.naviheader {
	border-bottom: 1px black solid;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFF00;
	background-image: url("/images/strip_navi.gif");
	background-repeat: repeat-x;
}


.navibody {
	align: left;
}

.contenttable {
	border: 1px black solid;
	background-color: #FFFFEA;
}

.contentheader {
	border-bottom: 1px black solid;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFF00;
	background-image: url("/images/strip_content.gif");
	background-repeat: repeat-x;
}

.contactleft {
	font-weight: bold;
}

.contactright {

}