/* STYLE: MAIN */

body  { 
	margin: 0;
	}	
	
a, a:active, a:link, { 
	color: #660000; 
	text-decoration: underline;
	}

a:hover { 
	color: #660000;
	text-decoration: underline;
	background-color: #d1d1d1;
	}

a:visited { 
	color: black; 
	text-decoration: underline;
	}

td { 
	color: black; 
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, Verdana, sans-serif; 
	text-decoration: none;
	}


/* STYLE: GLOBAL SUBPAGES */

.sub_fineprint {
	font-size: 10px;
	color: #999999;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.sub_privacylink {
	font-size: 10px;
	color: #660000; 
	text-decoration: underline;
	font-weight: bold; 
	margin-bottom: 0px;
	}



/* STYLE: MESSAGE BOARDS */

table.mbtablebkgd { 
	background-image: url("../images/mb-bkgd.jpg"); 
	background-repeat: repeat-y; 
	background-position: left top;
	margin-left: 15px;
	margin-right: 15px;
	width: 730;
	}
	
td.mbhead { 
	background-image: url("../images/defjam_mbsubhdr.jpg"); 
	background-repeat: repeat-x; 
	background-position: left top; 
	padding-top: 5px;
	width: 730;
	}
	
table.shape { 
	padding-left: 15px;
	width: 730;
	}

td.fader { 
	background-image: url("../images/mb-fadedbottom.jpg"); 
	background-repeat: repeat-no; 
	background-position: left top;
	width: 730;
	}
			
td.mbwhtbkgd { 
    background-color: #eeeeee;
	background-image: url("../images/mb-whtbkgd.gif"); 
	background-repeat: repeat-no; 
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	}
	
td.mbnavwhtbkgd { 
    background-color: #eeeeee;
	background-image: url("../images/mb-whtbkgd.gif"); 
	background-repeat: repeat-no; 
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px; 
	font-weight: bold; 
	}
	
td.mbgrybkgd { 
    background-color: #eeeeee;

	background-repeat: repeat-no; 
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px; 
	font-weight: bold; 
	color: #ffffff;
	}
				
.messagesubhead { 
	font-size: 14px; 
	font-weight: bold; 
	background-image: url("../images/headerbkgd.gif"); 
	background-repeat: repeat-x; 
	text-transform: uppercase; 
	margin: 12px; 
	padding: 6px; 
	width: auto;
	}



