body {
	margin: 0px;
	background-size: 100% 100%;
	background-image: url(background.jpg);
	background-attachment: fixed;
}

A:link {
	COLOR: #333333;
	TEXT-DECORATION: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
A:visited {
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}
A:active {
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
A:hover {
	COLOR: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
}
A.footer:link {
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-repeat: repeat-x;
	text-decoration: underline;
}
A.footer:visited {
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
A.footer:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
A.footer:active {
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: underline;
}
A.top:link {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 9px;
	background-repeat: repeat-x;
	text-decoration: underline;
}
A.top:visited {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 9px;
}
A.top:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 9px;
}
A.top:active {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 9px;
	text-decoration: underline;
}


P {
	font-size: 15px;
	font-family: "Segoe UI";
	color: #333333;
	padding: 8px;
	line-height: 25px;
}
.maincontent {
	background-color: #FFFFFF;
	border: 8px double #FFFFFF;
}
.bottom {
	background-color: #2579b4;
	font-family: "Segoe UI";
	font-size: 13px;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 19px;
	font-weight: bold;
}
.form {
	font-family: "Segoe UI";
	font-size: 13px;
	color: #FFFFFF;
	height: 336px;
	width: 423px;
	background-image: url(form.png);
	background-repeat: no-repeat;
}
.search {
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #999999;
	margin: 0px;
	width: 300px;
	height: 45px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.table{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-color: #CCCCCC;
	font-size: 14px;
	line-height: 22px;
	padding: 8px;
	font-weight: bold;
	border: 2px dashed #FFFFFF;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
