body {
	background-color: #7FD7FF;
	background-image: url(../images/gui2/bg.gif);
	background-repeat: repeat-x;
}

a {
text-decoration: none;
color: #007AC3;
}

a:hover {
color: #D50B1F; font-weight: bold
}

.menuHead {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
}

.menuSub {
	font-family:"Trebuchet MS"; font-size: 13px; color: #007AC3;
}

.menuSub_bold {
	font-family:"Trebuchet MS"; font-size: 13px; color: #EE3A43; font-weight:bold;	background-color: #FEEBD6;
}

.font_courier {
	font-family: "Courier New", Courier, monospace
}


.headerRed {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
	color: #D50B1F;
}

.treWht11 {
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}

.treDGray13 {
	font-family:"Trebuchet MS";
	font-size: 13px;
	color:#333333;
}

.treGray13 {
	font-family:"Trebuchet MS";
	font-size: 13px;
	color:#666666;
}

.treGray15 {
	font-family:"Trebuchet MS";
	font-size: 15px;
	color:#666666;
}

.treBlue13 {
	font-family:"Trebuchet MS";
	font-size: 13px;
	color: #0066CC;
}

.treDblue14 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #003399;
}

.treDGray16 {
	font-family:"Trebuchet MS";
	font-size: 16px;
	color:#333333;
}

.buttonGray {
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size: 16px;
	color:#333333;
}

.buttonBlue {
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size: 16px;
	color:#0066CC;
}

.buttonGreen {
	font-family:"Trebuchet MS";
	font-weight:bold;	
	font-size: 16px;
	color:#006633;
}

.buttonRed {
	font-family:"Trebuchet MS";
	font-weight:bold;	
	font-size: 16px;
	color:#D50B1F;
}

.dotunderline {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

.backGray {
	background-color:#F4F4F4;
}

.txtGray9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.colWhite {
	color: #FFFFFF;
}

.col_bg_blue {
	background-color:#ECF8FF;
}

.col_bg_green{
	background-color:#E7FFCE;
}

.col_bg_lightgray {
	background-color:#F8F8F8;
}

.col_bg_red {
	background-color:#FFE8E8;
}

.col_bg_orange {
	background-color:#FFE6CC;
}
.sectionDivider {
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size: 16px;
	color:#333333;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	background-color:#EFEFEF;
}
/* Clean CSS --------------------------------------------------------------- */


 /*for table roll over*/
table.navbar {
   border-collapse: collapse;
   background-color:#0881C8;
}
table.navbar td {
   border: 0px solid #ccc;
}
table.navbar td a{
   display: block;
   width: 100%;
   padding: 0px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #FFFFFF;
   background-color: #0881C8;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #FFFFFF;
   background-color:#1AA4F7;
}
