/* CSS Document */

body {
	margin-top:0px;
	margin-left:0px;
}
.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;		
}
.title {	
	color: #000000;
	font-family: Arial;
	font-size: 18px;		
	text-align:left;
	font-weight:bold;
	padding-left:30px;
	/*margin-top:10px;		 
	padding-top:10px;
	padding-left:10px;*/
}
.textContent {	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;		
	text-align:justify;		
	padding-right:50px;
	padding-left:30px;		
}
.footerText {
	color: #E0E8EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;		
	text-align:center;
	/*font-weight:bold;*/
}
.footerBgColor {
	background-color: #234c6c;
	text-align:center;
}

#leftmenucat {
	margin: 0; padding: 0;
	}
#leftmenucat li {
	background-image: none;
	list-style:none;
	margin: 0;
	height: 16px;
	font-size: 10px;
	line-height: 20px;
	white-space: nowrap;
	text-indent: 5px;
	border:1px solid #000000;	
	display: block; text-align:center;
}
#leftmenucat a {
	display: block;
	text-decoration: none;
	height: 16px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom-color:#000000;
	background-position: 7px;
	background-image:url(../images/brown_square.gif);
	background-repeat: no-repeat;
	background-color: #E1E1E1;
	color: white;
	font-weight: bold; 
	font-size: 8pt; 
	color: #000000; 
	font-family: 'Verdana','Arial', 'Times New Roman';
	text-decoration: none; text-align:center;
}

#leftmenucat a:hover {
	height: 16px;
	padding-left: 3px;	
	padding-right: 3px;
	border-bottom-color:#FFFFFF;
	background-color: #AC2033;	
	background-image: url(../images/white_square.gif);
	background-position: 7px;
	background-repeat: no-repeat;
	font-weight: bold; 
	font-size: 8pt; 
	color: #FFFFFF; 
	font-family: 'Verdana','Arial', 'Times New Roman';
	text-decoration: none; text-align:center;
}




















