.OnPrint {
	display: none;
}

body {
	background-color: #000000;
	background-image: url(../images/layout/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#main_table {
	width: 726px;
	text-align: center;
	margin: 0px auto 15px auto;
	padding: 0px 0px 0px 0px;
}

#main_cell {
	text-align: center;
	background-image: url(../images/layout/center_background.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#top_fade {
	width: 726px;
	height: 20px;
	background-image: url(../images/layout/top_fade.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #053C5B;
}

#left_fade {
	width: 8px;
	height: 100%;
	background-image: url(../images/layout/left_fade_bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

#right_fade {
	width: 8px;
	height: 100%;
	background-image: url(../images/layout/right_fade_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#header {
	width: 710px;
	height: 116px;
	text-align: center;
	background-image: url(../images/layout/header_background.gif);
	background-position: top left;
	background-repeat: no-repeat;
}	#header img {
		margin: 11px 0px 0px -9px;
	}

#flash_container {
	width: 710px;
	height: 255px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/layout/no_flash.gif);
	background-position: top;
	background-repeat: no-repeat
}

#flash_container ul {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 16px;
}

#flash_container a {
	color: white;
	text-decoration: none;
	}

#flash_container_no_text_container {
	width: 710px;
	height: 255px;
	background-image: url(../images/layout/flash_background.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#main_container {
	width: 708px;
	text-align: left;
	position: relative;
	background-image: url(../images/layout/container_background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#main_text_container {
	width: 646px;
	text-align: left;
	background-image: url(../images/layout/main_text_background.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0px auto -4px 32px;
}	#main_text_container #text,
	#main_text_container .text {
		padding: 0px 15px 15px 15px;
		font-size: 0.7em;
		line-height: 1.5em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#bottom {
	width: 726px;
	height: 85px;
	background-image: url(../images/layout/bottom_curve.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#bottom_no_text_container {
	width: 726px;
	background-image: url(../images/layout/bottom_standalone.gif);
	background-position: top center;
	background-repeat: no-repeat;
}


#copyright {
	color: #AEAEAE;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 4px 40px 0px 0px;
}

#copyright_no_text_container {
	color: #AEAEAE;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 8px 10px 12px auto;
}


#port_title {
	width: 480px;
	height: auto;
	overflow: hidden;
	display: block;
	color: #ECECEC;
	font-size: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: none;
	margin: 0px 0px 6px 62px;
}


#port_menu {
	width: 20px;
	overflow: hidden;
	padding: 1px 1px 1px 1px;
	margin: 0px 20px 0px 20px;
}

#port_menu li {
	height: 20px;
	overflow: hidden;
	list-style: none;
	text-align: center;
	background-color: #1B1B1B;
	border: 1px solid #5A5A5A;
	margin: 3px auto 3px atuo;
}

#port_menu .on {
	border: 1px solid #ADC150;	!important
}

#port_menu .on a {
	color: #ADC150;
	background-color: #000000;
}

#port_menu li img {
	margin: 2px 0px 0px 0px;
}

#port_menu a {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#port_menu a:hover {
	background-color: #000000;
}

#port_view_changer {
	width: 120px;
	margin: auto 20px auto 20px;
}

#port_view_changer img {
	border: 1px solid #FFFFFF;
	background-color: #000000;
	margin: 0px auto 6px auto;
}

#port_view_changer .off {
	filter: alpha(opacity=35);
	opacity: 0.35;
	mozOpacity: 0.35;
}

#port_view_changer .on {
	filter: alpha(opacity=100);
	opacity: 1.0;
	mozOpacity: 1.0;
}

#port_view_changer .hover {
	filter: alpha(opacity=68);
	opacity: 6.85;
	mozOpacity: 6.85;
}

#port_site_viewer {
	width: 480px;
	height: 320px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	background-color: #000000;
}

#port_next {
	width: 480;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px auto 20px 60px;
}
#port_next a {
	font-size: 11px;
	border: none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#port_content {
	width: 625px;
	color: #999999;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px auto 20px 60px;
}

#port_content h3 {
	color: #ADC150;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 2px 0px;
}


.side_quote {
	float: right;
	clear: both;
	width: 200px;
	font-size: 14px;
	text-align: justify;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEF0F3;
	background-image: url(../images/layout/logo_note.gif);
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px dashed #A1ADBE;
	margin: 0px auto 9px 18px;
}

.side_quote div {
	padding: 10px 12px 10px 12px;
}

.remote_login {
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.remote_login input {
	float: left;
	width: 120px;
	height: 28px;
	color: #808080;
	font-size: 15px;
	text-align: center;
	letter-spacing: 8px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
}
.remote_login .submit {
	border: none;
	width: 31px;
	height: 28px;
	margin: 0px 0px 0px -3px;
}

td{
vertical-align:top;
}

td.times{
font-weight:bold;
padding-right:15px;
}