.11px {
	font-size: 11px;
}

.13px {
	font-size: 13px;
}

.16px {
	font-size: 16px;
}

.18px {
	font-size: 18px;
}

body {
	margin: 0px;
	text-align: center;	
	min-width: 770px;
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding: 0px;
	background-color: #000000;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

.clearing {
	height: 1px;
	margin-top: -1px;
	clear: both;
	overflow: hidden;	
}

h1, h2, h3, h4, h5, 
{
	white-space: nowrap;
	margin-bottom: 0px;
	padding-bottom:  0px;
}

.liteGrey {
	color: #929292;
}

.whiteTxt {
	color: #ffffff;
}

.whiteTxt11px {
	color: #ffffff;
	font-size: 11px;	
}

.whiteTxt16px {
	color: #ffffff;
	font-size: 16px;	
}

.bold {
	font-weight: bold;	
}

.extraBold {
	font-weight: bolder;	
}

.dec {
	text-decoration: underline!important;
}

.header_img{
	background-repeat: no-repeat; 
}

#content {
	text-align: left;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

.greyBG {
	background-color: #232323;
}

/* GREY LINKS */
a.grey11px {
	color: #929292;
	font-size: 11px;
	text-decoration: none;
}

a.grey11px:hover {
	color: #ffffff;
	text-decoration: none;
}

a.grey13px {
	color: #929292;
	font-size: 13px;
	text-decoration: none;
}

a.grey13px:hover {
	color: #ffffff;
	text-decoration: none;
}

a.grey16px {
	color: #929292;
	font-size: 16px;
	text-decoration: none;
}

a.grey16px:hover {
	color: #ffffff;
	text-decoration: none;
}

a.grey18px {
	color: #929292;
	font-size: 18px;
	text-decoration: none;
}

a.grey18px:hover {
	color: #ffffff;
	text-decoration: none;
}


/* WHITE LINKS */
a.white11px {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

a.white11px:hover {
	color: #0172b9;
	text-decoration: none;
}

a.white13px {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}

a.white13px:hover {
	color: #0172b9;
	text-decoration: none;
}

a.white16px {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}

a.white16px:hover {
	color: #0172b9;
	text-decoration: none;
}

a.white18px {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}

a.white18px:hover {
	color: #0172b9;
	text-decoration: none;
}


/* BLUE LINKS */
a.blue11px {
	color: #0172b9;
	font-size: 11px;	
	text-decoration: none;
}

a.blue11px:hover {
	color: #ffffff;
	text-decoration: none;
}
a.blue13px {
	color: #0172b9;
	font-size: 13px;
	text-decoration: none;
}

a.blue13px:hover {
	color: #ffffff;
	text-decoration: none;
}
a.blue16px {
	color: #0172b9;
	font-size: 16px;	
	text-decoration: none;
}

a.blue16px:hover {
	color: #ffffff;
	text-decoration: none;
}
a.blue18px {
	color: #0172b9;
	font-size: 18px;
	text-decoration: none;
}

a.blue18px:hover {
	color: #ffffff;
	text-decoration: none;
}