.imageBorder
{
	border: thin solid #888888;
	border-width: 1
}

.watermark
{
	background-image: url("watermark.gif");
	background-repeat: no-repeat
}

.headingFont
{
	font-family: georgia;
	font-size: 12;
	font-weight: bold;
	text-decoration: underline;
	color: white
}

.mainFontText
{
	font-family: georgia;
	font-size: 11;
	color: white
}

.smallFont
{
	font-family: georgia;
	font-size: 10;
	color: white
}

.tinyFont
{
	font-family: georgia;
	font-size: 1;
	color: white
}

a:link 
{
	font-family: georgia;
	color: #909090;
	font-weight: bold;
	text-decoration: none
}

a:visited
{
	font-family: georgia;
	color: #909090;
	font-weight: bold;
	text-decoration: none
}

a:hover 
{
	font-family: georgia;
	color: white
	font-weight: bold;
	text-decoration: underline
}