/* CSS Document */
html, body {
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat-x;
	}

p, td, div, ul, ol, blockquote {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
	
a:link { color: #6a0000; text-decoration: none; font-weight: bold; }
a:visited { color: #6a0000; text-decoration: none; font-weight: bold; }
a:hover { color: #2d261e; text-decoration: none; font-weight: bold; }
a:active {color: #6a0000; text-decoration: none; font-weight: bold; }

.link:link { color: #ffffff; text-decoration: none; }
.link:visited { color: #ffffff; text-decoration: none; }
.link:hover { color: #FFFFB9; text-decoration: underline; }
.link:active {color: #ffffff; text-decoration: none; }

.navigation { font-size: 13px; }
.title {font-size: 16px; font-weight: bold; }
.header {font-size: 14px; font-weight: bold; color: #ffffff; }
.subhead {font-size: 14px; font-weight: bold; color: #333333; }
.copyright { font-size: 10px; color: #ffffff; }
.indent {
	padding-left: 20px;
	}
	
ul {
	list-style-type: square;
	}
	
img {
	border: none;
	}	