body {
    padding: 0;
    margin: 0;
}

body, table {
    font-family: Verdana;
    font-size: 12px;
}

table.sys { border-collapse: collapse; }
.wide { width: 100%; }
object { display: block; }

#logo {
    width: 389px;
    height: 93px;
    border-right: dotted #c5c5c5 1px;
    border-width: thin;
    font-size: 1px;
    float: left;
}

#logo img {
    margin: 30px 0 0 30px;
}

#logo span {
    margin: 3px 0 0 30px;
    font-size: 11px;
}

#top_menu {
    height: 93px;
}

#top_menu a.selected {
	color: #006d82;
	font-weight: bold;
}

#header_table a.selected {
	color: #006d82;
	font-weight: bold;
}

#top_menu td {
    width: 97px;
    text-align: center;
    padding-top: 20px;
    border-right: dotted #c5c5c5 1px;
    border-width: thin;
}

#top_menu td a {
    text-decoration: none;
    color: #333333;
}

#top_menu td a:hover {
    font-weight: bold;
    font-size: 110%;
}

#menu2 {
    margin-top: -1px;
    margin-left: 12px;
}

.right_link {
    width: 197px;
    height: 50px;
    background-repeat: no-repeat;
    text-align:left;
}

.right_link a {
    display: block;
    padding-left: 60px;
    color: #333333;
    text-decoration: none;
    font-size: 11px;
}

.right_link a:hover {
    font-weight: bold;
}


img {
    border: none;
}

#header_table {
    border-collapse: collapse;
    width: 100%;
}

#footer {
    background-color: #f3f3f3;
    height: 50px;
    width: 100%;
}

#footer span {
    font-size: 10px;
    padding-left: 20px;
}

#footer span a {
    color: #333333;
}

/*#26c1d7*/

#color_menu {
	/*background-color: orange;*/
	height: 30px;
	vertical-align: middle;
	text-align:center;
}

#color_menu a {
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
}

#color_menu a.selected {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.colors1 {background-color: orange}
.colors2 {background-color: #26c1d7}
.colors3 {background-color: #a1c00a}

#color_menu2 {
	border: solid orange 1px;
	background-color: white;
	height: 30px;
	vertical-align: middle;
	text-align:center;
}

#color_menu2 a {
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
}

#color_menu2 a.selected {
	text-decoration: none;
	color: orange;
	font-weight: bold;
}