
/* general style */

body {
	font-family: Verdana;
	font-size: 12px;
	color:#0084CB;
	background-repeat:no-repeat;
}

td, th{
	font-family: Verdana;
	font-size: 12px;
	color: 	#0084CB;


}

a, p, div, form, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

input{

	font-family:Verdana;
	font-size:13px;

}

textarea{

	font-family:Verdana;
	font-size:13px;

}

img {
	border: 0;
}

a {
	cursor: pointer;
}

.relative {
	position: relative;
}
.clear {
	height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}
.clear {
	display: none;
}

.wlink a:link {

	color:#ffffff;
	text-decoration:none;
	font-weight:bold;

}

.wlink a:visited{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.wlink a:hover {
	text-decoration:underline;
}
