.imageBorder
{
	border: thin solid #999999;
	border-width: 1
}

.watermark
{
	background-image: url("watermark.jpg");
	background-repeat: no-repeat
}

.watermarkLong
{
	background-image: url("watermarkLong.jpg");
	background-repeat: no-repeat
}

.headingFont
{
	font-family: georgia;
	font-size: 12;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
	color: #DDDDDD
}

.mainFontText
{
	font-family: georgia;
	font-size: 11;
	color: #BBBDB8
}

.smallFont
{
	font-family: georgia;
	font-size: 10;
	color: #BBBDB8
}

.tinyFont
{
	font-family: georgia;
	font-size: 1;
	color: #BBBDB8
}

a:link 
{
	font-family: georgia;
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none
}

a:visited
{
	font-family: georgia;
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none
}

a:hover 
{
	font-family: georgia;
	color: #993A2B;
	font-weight: bold;
	text-decoration: underline
}
