body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

body {
	background-image: url(../images/pixel-gradient.jpg);
	background-repeat: repeat-x;
}

.black_18b {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}

.black_36b {
    color: #000000;
	font-size: 36px;
	font-weight: bold;
}

.red_24b {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
}


.white_36b  {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
}

.white_48b  {
     color: #FFFFFF; 
	 font-size: 48px; 
	 font-weight: bold; 
	 }
	 


a:link {
	font-size: 16px; 
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-size: 16px; 
	text-decoration: none;
	color: #000066;
}
a:hover {
	font-size: 16px; 
	text-decoration: none;
	color: #FF0000;
}
a:active {
	font-size: 16px; 
	text-decoration: none;
}


