a.nav {
	text-decoration:		underline;
	color:					#FFFFFF;
	letter-spacing: 		1px;
	
}

a.nav:hover {
	text-decoration:		underline;
	color:					#AAAAAA;
	letter-spacing: 		1px;	
}

a.tag {
	font-size:				7pt;
	text-decoration:		underline;
	color:					#444444;
	letter-spacing: 		1px;
	cursor: hand;
	cursor: pointer;	
}

a.tag:hover {
	text-decoration:		underline;
	color:					#666666;
	letter-spacing: 		1px;
	cursor: hand;
	cursor: pointer;
}

a {
	text-decoration:		underline;
	color:					#AAAAAA;
	font-weight: 			bold;
}

a:hover {
	font-weight: 			bold;
	text-decoration:		none;
	color:					#888888;
}
.nav {
	height: 0px;
	text-align: bottom;
}

BODY {
	
	margin:					auto;
	padding:				0px 0px 0px 0px;
	/*background-image:		url('tile.png');*/
	font-size:				11px;
	font-family:			 Arial;
	color:					#FFFFFF;
	
	background-color:		#000000;

	background-repeat:		repeat-x;
	background-position:	top;

}

TD {
	color: #FFFFFF;
}

P {
	padding: 2px;
}

.content {
	width: 					990px;
	align:					center;
}

.contentPlayer {
	align:					center;
}

.content2 {
	width: 					450px;
	padding:				5px;
}

.contentTable {
	padding: 				0px;	
}

.today {
	background-image:		url('cell1.gif');
	background-color:		#111111;
}
.old {
	background-color:		#111111;
}
.old2 {
	background-color:		#191919;
}

.smallText {
	font-size:				7pt;
	color:					#444444;
}

.reallysmallText {
	font-size:				6pt;
	color:					#444444;
}

.header {
	background-repeat:		no-repeat;
	width: 					990px;
	height: 				200px;
}

.header2 {
	background-image:		url('header.jpg');
	background-repeat:		no-repeat;
	width: 					500px;
	height: 				250px;
}

IMG {
	border-color: 			#111111;
}

.rating {
	cursor: hand;
	cursor: pointer;
}

INPUT,TEXTAREA {
	font-family: 			arial, verdana;
	font-size: 				7pt;
	color: 					#888888;
	background-color: 		#222222;
	border: 				1px;
	border-color:			#888888;
}