/* CSS by www.StudioInMotion.com */

body {
	font-family: Arial,sans-serif;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/background_lines.gif);
	background-repeat: repeat-x;
}

/* .body { background: #ffffff }*/

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

p, ol, ul 
	{ color: #333333; font-size: .8em; font-family: Verdana, Arial, Helvetica; margin: .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: #666666 }
A:visited { color: #666666 }
A:active, A:hover { color: #333333 }

hr { color: #999999; height: 1px }

/* text */
.text_title { color: #FFFFFF; background: #000000; font-weight: bold; font-size: 1.2em; font-family: Arial, Verdana, Helvetica; }
	.text_title A:link, .text_title A:visited { color: #FFFFFF; text-decoration: none; }
	.text_title A:active, .text_title A:hover { color: #FFFFFF; text-decoration: underline; }

.text_subtitle { color: #FFFFFF; background: #000000; font-weight: bold; font-size: .8em; font-family: Arial, Verdana, Helvetica; }


.text_grn { color: #333333; background-color: #F3F1B6; font-size: .8em; font-family: Arial, Verdana, Helvetica; }
	.text_grn A:link, .text_grn A:visited { color: #333333; text-decoration: none }
	.text_grn A:active, .text_grn A:hover { color: #333333; text-decoration: underline; }

/* .text_grn_drk {	color: #FFFFFF;	background: #809170; font-size: .8em;	font-family: Verdana, Arial, Helvetica; } */
.text_grn_drk {	color: #FFFFFF; background-color: #B9B773; font-size: .8em;	font-family: Verdana, Arial, Helvetica; }
	.text_grn_drk A:link, .text_grn_drk A:visited { color: #CCCCCC; text-decoration: none }
	.text_grn_drk A:active, .text_grn_drk A:hover { color: #FFFFFF; text-decoration: underline; }
	
.text_grn_drk_wht {color: #809170;	font-size: 1em;	font-family: Verdana, Arial, Helvetica;}

.text_wht_lit    { color: #B9B773; background-color: #FCFBDD; font-size: 1.2em; font-family: Verdana, Arial, Helvetica }
.text_wht_med    { color: #B9B773; background-color: #F3F1B6; font-size: 1.2em; font-family: Verdana, Arial, Helvetica }
.text_wht_meddrk { color: #FFFFFF; background-color: #B9B773; font-size: 1.2em; font-family: Verdana, Arial, Helvetica }

/* cells */
.cell_gry { background: #CCCCCC; }
.cell_title { background: #000000; }

/* menus */
.menu {
	text-transform: lowercase;
	background: #B9B773;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica;
	margin: 0.5em;
	padding: 4px;
	font-weight: bold;
}
	.menu A:link, .menu A:visited { color: #FFFFFF; text-decoration: none }
	.menu A:active, .menu A:hover { color: #FFFFFF; text-decoration: underline; }
	
.submenu { text-transform: lowercase; background: #000000; font-size: .7em; font-family: Verdana, Arial, Helvetica; margin: .5em; padding: 2px; }
	.submenu A:link, .submenu A:visited { color: #666666; text-decoration: none }
	.submenu A:active, .submenu A:hover { color: #809170; text-decoration: underline; }

.copyright { color: #666666; font-size: .7em; font-family: Verdana, Arial, Helvetica }
	.copyright A:link, .copyright A:visited { color: #666666; text-decoration: none }
	.copyright A:active, .copyright A:hover { color: #809170; text-decoration: underline; }

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

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

/* content */
.catalog { font-size: .75em; font-family: Verdana, Arial, Helvetica }