/* Nothing Inc. CSS */

html {
     overflow: 				-moz-scrollbars-vertical;
	 overflow-y:			scroll;
}
body {
	background-image: 		url(images/bg.gif);
	background-position: 	top left;
	background-repeat: 		no-repeat;
	background-attachment:	fixed;
}
body,td,th {
	font-family: 			Arial, Helvetica, sans-serif;
	color: 					#FFFFFF;
}
h6 {
	color:					#000000;
	text-align:				center;
	font-weight:			bold;
	font-size: 				xx-small;
}
a:link {
	color: 					#FFFFFF;
	text-decoration:		none;
	font-weight:			bold;
	border:					none;
}
a:visited {
	color: 					#FFFFFF;
	text-decoration:		none;
	font-weight:			bold;
	border:					none;
}
a:hover {
	color: 					#FF0000;
	text-decoration:		none;
	font-weight:			bold;
	border:					none;
}
a:active {
	color: 					#FF0000;
	text-decoration:		none;
	font-weight:			bold;
	border:					none;
}
img {  
	border-style: 			none;
}
