@charset "utf-8";
/* CSS Document */
.txtbox {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11pt;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
	border:none;
	padding: 3px;
}
.buttonbox {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11pt;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#78B9BD;
	text-decoration: none;
	border: 1px solid #000000;
}
.normaltext {
	font-family:Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#000000;
	font-weight: normal;
	text-decoration:none;
}

.normal_white_text {
	font-family:Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration:none;
	line-height:18px;
}


.normal_white_underline_text {
	font-family:Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration:underline;
	line-height:18px;
}
.bold_white_text {
	font-family:Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.bold_white_underline_text {
	font-family:Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;

}

.bold_white_underline_centre_text {
	font-family:Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;

}

.bold_red_text {
	font-family:Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}


.boldtext {
	font-family:Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.headtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.black_headtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.smallgap {
	height:12px;
}
