.border {
	border: 1px solid #000000;
}
.heading {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;

}
.bodyheding {

	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.bodytext {


	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.link1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;


}
A.link1:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.input-submit {
        font-family: Tahoma;
        font-size: 11px;
        color: #FFFFFF;
        background-color: #AA0033;
        border: 1px solid #000000;
}