@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg.png); 
	background-position:top; 
	background-repeat:repeat-x; 
	background-color: #060606;
	margin-top: 25px;
}


.tblMain {
	background-color: #454545;
	border: 16px solid #F6F6F6;
	width: 800px;
	padding: 0px;
	margin: 0px;
}

.tblTitle TD {
	background-color: #000000;
	border: 0px;
	width: 800px;
	height: 150px;
	background-image:url(images/title_placeholder.jpg);
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	text-align: left;
}

.tblMenu {
	background-color: #232323;
	border-top: 1px solid #F6F6F6;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	width: 800px;
	height: 24px;
	padding: 0px;
	margin: 0px;
}

.tblMenuCell {
	background-color: #232323;
	border: 0px;
	width: 50px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.tblMenuCell a {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: #FFFFFF;
	text-decoration: none;
}

.tblMenuCell a:visited {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: #FFFFFF;
	text-decoration: none;
}

.tblMenuCell a:hover {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: #FFFFFF;
	text-decoration: underline;
}

.tblMenuCellSpacer {
	background-color: #232323;
	border: 0px;
	width: 15px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}

.tblBody {
	background-color: #454545;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	width: 800px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C7C7C7;
	vertical-align: top;
}

.tblBottom {
	background-color: #333333;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	width: 800px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.tblBottom TD {
	padding-top: 10px;
}

.tblBottom a {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: #999999;
	text-decoration: none;
}

.tblBottom a:visited {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: #999999;
	text-decoration: none;
}

.tblBottom a:hover {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: #999999;
	text-decoration: underline;
}

.imgLogo {
	width: 242px;
	height: 68px;
	background-image:url(images/logo.png);
	vertical-align: bottom;
}

/* LEFT COLUMN */

.leftBody a {
	color: #336699;
}

.leftBody a:hover {
	color: #FFFFFF;
}

.leftBody a:visited {
	color: #336699;
}

.leftHeaderImage {
	background-color: #E1E1E1;
	height: 24px;
	color: #6C6C6C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	padding-left: 6px;
}

.leftHeader {
	background-color: #E1E1E1;
	height: 24px;
	color: #6C6C6C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	padding-left: 4px;
}

.leftBodySizer {
	background-image:url(images/bgLeft.png);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
}

.leftBody {
	background-color: #FFFFFF;
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	background-image:url(images/bgLeft.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.leftBody DIV {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
}


.leftBodyImage {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}

/* main content */
.cellBody {
	vertical-align: top;
	text-align: left;
	background-image:url(images/bgBody.png);
	background-repeat: repeat-x;
	background-position: bottom;
	
	padding-bottom: 10px;
}

.tableTip {
	background-image:url(images/bgTransparent.png);
	width: 100%;
	color: #FFFFFF;
	border: 1px dotted #CCCCCC;
}

.tableTip TD {
 padding: 10px;
 }

.tblClients IMG {
	border: 1px solid #FFFFFF;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}