
/* body styles*/
BODY {
	margin-top:0px;
/* image bkg and repeating ex: url(../img/none.gif)*/
	background-image:url(../../client/img/bkg.gif);
	background-repeat:repeat-yes;
	background-position:top;
/*Main Scroolbar*/
	scrollbar-face-color: #21449D;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #21449D;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;	
}


/*Set bkg for a table and the border also. Ex: 
.table1 { background-image:  url(../img/main.gif); background-color: #FF6600; border: 1px #000000; border-style:solid; height: 400px; width: 1000px;} */
.table1 { background-image:  url(); background-color: #; border: 0px #; border-style:solid; height: 0px; width: 0px;}

.table_body {border: 0px; height: 100%; width: 100%;}
.table_main {width: 750px; background-color:#FFFFFF;}
.table_main_top_bkg {	background-image:url(../../client/img/top_bar.jpg); width: 750px; height: 131px;}
.table_main_mid_bkg {	background-image:url(../../client/img/flash_temp.jpg); width: 750px; height: 179px;}
.table_main_bottom_bkg {	background-image:url(../../client/img/bottom_bar.jpg); width: 750px; height: 33px;}
.table_256 {width: 256px; background-color:#FFD200;}
.table_494 {width: 494px;}

/*body text & links pre-defined - it will take these values if not 
specified as class from text.css or links.css*/
BODY, TD, DIV {

	font-family: Arial;
	font-size:11px;
	color:#000000;

}

/* Text Form dimenssion (100%), borders for input form &
font color that you input into a text form */
.formText{

	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	color:#FF3300;

}



/* Style for outine submit button & text from submit button*/
.formDropdown

{

	background-color:#FFFFFF;
	border-color:#FF3300;
	border-style:solid;
	border-width:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;

}


/*Radio Button format*/
.formButton {

	background-color:#FFCC00;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	font-family: Arial;
	font-size:11px;
	color:#000000;

}
