/* CSS Document */

body {

	background-color:#000000;
	font-family: Verdana, Helvetica, sans-serif;
	color: #B7B7B7;
	font-size: 10pt;
	font-weight: bold;
	margin:5px;
	padding:2px;
	}
	
td {
	font-family: Verdana, Helvetica, sans-serif;
	color: #B7B7B7;
	font-size: 10pt;
	font-weight: bold;

	}

#top-banner {

	background-image:url(../images/grad/v1a_blk-red.jpg);
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;

	}

#top-pop {

	background-image:url(../images/grad/v1a_blk-red.jpg);
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;

	}
	
#top-nav {

	background-image: url(../images/grad/h5_black-red1.jpg);
	position:relative;
	top: 0px;
	
	}

	
#main-body {

	background-image: url(../images/grad/h5_black-red1.jpg);
	position:relative;
	top: 0px;
	width: 100%;
	height: 100%;
	padding:0px;
	}
	
	
	/*  FONT DEF'S ______________ */

.font-subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#748AE0;
	font-weight:bold;
}
.style2 {font-family: "Trebuchet MS", Tahoma, Arial}
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FF3300; }
.font-btm-black {font-family: arial, sans-serif;
		font-size: 11px;
		color: black;
		letter-spacing: .05em; }
.header2 {
	font-size: 18pt;
	color: #FF0000;
}
.header1 {
	font-size: 18pt;
	line-height: 18pt;
	color: #FFCC33;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.header3 {
	color: #66CCFF;
	font-family: "Lucida Sans Unicode", Palatino, sans-serif;
	font-size: 16pt;
	font-weight:bold;
}
.header4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	color:#33FF99;
	}

.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFF33; }
.style15 {color: #78D1EB}


	/*  LINK DEF'S __________________________ */

a:link {
	color: #A0F4F0;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif; }
a:visited {
	color: #A0F4F0;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
	}
a:active {
	color: #66FF33;
	text-decoration: none; }


.link-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #CCCCCC;
	text-decoration: none; }
a.link-nav:link {
	color:#CCCCCC;
	text-decoration: none; }
a.link-nav:visited {
	color:#999999;
	text-decoration: none; }
a.link-nav:hover {
	color: #66FF00;
	text-decoration: none; }
a.link-nav2:hover {
	color: #FFCC00;
	text-decoration: none; }
a.link-nav:active {
	color:#66FF33;
	text-decoration: none; }
	
.link-top {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
	word-spacing: .1em;
	line-height: 11px;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	text-decoration: none; }
a.link-top:link {
	color:#000000;
	text-decoration: none; }
a.link-top:visited {
	color:#000000;
	text-decoration: none; }
a.link-top:hover {
	color: #FF6633;
	text-decoration: none; }
a.link-top:active {
	color:#66FF33;
	text-decoration: none; }
		
.credit {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .2em;
	word-spacing: .1em;
	line-height: 9px;
	font-size: 9px;
	color: #646464;
	text-decoration: none; }
a.credit:link { color:#646464; }
a.credit:visited { color:#6B1D03; }
a.credit:hover { color: #8094E4;
	letter-spacing: .4em;
	text-decoration: none;}
a.credit:active { color:#AFD31D; }

/*  _________ MISC ___________________ */

.float-left {

	float:left;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px; }
	
.float-right {

	float:right;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 5px; }
	
/* -------------- FORM IMPUT ========== */

.form-fill {
	font-family: "Trebuchet MS", Palatino, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #000000;
	background-color: #FDDED0;

/*	border: 1px solid #623373;
	height: 22px;
	width: 200px;
	padding-left: 4px;
	background-image: url(../images/grad/h3_bmo2a.jpg); }  */
	}
	
input:focus, textarea:focus, input.sffocus, textarea.sffocus {

	color:#B43C07;
	background-color: #D2F3FB;
	border-color: #8000FF;
	border-width: 2px;
}
