body {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.menu {
	font-size: 12px;
	color: #FF3300;
}
a:link {
	text-decoration: none;
	color: #FF3300;
}
a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;

}
a:active {	font-weight: bold;}

h5 {
	font-weight: bold;
	margin: 0px;
	font-size: 12px;
}

.description {
	font-size: 11px;
}
.description  hr{
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #333333;
	color: #333333;
}

.pagetitle {
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	border-bottom: 1px dotted #333333;

}
.pagetitle a:link {
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	color: #FF9900;
}
.pagetitle a:visited {
	text-transform: uppercase;
	color: #FFBE5E;
}
.TopOfPage a:link, .TopOfPage a:visited {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 25px;


}
.TopOfPage a:hover {
	font-size: 9px;
	text-decoration: none;
}
.icons {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #333333;
}
.homepageborder {
	border: 1px solid #802000;
}

.imgborder {
	border: 1px solid #802000;
}
.imgborder a:link, .imgborder a:visited {
	border: 1px solid #FFFF00;
}
.imgborder a:hover {
	border: 1px solid #FF9900;
}

#comments {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;

}

#comments th {
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;


}

#comments input, #comments textarea {
	border: 1px solid #FFFFFF;
	background-color: #999999;

}
form {
	margin-bottom: 0px;
}
ul {




}
li {
	list-style-type: square;


}
.strikethrough {
	text-decoration: line-through;
	font-size: smaller;
	color: #660000;

}
