.body
{
	Font-family:Arial;
	font-size:9px;
	color:#3d3c3c;
}

.boxtxt
{
	Font-family:Arial;
	font-size:12px;
	color:#3d3c3c;
}

.footerMenu a{FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #6D7B8D; text-decoration:none}
.footerMenu a:hover{ FONT-SIZE: 11px; COLOR: #E87400; text-decoration:underline}

.projectLink
{
	Font-family:Arial;
	font-size:12px;
	color:#3d3c3c;
	text-decoration:underline;
}

.projectLink:hover
{
	Font-family:Arial;
	font-size:12px;
	color:#9c0000;
	text-decoration:none;
}

.more
{
	Font-family:Arial;
	font-size:12px;
	color:#9c0000;
	text-decoration:underline;
}

.moresmall
{
	Font-family:Arial;
	font-size:11px;
	color:#9c0000;
	text-decoration:underline;
}
.moresmall:hover
{
	Font-family:Arial;
	font-size:11px;
	color:#9c0000;
	text-decoration:none;
}

.more:hover
{
	Font-family:Arial;
	font-size:12px;
	color:#3d3c3c;
	text-decoration:none;
}

.contenthead
{
	Font-family:Arial Narrow;
	font-size:15px;
	color:#2e3dac;
	font-weight:bold;
}

.contenttxt
{
	Font-family:Arial;
	font-size:12px;
	color:#3d3c3c;
}

.mainHead
{
	Font-family:Windsor BT;
	font-size:30px;
	color:#2e3dac;
}

.mainSubHead
{
	Font-family:Arial;
	font-size:12px;
	color:#2e3dac;
}

.leftTabHead
{
	background-image:url('../images/left_tab_head.PNG');
	background-repeat: no-repeat;
	Font-family:Verdana;
	padding-left:10px;
	font-size:11px;
	color:#d0cece;
	height:30px;
	width:160px;
	font-weight:bold;
}

.TDleftTabContents
{
	height:20px;
	width:150px;
	padding-left:8px;
	padding-bottom:3px;
	border-right:1px #cccccc solid;
	border-left:1px #cccccc solid;	
	vertical-align:middle;
	background-color:#f6f5f5;
}

.LINKleftTabContents
{
	Font-family:Arial;
	font-size:11px;
	color:#3d3c3c;
	width:150px;
	/*background-color:#e9e9e9;*/
	text-decoration:none;
}

.LINKleftTabContents:hover
{
	font-weight:bold;
	color:#9c0000;
	/*background-color:#e9e9e9;*/
	text-decoration:underline;
}

td.active_tab
{ 
	text-align: center; 	 
	font-family:Verdana;  
	font-weight:bold;
	font-size: 11px; 
	color: #d0cece; 
	background-image: url(../images/menu_active_tab_middle.PNG); 
	height: 28px;  
	cursor: pointer;
}

td.inactive_tab
{ 
	text-align: center; 
	font-weight:bold;
	font-family:Verdana;
	font-size:11px; 
	color: #fff;
	background-image: url(../images/menu_tab_middle.png); 
	height:28px; 
	cursor: pointer;
}

.mainMenuInactiveLeftCorner
{
	background-image: url(../images/menu_tab_left_corner.png); 
	width: 18px; 
	height:28px; 
}

.mainMenuInactiveRightCorner
{
	background-image: url(../images/menu_tab_right_corner.png); 
	width: 18px; 
	height:28px; 
}

.mainMenuActiveLeftCorner
{
	background-image: url(../images/menu_active_tab_left_corner.PNG); 
	width: 18px; 
	height:28px; 
}

.mainMenuActiveRightCorner
{
	background-image: url(../images/menu_active_tab_right_corner.png); 
	width: 18px; 
	height:28px; 
}


