
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FBF3F3;
	line-height:18px;
}
body {
	background-color: #9C1515;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
    color: white;
	text-decoration:underline;
}
a:hover {
    text-decoration: none;
}
.intro {
    line-height: 23px;
	font-size: 15px;
}
.style1 {color: #FF6F6F}

#navigation {
	border-top: dotted #FFE5E5 1px;
    width: 158px;
}
#navigation a{
    display: block;
	padding: 4px 0 4px 0;
	border-bottom: dotted #FFE5E5 1px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	padding-left: 5px;
}
#navigation a:hover {
	background-color: #A01515;
	padding-left: 5px;
	font-weight: bold;
}
li {
    list-style-type: square;
}

