.forMenuList.on {

	font-size: 12px;
    background-color: #6DA383;

}

.forMenuList.off {

	font-size: 12px;
    background-color: #6E95BE;

}

.forMenuList {

	font-size: 12px;
    text-align: left;

}



p.mainMenu {
	font-weight : bold;
	font-size : 14px;
	font-style : normal;
	text-align : center;
	text-decoration : none;
	margin: 0;
}


p.pageTitle {
	font-weight : bold;
	font-size : 18px;
	font-style : normal;
	text-align : left;
	text-decoration : none;
	margin: 0;
    color: #0066CC;
}





body {
	font-weight : normal;
	font-size : 12px;
	color : #000000;
	font-style : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color : white;
	padding : 0;
	margin : 0;
	text-align : left;
}

img {
	border-width : 0px;
}

.pic {
	border : 1px solid #000000;
}

/*Header*/

div.header {
	position : relative;
	height : 97px;
	width : 99.4%;
	margin : 0;
	margin-top : 0px;
	margin-left : 0px;
	padding : 0;
	border-top : 4px solid #FFFFFF;
	border-left : 3px solid #FFFFFF;
	border-right : 2px solid #FFFFFF;
    background-color : #CF7E51;
}

/*Main*/

div.main {
	position : absolute;
	margin-top : 104px;
	width : 100%;
	height : 470px;
	text-align : center;
}

td.main {
	text-align : left;
	width: 80%;
	margin : 0%;
	padding : 2%;
	background-image : url(body/images/fadingBG.jpg);
	border: 1px solid #000000;
}

td.main_sub {
	text-align : left;
	width: 33%;
	margin : 0%;
	padding : 2%;
}

p.main {
	font-size : 12px;
	color : #000080;
	line-height: 1.5;
	padding-left: 1%;
	padding-right: 1%;
}

p.resources {
	font-size : 11px;
	color : #000080;
	padding-left: 1%;
	padding-right: 1%;
}

td.left_menu {
	text-align : center;
	width: 220px;
	margin : 0%;
	padding : 0%;
	color : #000066;
	background-image : url(body/images/fadingBG2.jpg);
	border: 1px solid #000000;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
	text-decoration: underline;
	font-weight: bold;

}

.footer {
	color : #FFFFFF;
}






.tableBorder   {

    border: 1px solid #000000;

}

.forTableHeader {

	font-size: 13px;
	color: #000000;
    font-weight: bold;
    text-align: center;
    text-valign: middle;
    background-color: #CCCCCC;
    border: 1px solid #FFFFFF;

}

.forTableList {

	font-size: 12px;
	color: #000000;

}