/* CSS Document */

body {
	margin: 0;
	text-align: left;
	background-image: url('images/sitebg.png');
	background-repeat: repeat-x;
	background-color: #D5E5F4;
}

.content {
	background-image: url('images/index_11.jpg');
	background-repeat: repeat-x;
	background-color: #b9b89f;
	padding: 10px;
	text-align: left;
}

.footer {
 	background-color: #000000;
 	border-top: 3px solid #fff;
 	padding: 8px;
 	color: #ccc;
 	text-align: center;
 	font-family: arial;
 	font-size: 13px;
}

.keywords {
 	text-align: left;
 	width: 65%;
 	padding: 5px;
 	font-family: arial;
 	font-size: 11px;
 	color: #999;
}

h1 {
	color: #800000;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
}

p, td {
	font-family: arial;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	text-align: left;
}

a {
 	color: #333;
 	font-weight: bold;
}

a.f {
 	color: #ccc;
 	text-decoration: underline;
 	font-weight: bold;
}

a.f:hover {
 	color: #fff;
 	text-decoration: underline;
 	font-weight: bold;
}
