* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url("/images/bg.gif") center top repeat-y;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: small;
}

.table_main {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	border-collapse: collapse;
	border-left: 1px solid #292D39;
	border-right: 1px solid #292D39;
}

.table_header {
	width: 800px;
	height: 150px;
	border-top: 5px solid #292D39;
}

.table_menu {
	width: 800px;
	padding: 10px 10px 10px 20px;
	text-align: left;
	text-valign: bottom;
	font-size: 8pt;
}

.table_navbar {
	width: 600px;
	background-color: #343848;
	padding: 2px 5px 2px 20px;
	text-align: left;
	text-valign: bottom;
	font-size: 8pt;
}

.table_logo {
	width: 200px;
	padding: 2px 4px 2px 4px;
	background-color: #ffffff;
	text-align: left;
	font-size: 8pt;
}

.table_menu a {
	color: #343848;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

.table_menu a:hover {
	color: #5686CE;
}

.table_navbar a {
	color: #E9E9E9;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

.table_navbar a:hover {
	color: #5686CE;
}

.table_title {
	width: 600px;
	background-color: #343848;
	padding: 5px 5px 5px 20px;
	border-top: 2px solid #292D39;
	border-bottom: 2px solid #292D39;
}

.table_title2 {
	width: 200px;
	background-color: #343848;
	border-top: 2px solid #292D39;
	border-bottom: 2px solid #292D39;
}

.table_title h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16pt;
	font-weight: normal;
	color: #C1B3A9;
	letter-spacing: 1px;
}

.table_title h2 {
	font-size: 8pt;
	font-weight: normal;
	color: #AED6FF;
	margin: 10px 0px 0px 0px;
	letter-spacing: 1px;
}
	
.table_news {
	width: 200px;
	padding: 20px 20px 20px 20px;
	background-color: #eee;
	text-align: left;
	vertical-align: top;
	line-height: 120%;
	border-left: 1px solid #aaa;
}

.table_news h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #444C6F;
	border-bottom: 1px dashed #C1B3A9;
}

.table_news h2 {
	font-size: 7pt;
	font-weight: normal;
	color: #C1B3A9;
	margin: 0px 0px 5px 0px;
}

.table_news h3 {
	font-size: 8pt;
	font-weight: normal;
	color: #444C6F;
	margin: 0px 0px 20px 0px;
}

.table_content {
	width: 600px;
	height: 100%;
	background-color: #fff;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	line-height: 120%;
}

.table_content h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #444C6F;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #C1B3A9;
}

.table_content h2 {
	font-size: 7pt;
	font-weight: normal;
	text-align: right;
	color: #C1B3A9;
	margin: 0px 0px 0px 0px;
}

.table_content p {
	font-size: 10pt;
	color: #333;
	margin: 0px 0px 20px 0px;
}

.table_content code {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-variant: small-caps;
	color: #6C667A;
}

.table_content a {
	color: #6C667A;
	text-decoration: none;
	border-bottom: 1px dotted #6C667A;
}

.table_content a:hover {
	border-bottom: 1px solid #6C667A;
}

.table_footer {
	width: 800px;
	background-color: #343848;
	padding: 20px;
	font-family: arial;
	font-size: 8pt;
	text-align: left;
	color: #AED6FF;
	border-top: 2px solid #292D39;
}

a.btmLink {
	font-family: arial;
	font-size: 8pt;
	text-decoration: none;
	color: #AED6FF;
}

a.btmLink:Visited {
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	color: #AED6FF;
}

a.btmLink:Active {
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	color: #AED6FF;
}

a.btmLink:Hover {
	font-family: arial;
	font-weight: normal;
	text-decoration: underline;
	color: #AED6FF;
}
