/* Body and Overall Theme */

table, td, th, input, submit, select, textarea, button {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
	text-decoration : none;
}

/* All Links */
a:link, a:active, a:visited {
	color: #730000;
	text-decoration: none;
	font-weight: bold;	
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* Colored Text */
.grey {  
	color: #999999; 
	}
	
.red {  
	color: #990000; 
	}

.white {  
	color: #FFFFFF; 
	}

/* Navigation Bar Links */
.navigationLinks td {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration : none;
	background-color: #795C2C;
	border: #A68751 solid;
	border-width: 0px 0px 1px 0px;
	padding: 5px 5px 5px 10px;
	
}

.navigationLinks a:link, .navigationLinks a:visited {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration : none;	
}

.navigationLinks a:hover {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
	color: #000000;
	text-decoration : none;	
}

.sidebar {
	background-color: #997943;
}

.sidebar_testimonials {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
	text-decoration : none; 
	color:#FFFFFF;
}
	


/* Copyright Links */
.copyrlinks, .copyrlinks:link, .copyrlinks:active, .copyrlinks:visited, .copyrlinks:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;	
}
