body {
	margin: 0px;
	background-color: white;
	background-image: url(../images/back.gif);
}
body,table,tr,td,input,select,textarea {
	font-family: Verdana;
	font-size: 7pt;
	color: black;
}
a:link,a:visited,a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.big_text {
	font-size: 8pt;
	line-height: 150%;
	text-align: justify;
}
.header_text {
	font-size: 13pt;
	font-weight: bold;
	color: #FF0000;
}
input,select,textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #0c6c9f;
	background-color: #d5d5d5;
}
input.button {
	border-width: 1px;
	border-style: solid;
	border-color: #6a736d;
	background-color: #03699c;
	font-weight: bold;
	color: #ff9900;
	padding: 2px;
}