}
.tableborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFEE8;

}

.cctext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

	#mainMenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	border-bottom:1px solid #000000;
	height:20px;
	position:relative;
	visibility: hidden;
	background-image: url(../assets/webheader_2.gif);

		
	}
	#mainMenu a{
		padding-left:5px;	/* Spaces at the left of main menu items */
		padding-right:5px;	/* Spaces at the right of main menu items */
		font-weight: bold;
		/* Don't change these two options */
		position:absolute;
		bottom:-2px;
	}
	#submenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#E2EBED;
	visibility: hidden;
	width:100%;
	height: 20px;

		
	}
	
	html>body #clearmenu{ /* non IE browsers menu bottom spacing */
	margin-bottom: 2px;
	}
	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		border-left:1px solid #000000;
		border-top:1px solid #000000;
		border-right:1px solid #000000;		
		background-color: #E2EBED;	/* Background color */
		
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #000;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{
	text-decoration:underline;
	padding-left:5px;
	padding-right:5px;
	color: #0000CC;
	font-size: 12px;

	}
	
	#submenu a:hover{
		color: #FF0000;	/* Red color when the user moves the mouse over sub menu items */
	}
.footertext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FCF4CF;
}
.border {
	border: 1px solid #333333;
}


