a.h1link {font: 20px tahoma, sans-serif;
color: #7A929A;
margin: 0px 0px 0px 0px;
padding: 0px 10px 0px 15px;}

a.h1link:link {
color: #7A929A;
text-decoration: none;
}

a.h1link:visited {
color: #7A929A;
text-decoration: none;
}

a.h1link:active {
color: orange;
text-decoration: underline;
}

a.h1link:hover {
color: orange;
text-decoration: underline;
}

a{
font: 12px tahoma, sans-serif;
}

a:link {
color: black;
}

a:visited{
color: gray;
}

a:active{
color: orange;
}

a:hover{
color: orange;
}

td.content {
width: 50%;
vertical-align: top;
}

td.block_title {
background-color: white;
}

td.block_content {
padding: 10px 10px 0px 15px;
}

td.block_line {
width: 1px;
background-color: #666666;
}

h1 {
font: 20px tahoma, sans-serif;
color: #7A929A;
margin: 0px 0px 0px 0px;
padding: 0px 10px 0px 15px;
}

p {
font: 12px tahoma, sans-serif;
margin: 0px 0px 0px 0px;
text-align: justify;
text-indent: 20px;
}

img {
border: 0px;
}

body {
margin: 0px;
padding: 0px;
font: 12px tahoma, sans-serif;
}

#top_img {
background: url(../images/top.png) no-repeat;
height: 100px;
}

#menu_back {
background: url(../images/bg.gif) repeat-x;
height: 30px;
}

#bottom_back {
background-color: gray;
height: 1px;
}

#fancymenu {
position: relative;
height: 20px;
width: 700px;
background: url(../images/bg.gif) repeat-x top;
padding: 5px 20px 5px 80px;
margin: 0;
overflow: hidden;
}

#fancymenu ul {
padding: 0;
margin: 0;
}

/* Don't apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#fancymenu ul li {
float: left;
list-style: none;
}

#fancymenu li.background {
background: url(../images/bg_menu_right.gif) no-repeat top right;
z-index: 8;
position: absolute;
visibility: hidden;
}

#fancymenu .background .left {
background: url(../images/bg_menu.gif) no-repeat top left;
height: 20px;
margin-right: 9px; /* 7px is the width of the rounded shape */
}

#fancymenu ul li a {
z-index: 10;
display: block;
float: left;
width: .1em;
position: relative;
font: bold 12px tahoma, sans-serif;
color: #fff;
text-decoration: none;
white-space: nowrap;
padding: 2px 10px 7px;
}

#fancymenu > ul li a {width: auto;}
