html, body {margin:0px;height:100%;width:100%}
body {
	position: relative;
	background-color: #ffffff;
}

a {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt; 
	color: #000099;
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	text-decoration: underline;
}


body, td, p,div,span,input,select,textarea {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt; 
	color: #222222;
}

input, select, textarea {
	border-width: 1px;
	border-color:#CCCCCC;
}
input[type="text"], input[type="password"], select, textarea {
	border-style:solid;
}
