body {
	background-color:#000000;
	margin-top: 0;
	margin-left: 0;
	
}

.left {
background-image:url(images/left_bg.jpg);
background-repeat: no-repeat;
background-position: top left;
} 


.right {
background-image:url(images/right_bg.gif);
background-repeat: no-repeat;
background-position: top right;
} 


.greyleft {
	font-family: Baskerville;
	font-size: 16px;
	text-decoration:none;
	font-style: normal;
	color: #999999;
	text-align: left;
}

.red {
	font-family: Baskerville, Times;
	font-weight:normal;
	font-size: 16px;
	text-decoration:none;
	font-style: normal;
	color: #990000;	
}


p {
	font-family: Baskerville, Times;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	margin-top: .5em;
	margin-right: .5em;
	margin-left: .5em;
	margin-bottom: .5em;
	font-style: normal;	
}


a:link {
	font-family: Baskerville, Times;
	font-weight:bold;
	font-size: 16px;
	text-decoration:none;
	font-style: normal;
	color: #990033;	
}



a:visited	{
	font-family: Baskerville, Times;
	font-weight:bold;
	font-size: 16px;
	text-decoration:none;
	font-style: normal;
	color: #990033;
	
}

a:active	{
	font-family: Baskerville, Times;
	font-weight:bold;
	font-size: 16px;
	text-decoration:none;
	font-style: normal;
	color: #990033;
	
}


a:hover {
	font-family: Baskerville, Times;
	font-weight:bold;
	font-size: 16px;
	text-decoration:normal;
	font-style: normal;
	color: #999999;
	
}




a.other:link	{
	font-family: Baskerville, Times;
	font-weight:normal;
	font-size: 16px;
	text-decoration:underline;
	color: #990033;
	
}


a.other:visited	{
	font-family: Baskerville, Times;
	font-weight:normal;
	font-size: 16px;
	text-decoration:underline;
	color: #990033;
	
}

a.other:active	{
	font-family: Baskerville, Times;
	font-weight:normal;
	font-size: 16px;
	text-decoration:underline;
	color: #990033;
	
}

a.other:hover	{
	font-family: Baskerville, Times;
	font-weight:normal;
	font-size: 16px;
	text-decoration:underline;
	color: #999999;
	list-style-type: circle;	
}
.greycenter {
	font-family: Baskerville;
	font-size: 16px;
	color: #999999;
	text-align: center;
}
.greybullet {
	font-family: Baskerville;
	font-size: 16px;
	color: #999999;
	list-style-position: inside;
	list-style-type: circle;
	display: list-item;
	list-style-image: none;
}
