﻿a:visited {color: rgb(255,255,255); font-weight: light;}
a:link {color: rgb(255,255,255); text-decoration: none; font-weight: light;}
a:hover {color: rgb(255,175,0); font-weight: light; text-decoration: underline}
a:active {color: rgb(255,175,0); font-weight: light;}
a { text-decoration: none; }

/*Credits: Dynamic Drive CSS Library and Matrix Design Group*/
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(image/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: yellow !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(image/indentbg2.gif) center center repeat-x;
}

.edge_top {
	background-image: url('image/edge_t.gif');
}
.edge_left {
	background-image: url('image/edge_l.gif');
}
.edge_right {
	background-image: url('image/edge_r.gif');
}
.style5 {
	background-color: #000000; vertical-align: top;
}
.edge_bottom {
	background-image: url('image/edge_b.gif');
}
.city_heading {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt; font-weight: bold;
}
.doc_viewer {
	background-color: #000000;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium; font-style: italic;
	text-align: right;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.matrix {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.submenu_bar_blue {
	background-color: #5F8FE8;
}
.submenu_bar_black {
	background-color: #000000;
}
.submenu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.help {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: right;
}

