body {
	margin-left:0px;
	margin-right:0px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color:#000;
}

a:link {
	color: #bababa;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #bababa;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ccc;
}
a:active {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}


input, textarea, button, select {
	font-family: Arial;
	background-color: #F3F3F3;
	border:1px solid #A6A6A6;
	color:#000000;
	font-size: 10pt;
}

#tbl_main {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:100%;
	background: #151515;
}

#tbl_content {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
}

#tbl_nav {
	background-image: url(img/nav_bg.gif);
	background-repeat: repeat-y;
	vertical-align: top;

}

#tbl_title {
	padding-right: 40px;
	font-family: Trebuchet MS;
	font-size: 19px;
	text-align: right;
	font-weight: 400;
	letter-spacing: 0px;
	color: #f7a631;
}

#tbl_text {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
	height: 100%;
	vertical-align: top;
	font-family: Trebuchet MS;
	font-size: 14px;
	text-align: left;
	color: #bababa;

}

#tbl_footer {
	padding-right: 20px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	text-align: right;
	font-size: 0.6em;
	font-family: arial;
	color: #ccc;
}

h1 {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 5px;
}
