body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}



.txtSearch{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: bold;
}
.txtFooter{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

.txtBold{
	font-weight: bold;
}

.txtTitle{
	font-size: 14px;
	font-weight: bold;
}

.txtJ{
	text-align: justify;
}

.txtRedBold{
	color: red;
	font-weight: bold;
}
img { border: 0px; }
a{
	color: blue;
	text-decoration: none;
}
a:visited{
	color: blue;
}
a:hover{
	color: red;
}

div#contentText{padding: 0px 10px 0px 10px; text-align: left;}
.testimonial {
	padding: 10px 25px;
	font-weight: bold;
}
.testimonial em {
	font-weight: normal;
}


#menu {
    	position: relative;
		margin: 0;
		padding: 0;
		list-style-type: none;
	  }

#menu li
	{
		float: left;
		padding: 0 2px;
		margin: 0;
		border-bottom: 1px solid #ccc;
		width: 100px;
	}
			
#menu a {
		display: block;
		background: #fff;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		/*border-right: none;*/
		color: #333;
		text-decoration: none;
		height: 38px;
		text-align: center;
		font-size:    10px;
	}
		
#menu a:active	{
		background: #e6e6e6;
		color: #000;
	}
			
#menu a:hover	{
		background: #ccc;
		color: #000;
		}
		
#articles {
		position:relative;
		}
		
#articles a:hover	{
		background: #ccc;
		color: #000;
		}
		
#sitemap {
	margin: 0px 10px;
	padding: 0px;
}		

#sitemap h1 {
	font-size: 150%;
	color: #0A51A1;
	border-bottom: 1px solid #000;
	line-height: normal;
	position: relative;
	margin-right: 1.8em;
	margin-bottom: 0.2em;
	margin-left: 1.8em;
}

#sitemap h2 {
	display:block;
	font-size: 100%;
	line-height: normal;
	color: #990000;
	position: static;
	margin-right: 5px;
	margin-left: 5px;
}	

#sitemap a:link, #sitemap a:visited, #sitemap a:active {
		color: #0000FF;
		text-decoration: underline;
}
	
.bold { font-weight: bold; }
	

	