BODY {
	font-size:14px;
	font-family:'Gill Sans MT','Garamond','Georgia','Franklin Gothic Book','Arial';
	color: 000000;
	background-color:#FFCC99;
	background-image:url(framebg2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding:5px 5px 5px 5px;
	margin-left:0;
	margin-top:0;
}
.content {
	left:220px;
	top:185px;
	position:absolute;
	height:auto;
	padding:5px 10px 5px 10px;
	color:#993333;
	font-family:'Gill Sans MT', 'Garamond', 'Georgia', 'Franklin Gothic Book', 'Arial';
	width:350px;
	text-align:justify;
}

.title {
	margin:0px 0px 10px 0px;
	color:#993333;
	text-align:right;
	font-size:18px;
	font-family:'Gill Sans MT', 'Garamond', 'Georgia', 'Franklin Gothic Book', 'Arial';
	border-bottom:1px solid #993333;
	background-color:transparent;
}
.side {
	margin:0px 0px 10px 0px;
	padding:5px 10px 5px 10px;
	color:CCCCCC;
	left:5px;
	top:300px;
	position:absolute;
	width:180px;
	font-family:'Gill Sans MT', 'Garamond', 'Georgia', 'Franklin Gothic Book', 'Arial';
	background-color:#993333;
}
.sidetitle {
	font-weight:bold;
	text-align:right;
	font-size:14px;
	font-family:'Gill Sans MT', 'Garamond', 'Georgia', 'Franklin Gothic Book', 'Arial';
	color:#CCCCCC;
	border-bottom:1px solid #666666;
	background-color:transparent;
}
A:active, A:link, A:visited {
	text-decoration:none;
	color:#660000;
}
A:hover {
	text-decoration:none;
	background-color:#660000;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
A {
	font-weight:bold;
	text-decoration:none;
}
INPUT, OBJECT, TEXTAREA {
	font-family:'Gill Sans MT', 'Garamond', 'Georgia', 'Franklin Gothic Book', 'Arial';
	border:1px solid #ffffff;
	color: ffffff;
	background-color:#993333;
}
TABLE, TD, TR {
	font-family:'Gill Sans MT', 'Garamond', 'Georgia', 'Franklin Gothic Book', 'Arial';
	color:#993333;
	font-size:14px;
}