.text {
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #f9e900;
	border-bottom-color: #f9e900;
	width: 100%;

}
.footer {
	border-top: thin solid #373734;
	border-right: thin none #373734;
	border-bottom: thin none #373734;
	border-left: thin none #373734;
	width: 100%;

}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.style3 {
	color: #333333;
	font-size: xx-small;
	text-decoration: none;
}
.style5 {
	color: #333333;
	font-size: xx-small;
	font-weight: bold;
}


.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.style7 {font-size: 9pt}

.style8 {font-size: large}
.style11 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.style12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10pt; }
.style15 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }


a:link {
	text-decoration: none;
	color: #3F3F3D;
}
a:visited {
	text-decoration: none;
	color: #3F3F3D;
}
a:hover {
	text-decoration: none;
	color: #0000FE;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.write {
	border: thin solid #333333;
	background-color: #FFFFCC;
}

body {
	margin:0px 0px;
	padding:0px;
	background-image: url(pagebg.GIF); 
	background-attachment: fixed;
	text-align:center;

}
.ControlPanel{
width:850px;
margin-left:auto;
text-align:left;
}

.centerMe{
width:800px;
margin:0px auto;
text-align:left;
}

.MainMenu_MenuContainer{
/*border: 1px solid black;*/
height: 30px;
background:  url(chromebg.gif) center center repeat-x;
border: 1px solid #cccccc;
/*margin-left:100px;*/

}


/*.MainMenu_MenuContainer td {

}*/

.MainMenu_MenuBar{
 /*border: 1px solid black;*/
 height: 30px;
 font-size: 10pt;
 font-weight: bold;
font-family: Tahoma, Arial, Helvetica;
background:  url(chromebg.gif) center center repeat-x;
}

.MainMenu_MenuItem{
 height: 30px;
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.MainMenu_MenuIcon{
display:none;
}

.MainMenu_MenuItemSel{

	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 

}

.MainMenu_MenuBreak{

}

.SubMenu{
background-color: #FFFFFF;
}

.MenuArrow{

}

.MenuRootArrow{

}

.RootMenu_MenuItemSelected{
background:  url(chromebg-over.gif) center center repeat-x;
}

.RootMenuItem{
border-left:1px solid black;
border-right:1px solid black;
}

.RootMenuActive{
background-color: #00FFFF;
}

.SubMenuItem{
background-color: #F0F0F0;

}

.RootMenuItemSelected{
background:  url(chromebg.gif) center center repeat-x;
}

.MainMenu_RightSeparator{
/*border-right:1px solid #CCCCCC;*/
background:  url(chromebg.gif) center center repeat-x;
height:30px;
font-size:18pt;
color:#CCCCCC;
border-left:1px solid black;
}

.MainMenu_LeftSeparator{
/*border-right:1px solid #CCCCCC;*/
background:  url(chromebg.gif) center center repeat-x;
height:30px;
font-size:18pt;
color:#CCCCCC;
border-right:1px solid black;
}


/*.SubMenuItemSelected{

}
*/


/* Section for FORMS CSS*/

.FormLabelCell{ /* form label TD */
color: red;
text-align:right;
width:225px;
padding-bottom:15px;
}

.FormLabel{ /* the text label inside the TD */
font-weight: bold;
white-space: nowrap;
color: black;

}

.FormControlCell{ /* input control TD */
padding-left: 10px;
padding-bottom:15px;
}

.FormSubmit{ /* Form Submit Button */
margin-left: 200px;;
}