body { 
	font-family: Arial,sans-serif;
	color: #999999; 
/*	background-color: #265B85;
*/
	background-color: #F0F0F0;
}

.pageclass {
	position: relative;
	width: 750px;
	margin: 0px auto;
	border: 1px #CCCCCC solid;	
	background-color:#FFFFFF;
}

.borderline {
	border: solid #CCCCCC;
	border-width: 1px;
	padding: 4px;
}


.box { background: #ffffff; -moz-opacity: .8; filter: alpha(opacity=70); }

.menu { text-transform: lowercase; background: #B8BEC3; font-size: .7em; font-family: Verdana, Arial, Helvetica }
	.menu A:link, .menu A:visited { color: #265B85; text-decoration: none }
	.menu A:active, .menu A:hover { color: #3C6E4D; text-decoration: none }
	
.submenu { text-transform: lowercase; background: #eeeeee; font-size: .7em; font-family: Verdana, Arial, Helvetica }
	.submenu A:link, .submenu A:visited { color: #265B85; text-decoration: none }
	.submenu A:active, .submenu A:hover { color: #3C6E4D; text-decoration: none }


	
.infobox { border: solid 1px #dddddd; padding: 5px }

.catalog { font-size: .7em; font-family: Verdana, Arial, Helvetica }

.textgray { color: #808080; font-size: .7em; font-family: Verdana, Arial, Helvetica }

.formprompt { color: #808080; font-size: .8em; font-family: Verdana, Arial, Helvetica }
	
h1 { color: #4181AD; font-size: 1.2em; font-weight: bold; font-family: Arial, Verdana, Helvetica; margin: 4px; }
h2 { color: #4181AD; font-size: 1em; font-weight: bold; font-family: Arial, Verdana, Helvetica; margin: 4px; }
h3 { color: #4181AD; font-size: .95em; font-style: italic; font-weight: bold; font-family: Arial, Verdana, Helvetica; margin: 4px; }
h4 { color: #4181AD; font-size: .9em; font-style: italic; text-transform: uppercase; font-weight: bold; font-family: Arial, Verdana, Helvetica; margin: 4px; }
h5 { color: #4181AD; font-size: .9em; font-style: italic; text-transform: lowercase; font-weight: bold; font-family: Arial, Verdana, Helvetica; margin: 4px; }
h6 { color: #4181AD; font-size: .8em; font-weight: bold; font-family: Arial, Verdana, Helvetica; margin: 4px; }


p { 
	font-size: .75em; font-family: Verdana, Arial, Helvetica; margin: 4px; 
}

ol, ul, ol ol, ol ol ol, ul ul, ul ul ul { 
	font-size: .75em; font-family: Verdana, Arial, Helvetica;   
}

input, select, textarea, option
	{ font-size: 11px; font-family: Verdana, Arial, Helvetica }

A:link { color: #265B85 }
A:visited { color: #82AAC6 }
A:active, A:hover { color: #3C6E4D }

hr { color: #265B85; height: 1px }


.copyright { background-color:#CCCCCC; color: #265B85; font-size: 11px; }
	.copyright A:link, .copyright A:visited { color: #ffffff; text-decoration: none; }
	.copyright A:active, .copyright A:hover { color: #ffffff; text-decoration: underline;}

