/* body- this is for you background image/colors and your scrollbar */

BODY {
	SCROLLBAR-FACE-COLOR: #262f40;
	SCROLLBAR-HIGHLIGHT-COLOR: #64607E;
	SCROLLBAR-SHADOW-COLOR: #64607E;
	SCROLLBAR-3DLIGHT-COLOR: #64607E;
	SCROLLBAR-ARROW-COLOR:#cccccc;
	SCROLLBAR-TRACK-COLOR: #262F40;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	BACKGROUND-COLOR: #27366f;
	BACKGROUND-IMAGE: url(../images/BG2400.jpg);
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-ATTACHMENT:scroll;
	background-position: center top;
}

/* td- body font & this is where you set the font color for the fonts that are IN the dropdowns- fff is blue*/
td {color:#fff; font-family: Tahoma;line-height: 15px; font-size: 11px; font-weight: bold;}



/* A- all default links */
A:link{
	color:#fff;line-height:normal;
	text-decoration:underline;
	font-weight: bold;
	font-family: Tahoma;font-size: 11px}
A:visited{
	color:#fff;
	text-decoration:underline;	
	font-weight:bold;	
	font-family: Tahoma;	
	font-size: 11px}
A:hover{
	color:#663366;	
	text-decoration: underline;
	font-weight: bold;	
	font-family: Tahoma;	
	font-size: 11px}
/* A- all default links */
.purple {
	color:#663366;line-height:normal;
	text-decoration:none;
	font-weight: bold;
	font-family: Tahoma;font-size: 11px}

.purple a:link{
	color:#663366;line-height:normal;
	text-decoration:none;
	font-weight: bold;
	font-family: Tahoma;font-size: 11px}
.purple a:visited{
	color:#663366;
	text-decoration:none;	
	font-weight:normal;	
	font-family: Tahoma;	
	font-size: 11px}
.purple a:hover{
	color:#ffffff;	
	text-decoration: underline;
	font-weight: bold;	
	font-family: Tahoma;	
	font-size: 11px}



/* copyright- footer verbiage */
.copyright {
	font-family: Tahoma; color: #000000; 
	font-size: 9px; 
	font-weight: normal; 
	text-decoration: none; 
	letter-spacing: 1px;
	text-align: center }
.copyright a:link {	
	font-family: Tahoma; 
	color: #dad1c5; 
	font-size: 9px; 
	font-weight: normal; 
	text-decoration: none; 
	text-align: center}
.copyright a:visited {
	font-family: Tahoma; 
	color: #777777; 
	font-size: 9px; 
	font-weight: normal; 
	text-decoration: none; 
	text-align: center}
.copyright a:hover {
	font-family: Tahoma; color: #dad1c5; 
	font-size: 9px; 
	font-weight: normal;
	text-decoration: underline; 
	text-align: center}

/* Apron w/ border that wraps results and content in some areas */
.apron {
	padding: 5px 5px 5px;
	background-color: #000;
	border: 2px solid #fff;
}
/*#646d7e Is the lighter blue */
.apronBlue {
	border: 1px solid #000;
	background-color: #262F40;
	color: #fff;
	vertical-align: top;

}
/* This is where your background color/image is for the body of your pages */
.apronLight {
	padding: 0px;
	background-color: #000;

}

/* apronInfoBox is for your table with the border around it on any body of your site & it has your background color/image*/
.apronInfoBox {
	padding: 4px;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	background-color: #000;
	border-top: 2px none #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;

}

.apronBody {
	padding: 4px 10px 4px 8px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #fff;
	background-color: #000;
	margin: 10px;
	border: 1px solid #fff;
}

.apronBodyNt {
	padding: 4px 10px 4px 8px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #fff;
	background-color: #000;
	margin: 10px;
	border-top: 1px none #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;

}
.apronGlass {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
	background-image: url(../images/glassBG.jpg);
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}


/* 663366 is the PURPLE*/
.apronPhotoBox {
	padding: 6px 14px 6px 10px;
	border: 1px solid #fff;
	background-color: #000;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Helvetica, sans-serif;
	line-height: 18px;
	color: #663366;

}
/* text box - this is for all of your form fields, the button button is seperate, you may delete if you want */

.txtBoxStyleMarketEase{
	font-size: 11px;COLOR: #fff;
	font-family: Tahoma;
	background-color: #000;
	text-align: left;border:1px solid #663366}

.txtBoxStyleMarketEaseButton{
	font-size: 11px;
	color: #FFF;
	font-family: Tahoma;
	background-color: #000;
	text-align: center;
	border:1px solid #663366;
	cursor: hand;
	background-image: url(../images/glassBG.jpg);

}
