/* basic definitions */
	
body {
	background:#333 url("i/bg.gif") repeat-y center;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
text-align: left; }
	

/* text definitions */
	
.headmain {
	font-size:12px;
	font-weight: bold;
	color:#000000;
	text-transform: uppercase;
	}
	
.headsub {
	font-weight: bold;
	color:#000;
	}
	
.notered {
	font-weight: normal;
	color: #C91111;
	}
	
.note {
	color: #000;
	}
	
.note2 {
	color: #000;
	font-weight: bold;
	}
	
.cp {
	font-size:10px;
	color:#000;
	}
	
.cp2 {
	font-size:10px;
	font-weight:bold;
	color:#000;
	}
	

/* containers */
	
#latestupdates, #moreinfo {
	padding: 10px 10px 0;
	border:1px dashed #CCC;
	}
		
#msnet {
	padding: 5px 0 5px 0;
	border:1px dashed #CCC;
	}

#hotpicks {
	background: #F2F2F2;
	padding:10px;
	border:1px dashed #C2C2C2;
	}
		

/* link definitions */

a:link {
	color: #000; text-decoration: underline;
	}
	
a:hover { 
	color: #FF0000; text-decoration: underline;
	}
	
a:active { 
	color: #737373; text-decoration: underline;
	}
	
a:visited {
	color: #666; text-decoration: underline;
	}
	
