/* CSS Document */
td,p,div{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#AEE39F;
}
.table{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
.small{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
.bold{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#AEE39F;
}
.header{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:16006A;
}
.pic{
margin-left:10px;
margin-bottom:5px;
margin-top:5px;
}

/***********************************************/

.linkbutton {
	display:inline;
	color:#AEE39F;
	font-size:11px;
	text-align:center;
	
}
.linkbutton a {
	display:block;
	line-height:16px;
	height:16px;
	color:#AEE39F;
	text-decoration:none;
	width:inherit;	
}
.linkbutton a:hover {
	display:block;
	line-height:16px;
	height:16px;
	background-color:#6DCD52;
	color:#000000;
	text-decoration:none;
}

.linkbutton2 {
	display:block;
	font-size:16px;
	font-weight:bold;
}
.linkbutton2 a {
	display:block;		
	line-height:16px;
	height:16px;
	color:#AEE39F;
	text-decoration:none;
}
.linkbutton2 a:hover {
	display:block;
	line-height:16px;
	height:16px;
	background-color:#6DCD52;
	color:#000000;
	text-decoration:none;
}
/************  Menu  ******************/
.navlist
{
margin: 0;
font:12px Arial bold;
padding: 0 0 0px 0px;
}

.navlist ul, .navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

.navlist a:link, .navlist a:visited
{
float: center;
margin: 0 2px 0px 2px;
text-decoration: none; 
padding:3px;
color: #AEE39F;
}

.navlist a:link#current, .navlist a:visited#current, .navlist a:hover
{
color: #fff;
}

.navlist a:hover 
{
background-color:#6DCD52;
color:#000000;
}
