/*
global
________________
*/

img
{
	border: 0px;
}

body
{
	padding: 20px;
	
	background-image: url('../graphics/v1/bg.png');
	background-repeat: repeat-x;
	background-color: #273758;
}

body, td
{
	color: #E1E3E8;
	font-family: Helvetica, Arial, 'Lucida Sans Unicode';
	font-size: 13px;
}

h1
{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h2, h2 a
{
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 13px;
	font-weight: normal;
	color: white;
}

a
{
	color: #6FD237;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

hr
{
	border: 0;
	width: 100%;
	height: 1px;
	color: #30487A;
	background-color: #30487A;
	width: 670px;
}


/*
classes, etc
_____________________
*/

.listing_text
{
	font-size: 12px;
	line-height: 23px;
	color: #ccc;
	text-align: justify;
}

.navbar
{
	border: 1px solid #666;
	padding: 5px;
	
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.navbar a
{
	font-weight: normal;
}

#promote
{
	position: absolute;
	left: 82%;
}
