/* CSS Document */
td,p,div{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}
.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;
	background-color:#024734;
	width:150px;
	color:#FFFFFF;
	font-size:15px !important;
	font-weight:bold;
}
.linkbutton a {
	display:block;
	padding: 2px 5px 2px 0px;			
	width:150px;
	line-height:15px;
	height:13px;
	font-size:15px !important;
	color:#FFFFFF;
	text-decoration:none;
}
.linkbutton a:hover {
	display:block;
	line-height:15px;
	height:13x;
	background-color:#FFFFFF;
	font-size:15px !important;
	color:#024734;
	text-decoration:none;
}
