/* Stylesheet */
/* Body and Overall Theme */

body { 
		font-size: 11px; 
		font-family: Verdana, Helvetica, Arial, Geneva;
		text-decoration : none;
}

table, td, th, center, font, input, submit, select, textarea, button, h1, h5 {font-size: 11px; font-family: Verdana, Helvetica, Arial, Geneva; text-decoration : none;}
td.right {text-align:right;}

/* All Links */

a:link, a:active, a:visited {
	color: #6B5447;
	text-decoration: underline;
	font-weight: normal;	
}

a:hover {
	text-decoration: none;
}


/* tr Title */
.trTitle {
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 11px; 
			font-style: normal; 
			font-weight: bold;
			color: #000000;
			background-color: #000000;
			background-image: url(http://www.mdadvertising.com/global/site_manager/images/bg_td_title.gif);
			height: 20px;
}

.trTitleLight {
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 11px; 
			font-style: normal; 
			font-weight: bold;
			color: #000000;
			background-color: #000000;
			background-image: url(http://www.mdadvertising.com/global/site_manager/images/graygradient.gif);
			height: 25px;
}


/* tr ResultsTitle */
.trResultsTitle {
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			font-weight: bold;
			color: #000000;
			background-color: #E6DAAA;
}

/* tr ResultsRow */
.trResultsRow {
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			color: #000000;
}

/* tr ResultsRowAlt */
.trResultsRowAlt {
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			color: #000000;
			background-color: #EFE8C7;
}


/* Colored Text */
.grey {  
	color: #999999; 
	}
	
.red {  
	color: #990000; 
	}
	
.white {  
	color: #FFFFFF; 
	}
	
	
/* Misc */
.indexlinks {
				font-size: 11px; 
				font-family: Verdana, Helvetica, Arial, Geneva; 
				text-decoration : none;
				line-height: 16px}

.copyrlinks {text-align:center;}
.copyrlinks a {text-decoration:none; color:#000000;}
