﻿html, body	{ SCROLLBAR-BASE-COLOR: #002445; 
			scrollbar-track-color: #cccccc;
			scrollbar-arrow-color: #F6F1C9;
			  margin: 0;
			  padding: 0;
			  background-color: #ffffff; }


a:link		{ color: #0c35af; text-decoration: none; }
a:visited	{ color: #0c35af; text-decoration: none; }
a:active	{ color: #0c35af; text-decoration: none; }
a:hover		{ color: #666666; text-decoration: none; }


a.menu:link			{ color: #ffffff; FONT: 13px arial; text-decoration: none; font-weight: bold }
a.menu:visited		{ color: #ffffff; FONT: 13px arial; text-decoration: none; font-weight: bold }
a.menu:active		{ color: #ffffff; FONT: 13px arial; text-decoration: none; font-weight: bold }
a.menu:hover		{ color: #ffffff; FONT: 13px arial; text-decoration: none; font-weight: bold }

a.menu2:link		{ color: #000000; FONT: 15px arial; text-decoration: none; font-weight: bold }
a.menu2:visited		{ color: #000000; FONT: 15px arial; text-decoration: none; font-weight: bold }
a.menu2:active		{ color: #000000; FONT: 15px arial; text-decoration: none; font-weight: bold }
a.menu2:hover		{ color: #000000; FONT: 15px arial; text-decoration: none; font-weight: bold }



 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #000000; FONT: 15px arial }

.title		{ COLOR: #ffffff; FONT: 27px verdana, arial, sans-serif; font-weight: bold }

.subtitle	{ COLOR: #ffffff; FONT: 15px arial; font-weight: bold }

.button 	{ background-image: url("picts/button.gif");
		background-color:#E0D7D2;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 19px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }

.buttonon 	{ background-image: url("picts/buttonon.gif");
		background-color:#F7D0A1;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #B71E36;
		font-size: 8pt;
		height: 19px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }


.shadeform	{ FONT: 13px arial, verdana, sans-serif;

		background-image: url("picts/shadeform.gif");

		text-align: left;

		WIDTH: 175PX;

		BORDER: #000000 1px solid}
		
		

.smshade	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 120PX;
		BORDER: #000000 1px solid}
		
		

.lgshade	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 200PX;
		BORDER: #000000 1px solid}




.dropdown 	{ COLOR: #333333;

		WIDTH: 250PX;

		FONT: 11px verdana, arial, sans-serif}





.textarea	{ FONT: 13px arial, verdana, sans-serif;

		background-image: url("picts/shadeform.gif");

		text-align: left;

		WIDTH: 200PX;

		BORDER: #000000 1px solid}
		
		
#dropmenudiv {
	position: absolute;
	border: 1px solid white;
	border-bottom-width: 0;
	background-color: #c61c0f;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 18px;
	z-index: 100;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	color: #ffffff;
	background-color: #c61c0f;
	font-weight: bold;
	text-decoration: none;
}
#dropmenudiv a:hover {
	/*hover background color*/
background-color: #c61c0f;
	color: #fff200;
	font-weight: bold;
}


