/* CSS Document */



body
{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image:    url(images/home_bkg01.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: 0px 24px;
}

.overall_site_bg {
	background-image: url(images/home_bkg01.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

.divider
{
	height: 1px;
	background-color: #bc6031;
}

img
{
	margin: 0px;
}

.head_gen
{
	font-size: 18px;
}

.lg_gen
{
	font-size: 14px;
}

.med_gen
{
	font-size: 12px;
}

.sm_gen
{
	font-size: 10px;
}

.egg_msg
{
	color: #ff0000;
}


a:link {
	color: #cccccc;
	text-decoration:underline;
}
a:visited {
	color: #8b9bb8;
}
a:hover {
	color: #8b9bb8;
	text-decoration:none;
}
a:active {
color: #8b9bb8;
}

