@charset "UTF-8";

body {
	background-color: #252525;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
}
a {
	color: #999999;
	text-decoration: none;
}
.yellowtxt {
	color: #FFFF66;
}
.smallertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: lighter;
}
a:visited {
	text-decoration: none}
a:hover {
	color: #FFFF33;
	text-decoration: none;
	border-bottom: #FFFF33;
	border-width: 0 0 1px 0;
	border-style: none none dotted none; 
	}
a img { border: none; }

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: 100;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.mainimgpad {
	padding-right: 20px;
}
.helvetica {
	font-family: Helvetica, sans-serif, Verdana, Arial,;
	font-size: 12px;
	font-weight: lighter;
}
img {
	padding-bottom: 8px;
}
