.table-border {
	border: 1px solid #01395f;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
}

#button {
    background-image: url("/images/button.jpg");
    display: block;
    height: 36px;
    margin: 10px auto;
    width: 256px;
}
#buttontext{
	color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 35px;
    margin: 10px 0;
    position: absolute;
    text-align: center;
    width: 256px;
	
}
#buttontext:active,#buttontext:visited,#buttontext:link{text-decoration:none;}
#buttontext:hover{text-decoration:underline;}
