/* CSS Document */

body {
	background-image: url(images/bg.gif);
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	bottom: 100%;
	vertical-align: baseline;
	background-color: #FFF68D;
	background-repeat: repeat-x;
}
.regular {
	font: 14px "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
#header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin-left: 18px;
	clip: rect(auto,auto,auto,auto);
	text-align: left;
	font-weight: normal;
	margin-right: 18px;
}
.base {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #450B6A;
	text-decoration: none;
	font-weight: bold;
}
.hbase {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footer {
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}
a:visited {
	font: 10px "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
}
a:link {
	font: 10px "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
}
.text:link {
	font: 14px "Times New Roman", Times, serif;
	color: #4B0C71;
	text-decoration: underline;
}
.text:visited {
	font: 14px "Times New Roman", Times, serif;
	color: #4B0C71;
	text-decoration: underline;
}
#boxed {
	font: normal 14px "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	border: 1px solid #440C65;
	height: 200px;
	width: 460px;
	padding: 10px;
	margin: 0px 0px 0px 20px;
}
.float {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
.float2 {
	float: right;
	margin-right: 20px;
}
