body {
    background-color: #6489B5;
	text-align: center;
	margin: 0;
	padding: 0;
}

p, table, h1, h2 {
	font-family: 'Tw Cen MT', Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #455D89;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-indent: 30px;
}

p { 
	text-indent: 30px;
}

a:link, a:visited, a:active {
/*	text-decoration: none;
	color: #FFFFFF;
*/
	text-decoration: none;
	color: #455D89;
}

a:hover {
/*	text-decoration: underline;
	color: #FFFFFF;
*/
	text-decoration: none;
	color: #FF6100;
}

a.link:link, a.link:visited, a.link:active {
	text-decoration: none;
	color: #455D89;
}

a.link:hover {
	text-decoration: none;
	color: #FF6100;
}

a img {
  border: none;
}

.main {
	border: 1px;
	width: 800px;
	height: 100%;
	background-color: #ffffff;
}


.footer_left, 
.footer_right {
	background-color: #FF6100;
	text-align: left;
	font-family: 'Tw Cen MT, Tahoma';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	height: 24px;
	vertical-align: middle;
	padding-left: 5px;
}

.footer_right {
	width: 215px;
	background: url(../images/footer_right.jpg) no-repeat;
	text-align: right;
	padding-right: 10px;
}

.footer_left { 
	width: 225px;
	background: url(../images/footer_left.jpg) no-repeat;
}


a.vendor:link, a.vendor:visited, a.vendor:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.vendor:hover {
	text-decoration: none;
	color: #455D89;
}



a.topmenu:link, a.topmenu:visited, a.topmenu:active {
	color: #455D89;
	font-size: 18px;
}

a.topmenu:hover, a.topmenu:active {
	font-weight: bold;
	text-decoration: none;
}

a.menu_left:link, a.menu_left:visited {
	color: #455D89;
}

a.menu_left:hover, a.menu_left:active {
	color: #FF6100;
	text-decoration: none;
}

.indent1 {
	padding: 0;
	margin: 0;
	height: 22px;
	text-indent: 30px;
	border-bottom: 1px dotted #FF6100;
}

.indent2 {
	padding: 0;
	margin: 0;
	height: 22px;
	text-indent: 60px;
	border-bottom: 1px dotted #FF6100;
}

.span_left_menu { 
	color: #FF6100;
}
