.line
{
	background-image: url("line.gif");
	background-repeat: repeat-x
}

.back
{
	background-image:url("back.jpg");
	background-position: center;
	background-repeat:no-repeat
}

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

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

.backAFP
{
	background-image:url("backAFP.gif");
	background-position: center;
	background-repeat:no-repeat
}

.heading
{
	font-family: georgia;
	font-size: 17; 
	color: #707070
}

.smallHeading
{
	font-family: verdana;
	color: white
}

.bigHeading
{
	font-family: verdana;
 	font-size: 16;
	color: white
}

.mainFontText
{
	font-family: verdana; 
	font-size: 12;
	color: #707070 
}

.smallFont
{
	font-family: verdana; 
	font-size: 9;
	color: #505050
}

a:link 
{
	font-family: verdana; 
	color: #000000;
	text-decoration: none
}

a:visited
{
	font-family: verdana; 
	color: #000000;
	text-decoration: none
}

a:hover 
{
	font-family: verdana;
	color: #FFD082;
	font-weight: bold
}