/* CSS Document */
td,p,div{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.small{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
.bold{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:16006A;
}
.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:block;
	color:#F7FD05;
	font-size:13px;
	width:170px;
}
.linkbutton a {		
	display:block;
	line-height:16px;
	height:16px;
	color:#F7FD05;
	text-decoration:none;
	font-weight:bold
}
.linkbutton a:hover {
	display:block;
	line-height:16px;
	height:16px;
	background-color:#F7FD05;
	color:#000000;
	text-decoration:none;
	font-weight:bold
}