body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
  	font-family: Arial;
  	font-size: 11px;
  	color: #4D4D4D;
}

/* used to align all lists in general to the left */
ol, li {
	margin: 0.5px 0.5px 0.5px 10px;
	padding: 0.5px 0.5px 0.5px 10px;
	
}

ul {
	margin: 0.5px 0.5px 0.5px 4px;
	padding: 0.5px 0.5px 0.5px 4px;

}

/* used in index.php for news and events scroll bars */
.scrolling_table {
	height:18em; 
	overflow:auto;
/*	
	scrolling_table-face-color:#d8e6f1;
	scrolling_table-base-color:#EBF5FF;
	scrolling_table-arrow-color:black;
	scrolling_table-track-color:#F3F3F3;
	scrolling_table-shadow-color:#EBF5FF;
	scrolling_table-highlight-color:#EBF5FF;
	scrolling_table-3dlight-color:#78AAFF;
	scrolling_table-darkshadow-Color:#78AAFF;		
*/
}


/* all textarea in general */
textarea {
	width: 700px;
	height: 120px;
}

/* for input of type=text */
.inputText {
	width: 220px;
}

.inputShort {
	width: 170px;
}

.scrollbar {
	
		scrollbar-face-color:#d8e6f1;
		scrollbar-base-color:#EBF5FF;
		scrollbar-arrow-color:black;
		scrollbar-track-color:#F3F3F3;
		scrollbar-shadow-color:#EBF5FF;
		scrollbar-highlight-color:#EBF5FF;
		scrollbar-3dlight-color:#78AAFF;
		scrollbar-darkshadow-Color:#78AAFF;	
}


td {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	text-align:justify;  
}

.footer {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color: #666666; 
  	text-align:left; 
}
	
.newsHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ff6600;
	text-decoration: none;
}


.redlink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;	
	color: #FE0000;
	text-decoration: underline;
}


.td_left {
  	text-align:left;  
}

.contentNorm {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contentGrey {
	color: #999999;
	font-family: Arial;
	font-size: 11px;
}
	
.subtitle_side {
	font-family:Arial;
	font-size: 11px;
	font-weight:bold;
	color: #2B04B7;
	text-decoration: none;
}

.subheader {
	font-family:Arial;
	font-size: 13px;
	font-weight:bold;
	color: #2B04B7;
	text-decoration: none;
}

a.copyright {
	font-family: Arial;
	font-size: 10px;
	color: #473D3D;
	text-decoration: none;
}

a.main_link {
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}

.table_records {
	border: 1px solid #999999;
	width: 90%;
	color: #333333;
	font-family: Arial;
	text-align: justify;
}


.links {
	font-family: Arial;
	font-size: 12px;
	color:#333333;
	text-decoration: underline;
}


.listlink {
	font-family: Arial;
	font-size: 11px;
	color:#006699;
	text-decoration: underline;	
}


.listtitles_link {
	font-family: Arial;
	font-size: 11px;
	color:#006699;
	text-decoration: none;
	font-weight: bold;
}


.td_content {
	background-image: url(/images/common/bg_content.gif);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;	
}

.td_border {
	border-width:1px;
	border-color:#999999;
	border-style:solid;
	padding:3px;
	padding-left: 5px;
}


a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 11px;
	font-weight: bold; */
	color: #2B04B7;
	text-decoration: underline;
}


/*
a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
*/