/* ----------Body Attribs---------- */
body {
	font-size: 13px;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 0px;
	background-color: #000000;
	color: #808080;
}

/* ----------Link Attribs---------- */
a:active {
	font-size: 13px;
	color: #CE9100;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	font-size: 13px;
	text-decoration: none;
	color: #CE9100;
	font-weight: normal;
}
a:visited {
	font-size: 13px;
	color: #CE9100;
	text-decoration: none;
	font-weight: normal;
}

/*----------Portal (page) Table----------*/
table.nav {
	width: 605px;
	height: 550px;
	border: 0px;
	background-color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	vertical-align:middle;
}

/*----------Logo Table----------*/
table.logo{
	width: 761px;
	min-width:761px;
	height: 121px;
	bordertop: 0px solid #000000;
	border-bottom: 0px solid #000000;
	background-color: #000000;
	text-align: left;
	vertical-align:top;
}

/*----------Main Table----------*/
table.main {
	width: 761px;
	min-width:761px;
	height: 350px;
	background-color: #000000;
	border: 0px solid #000000;
	text-align: left;
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* ----Table (Main - Col) Attribs ----*/
td.main-menu {
	padding: 0px;
	width: 160px;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: white;
}

/* ----Table (Main - Col) Attribs ----*/
td.main-content {
	width: 601px;
	text-align:left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #aeaeae;
}

/*----------Logo Table----------*/
table.legal{
	width: 761px;
	min-width:761px;
	border-bottom: 0px solid #000000;
	background-color: #000000;
	text-align: right;
	vertical-align:top;
}