.border{
	BORDER-BOTTOM: #00609C 1px solid;
   	BORDER-LEFT: #00609C 1px solid;
  	BORDER-RIGHT: #00609C 1px solid;
   	BORDER-TOP: #00609C 1px solid;
}


input{
	font:10pt Verdana;
	background-color:#ffffff;
	color:#00609C;
	border:1 solid #00609C;

}

.checkbox{
	border:0 solid #00609C;
	background-color: #ffffff;

}

select{
	font:10pt Verdana;
	background-color:#ffffff;
	color:#00609C;
	border:1 solid #00609C;
}

textarea{
	font:10pt Verdana;
	background-color:#ffffff;
	color:#00609C;
	border:1 solid #00609C;
}

table{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: #00609C;
}

.cursor{
	cursor: pointer;
}


.text{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #00609C;
}

.text1{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: normal;
	text-align: justify;
	color: #00609C;
}

.head{
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	color: #00609C;
}

.head1{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #00609C;
}


a:active  { color: #00609C;
            font-family: Verdana;
            text-decoration: none;
            font-size:10pt;}
a:link    { color: #00609C;
            font-family: Verdana;
            text-decoration: none;
            font-size:10pt;}
a:visited { color: #00609C;
            font-family: Verdana;
            text-decoration: none;
            font-size:10pt;}
a:hover   { color: #0099C7;
            font-family: Verdana;
            text-decoration: none;
            font-size:10pt; }

a.menu:link{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	color: #00609C;
}

a.menu:visited{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #00609C;
}

a.menu:active{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #4a505b;
}

a.menu:hover{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	color: #0099C7;
}

