body {
	scrollbar-face-color: #CECFB7;
	scrollbar-shadow-color: #F4F4E7;
	scrollbar-highlight-color: #F4F4E7;
	scrollbar-3dlight-color: #F4F4E7;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #EFF0D5;
	scrollbar-arrow-color: #A4A67F;
	background-image: url(page_bg.gif);
	margin: 7px;
	padding: 5px;
}

form { margin: 0px; padding: 0px; }

table {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: #333333;
	text-align:left;
}

.address { color: #536688; }

.bluetext { color: #3F5C98; }

.padding { margin: 5px; padding: 5px; }

.pageborder { border: solid 5px #ffffff; }

.boxcolor { color: #999999; }

.boxbg {
	background-image: url(box_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.innerboxbg {
	background-image: url(innerbox_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


.innercenterbg {
	background-image: url(inner_center_bg.gif);
	background-repeat: repeat-x;
}

.aboutbottomimg {
	background-image: url(about_bottom_img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.boldblue { color: #4080C0; font-weight:bold; }

.h2 { font-size: 12px; color: #6579D0; font-weight:bold; }

.element {
	border: #1f6399 1px solid;
	font-size: 8pt;
	color: #003366;
	font-family: verdana, arial, tahoma;
	background-color:#c3d6e8;
}

input, textarea, select	{
	border: solid 1px #CCCCCC;
	background-color:#F9F9F1;
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	color: #666666;
}

.but	{
	border: solid 1px #064972;
	background-color:#086CA8;
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	color: #ffffff;
}

a:link { color: #000000; text-decoration: none; }
a:hover { color: #993300; text-decoration: underline; }
a:active { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }

a.menu:link { color: #000000; text-decoration: none; }
a.menu:hover { color: #993300; text-decoration: none; }
a.menu:active { color: #000000; text-decoration: none; }
a.menu:visited { color: #000000; text-decoration: none; }
.activemenu { color: #993300; text-decoration: none; }
.hand { cursor: hand; }