<!--

body {
	background-image: url(../src/bgtile.gif);
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}



.text {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #407765;
	text-decoration: none;
}



a:hover {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #407765;
	text-decoration: underline;
}

p
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #78865B;
}

td
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #78865B;
}



.copyright {

	font-size: 11px;

	font-weight:bold;

	font-family: Tahoma;

	color: #407765;

}

input,select,textarea {
	font-family: Tahoma;
	font-size: 12px;
	color: #1D6147;
}

.input {
	font-family: Tahoma;
	font-size: 11px;
	color: #1D6147;
	width: 150px;
}

.heading {	

    color: #407765;

	font-weight: bold;

	font-size: 13px;

}

.style1 {color: #407765}
.style3 {font-size: 12px}

.buttons {

	border: 1px solid;

	background-color: #FFFFFF;

	font-family: Tahoma;

	font-size: 12px;

	font-weight: bold;

	text-decoration: none;

	color: #407765;

}



.disclaimer {

	font-size:9px;

}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-align:center;
}
h3 {
	display:inline;
}
/* Rounded Corners BEGIN*/
.rc_tl {
	background:url('../images/pages_box_corners.gif') no-repeat top left;
}
.rc_bl {
	background:url('../images/pages_box_corners.gif') no-repeat bottom left;
	width:5px;
	height:5px;
}
.rc_tr {
	background:url('../images/pages_box_corners.gif') no-repeat top right;
	width:5px;
	height:5px;
}
.rc_br {
	background:url('../images/pages_box_corners.gif') no-repeat bottom right;
	width:5px;
	height:5px;
}
.rc_l {
	background:url('../images/pages_box_x.gif') left;
	width:5px;
	height:1px;
}
.rc_r {
	background:url('../images/pages_box_x.gif') right;
	width:5px;
	height:1px;
}
.rc_t {
	background:url('../images/pages_box_y.gif') top;
	width:1px;
	height:5px;
}
.rc_b {
	background:url('../images/pages_box_y.gif') bottom;
	width:1px;
	height:5px;
}
/* Rounded Corners END*/
-->