a, .bodytext
{
	font-family: verdana;
	font-size: 10px;
	line-height: 12px;
}

a
 { color: #F34A00; font-weight: bold; text-decoration: none }
a:hover 
{
	color: #d77900; 
}

a:visited 
{ 
	color: #FAB600; 
}
.bodytext 
{
 	color: #001876;
 }
.prlink { color: white; font-weight: bold; font-size: 10px; text-decoration: none }
.bghome { background: url(../images/bg_home.gif) no-repeat }


#navigation {
	float: left;
	height: auto;
	width: 149px;
    padding: 0; margin: 0;
	text-align:center;
}

#navigation ul {
    list-style: none;
    margin: 0; padding: 0;
}

#navigation li {
    display: block;
    margin: 0; padding: 0;
	text-align:left;
}

#navigation li a {   /*navi text info*/
	display: block;
    padding: 3px 0 0 7px;
    margin: 0;
    height: 16px;
    line-height: 10px;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
    color: #22468E;  
	font-family: arial;
    font-size: 10px;
    background-color: #CCCCFF;
	border-right: #fff 1px solid;

}


#navigation li a:hover, #navigation li a.current, #navigation li a.current:hover {
    background: #8596EA;
}


#navigation li a:active, #navigation li a.current, #navigation li a.current:hover {
    background-color: #8596EA;
}