/* CSS by www.StudioInMotion.com */

body {
/*	font-family: Arial,sans-serif;*/
	font-family: Times New Roman, Times, serif; 
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #CCCCCC;	
}


h1 { color: #333333; font-size: 1.2em; font-weight: bold; font-family: Times New Roman, Times, serif; margin: .5em; padding: 0px; }
h2 { color: #333333; font-size: 1.1em; font-weight: bold; font-family: Times New Roman, Times, serif; margin: .5em; padding: 0px; }
h3 { color: #333333; font-size: 1em; font-style: italic; font-weight: bold; font-family: Times New Roman, Times, serif; margin: .5em; padding: 0px; }
h4 { color: #333333; font-size: .9em; font-style: italic; text-transform: uppercase; font-weight: bold; font-family: Times New Roman, Times, serif; margin: .5em; padding: 0px; }
h5 { color: #333333; font-size: .9em; font-style: italic; text-transform: lowercase; font-weight: bold; font-family: Times New Roman, Times, serif; margin: .5em; padding: 0px; }
h6 { color: #333333; font-size: .8em; font-weight: bold; font-family: Times New Roman, Times, serif; 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: #333333; font-size: .8em; font-family: Verdana, Arial, Helvetica }
input, select, textarea, option
	{ color: #333333; font-size: .8em; font-family: Verdana, Arial, Helvetica }

A:link { color: #333333 }
A:visited { color: #333333 }
A:active, A:hover { color: #FFFFFF }

hr { color: #333333; height: 1px }


/* menus */
.menu { color: #333333; background-color: #e7e7e7; font-size: .8em; font-family: Verdana, Arial, Helvetica; margin: .5em; padding: 4px;}
	.menu A:link, .menu A:visited { color: #333333; text-decoration: none; }
	.menu A:active, .menu A:hover { color: #000000; text-decoration: underline; }


/* text */
.text_wht { color: #FFFFFF; font-size: 1.2em; font-family: Verdana, Arial, Helvetica }
.text_blue_title { color: #110067; font-size: 1.2em; font-family: Arial, Verdana, Helvetica }
.text_gray_title { color: #CCCCCC; font-size: 1.2em; font-family: Arial, Verdana, Helvetica }


.text_body { color: #999999; background-color: #FFFFFF; font-size: .8em; font-family: Times New Roman, Times, serif; }
.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 }

	
/* boxes */
.box { background: #ffffff; -moz-opacity: .8; filter: alpha(opacity=70); }	
.infobox { border: solid 1px #dddddd; padding: 5px }


/* cells */
.t1 { color: #666666; background-color: #d8d8d8; font-size: 1.2em; font-weight: bold; font-family: "Times New Roman", Times, serif;  }
.t2 { color: #666666; background-color: #e8e8e8; font-size: 1.2em; font-weight: bold; font-family: "Times New Roman", Times, serif; }
.t3 { color: #666666; background-color: #F8F8F8; font-size: 1.2em; font-weight: bold; font-family: "Times New Roman", Times, serif; }


.cell_style1 {
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
}

.cell_style2 {
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* forms */
.formprompt { color: #808080; font-size: .8em; font-family: Verdana, Arial, Helvetica }



/* iamges */
.content_img {
	background-color: #ffffff;
	border: 15px solid #ffffff;
	align: center;
	}

.image_small {
	background-color: #FFFFFF;
	border: 12px solid #ffffff;
/*	margin-right: 10px; */
	align: center;
}


.copyright { color: #666666; font-size: 11px; font-family: Verdana, Arial, Helvetica; }
	.copyright A:link, .copyright A:visited { color: #666666; text-decoration: none; }
	.copyright A:active, .copyright A:hover { color: #333333; text-decoration: underline; }



