body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(template/images/bg_diamond.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.white {color: #FFFFFF}
.lgrey {color: #CCCCCC}

.red {color: #CC0000}

.purple {color: #CC99CC}

.green {color: #66CC66}

.yellow {color: #ff9900}

.blue {color: #6699cc}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	
	}
.med-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 13px;
	
	}
	
.sml-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 11px;
	
	}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font: bold;
	color: #CCCCCC;
	line-height: 16px;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font: bold;
	color: #CCCCCC;
	line-height: 16px;
}

a {
	color: #CC9933;
	text-decoration:none;
}
a:hover {  
	color: #FFFFFF; 
	text-decoration:none;
}

.copyright {
	font-family: Times, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.table-bg {
	background-attachment: center;
	background-image: url(images/bg_red190.gif);
	background-repeat: no-repeat;
	}
.frame-bg {
background-position: top center;
	background-attachment: center;
	background-image: url(images/vid_frame.gif);
	background-repeat: no-repeat;
	}