/* CSS Document */


body, td, div, h1, h3, h4, h5, h6, p {
        font-family:Times New Roman;
		
}


body{
        background-color:#fff;
        margin:0px;
}

div
	{
	border: 0px solid darkgreen;
	}

table, td, tr
{
padding-left:5px;
padding-right:5px;
text-align:center;
}
body, td{

font-size:12px;
}

p{      
        font-family: arial;
        color:black;
        text-align: left;
	    line-height:20px;
        margin:15px 0px 0px 15px;
		clear: left
		}
p.bg_content
{
background-color:#f5f0e5;
padding:10px 5px 10px 10px;
margin-left:10px;
margin-right:10px;
}
a img{
        border: none;
		
	
		
}

a{
        font-family: Georgia;
		color: black;
       text-decoration:none;
}
a:hover
{
  text-decoration:underline;
}

a.icon
{
margin:50px 0px 0px 50px;
float:left;
}
a.logo
{
float:left;
margin:30px 0px 0px 30px;
}
a.top_menu
{
color: #02609e;
font-size:14px;
font-family:Verdana;
text-decoration:none;
font-weight: 600;
}

a.menu
{
font-size:14px;
display:block;
text-align:left;
background-image:url(/img/menu.gif);
background-repeat:no-repeat;
padding-left:20px;
width:140;
height:14px;
color:#085e95;
font-family:Verdana;
text-decoration:none;
font-weight: 600;
margin-bottom:20px;
margin-left:10px;
}
.menu_bottom
{
font-size:14px;

text-align:left;

height:14px;
color:#085e95;
font-family:Verdana;
text-decoration:none;
font-weight: 600;
margin-top:80px;
margin-left:10px;
float:left;
}


.content_head
{
margin-left:10px;
margin-right:10px;
font-size:18px;
color:#085e95;
font-family:Tahoma;
text-align:left;
//float:left;
text-decoration:underline;
}


#active
{
background-image:url(/img/menu_act.gif);
color:#198fdb;
}

