/* CSS by www.StudioInMotion.com */

body { background: #265B85 }

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

p, ol, ul 
	{ color: #666666; font-size: 0.8em; font-family: Verdana, Arial, Helvetica; margin: 0.5em; padding: 0px; }
ol ol, ol ol ol, ul ul, ul ul ul 
	{ color: #666666; font-size: .8em; font-family: Verdana, Arial, Helvetica }
input, select, textarea, option
	{ color: #666666; font-size: .8em; font-family: Verdana, Arial, Helvetica }

A:link { color: #265B85; text-decoration: underline; }
A:visited { color: #82AAC6 }
A:active, A:hover { color: #3C6E4D }

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

/* menus */
.menu { text-transform: lowercase; background: #B8BEC3; font-size: .8em; font-family: Verdana, Arial, Helvetica; margin: .5em; padding: 4px;}
	.menu A:link, .menu A:visited { color: #265B85; text-decoration: none }
	.menu A:active, .menu A:hover { color: #3C6E4D; text-decoration: underline; }
	
.submenu { text-transform: lowercase; background: #eeeeee; font-size: .7em; font-family: Verdana, Arial, Helvetica; margin: .5em; padding: 2px; }
	.submenu A:link, .submenu A:visited { color: #265B85; text-decoration: none }
	.submenu A:active, .submenu A:hover { color: #3C6E4D; text-decoration: underline; }


/* text */
.heading1 { color: #4181AD; background: #e0e0e0; font-size: 1em; font-weight: bold; font-family: Arial, Verdana, Helvetica; }
	.heading1 A:link, .heading1 A:visited { color: #4181AD; text-decoration: none }
	.heading1 A:active, .heading1 A:hover { color: #4181AD; text-decoration: underline; }
	
/* cells */
.cell_gry { background: #e0e0e0 }
.cell_wht { background: #ffffff }

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

/* forms */
.formprompt { color: #808080; font-size: .8em; font-family: Verdana, Arial, Helvetica }

/* copyright */
.copyright { color: #D6E9F1; font-size: 11px; font-family: Verdana, Arial, Helvetica }
	.copyright A:link, .copyright A:visited { color: #ffffff; text-decoration: none }
	.copyright A:active, .copyright A:hover { color: #9ADEFF; text-decoration: underline; }
