body	{
	background-color:white;
	font-family:"futura md bt", arial, helvetica, Geneva, sans-serif;
	color:black;
	}
#logoblock
	{
	/*text-align:center;*/
	text-align:left;
	}
#menu	{
	text-align:center;
	background-color:#333399;
	color:#ffffff;
	font-size:larger;
	clear:both;
	padding:2px;
	height:30px;
	}
#menu A:link   	{ color:#ffffff;font-weight:bold;text-decoration: none; }/* unvisited links */
#menu A:visited	{ color:#ffffff;font-weight:bold;text-decoration: none; }/* visited links */
#menu A:active  	{ color:#FFCC33;font-weight:bold;text-decoration: underline; }   	/* active links */
#menu A:hover  	{ color:#FFCC33;font-weight:bold;text-decoration: none; }   	/* hover over links */		

p	{
	text-align:left;
	}

input, textarea, select { 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	color: black; 
	background-color: #ffffff;
	scrollbar-base-color:#333399;
	text-align:center;
	font-weight:bold;
	border-color:#2023BC;
}

input	{
	margin-right:1em;
}

H1,H2,H3	{
	color:#333399;
	text-align:center;
}



#content {
	text-align:center;

	padding-right:100px;
	padding-top:10px;
	padding-left:160px;
	color:#000000;	
	font-family:  Helvetica,Arial, Geneva, sans-serif;
}

#content A:link   	{ color:#2023BC;font-weight:bold;text-decoration: none; }/* unvisited links */
#content A:visited	{ color:#663366;font-weight:bold;text-decoration: none; }/* visited links */
#content A:active  	{ color:#C0C0C0;font-weight:bold;text-decoration: underline; }   	/* active links */
#content A:hover  	{ color:#C0C0C0;font-weight:bold;text-decoration: underline; }   	/* hover over links */	
	

#footer {
	width:100%;
	background-color:#333399;
	text-align:center;
	color:silver;
	font-size:smaller;
	padding:10px;

}


#footer A:link   	{ color:#CFCFB7;font-weight:bold;text-decoration: none; }/* unvisited links */
#footer A:visited	{ color:#663366;font-weight:bold;text-decoration: none; }/* visited links */
#footer A:active  	{ color:#C0C0C0;font-weight:bold;text-decoration: underline; }   	/* active links */
#footer A:hover  	{ color:#C0C0C0;font-weight:bold;text-decoration: underline; }   	/* hover over links */	

#bottommenu {
	color:#333399;
	text-align:center;
	font-size:smaller;
	clear:both;
	margin:20px 0px 20px 0px;
}
#button {
	width:120px;
	border-top: none;
	padding: 0 0 0 0;
	font-weight:bold;
	background-color:#ffffff;
	color: #333399;
	position:absolute;
	left:0px;
	top:180px;
	margin-right:0px;
	}


	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}

	#button li {
		border-bottom: none;
		margin: 0;
		}

	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: none;
		border-right: none;
		color: #2E3192;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: none;
		border-right: none;
		background-color: #EBEBD4;
		color: #00A651;
		}


.center	{
	text-align:center;
}
.centerb {
	text-align:center;
	font-weight:bold;
}
.img_left	{
	float:left;
	border:none;
	margin-right:10px;
}
.img_right	{
	float:right;
	border:none;
	margin-left:10px;
}
.img_center	{
	border:none;
	text-align:center;
}