.back
{
	background-image:url("back.gif");
	background-repeat:no-repeat
}

.backMain
{
	background-image:url("bg2.jpg");
	background-repeat:repeat-x;
	background-color: #5A9515
}

.backTable
{
	border: thin solid #FFFFFF;
	border-style: dashed;
	border-width: 1;
	background-image:url("bg1.jpg");
	background-repeat:repeat-x;
	background-color: #D2F984

}

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

.pageBorder

{
	border: thin solid #FFFFFF;
	border-style: dashed;
	border-width: 1
}

.heading
{
	font-family: verdana; 
	font-weight: bold;
	font-size: 16;
	text-decoration: underline;
	color: #2229C3
}

.subHeading
{
	font-family: verdana; 
	font-weight: bold;
	font-size: 13;
	color: #AC2828
}

.mainFontText
{
	font-family: verdana; 
	font-size: 11;
	text-align: justify;
	color: #000000 
}

.mainFontTextNoJust
{
	font-family: verdana; 
	font-size: 11;
	color: #000000 
}

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

a:link 
{
	font-family: verdana;
	font-weight: bold;
	color: red;
	text-decoration: none
}

a:visited
{
	font-family: verdana;
	font-weight: bold;
	color: red;
	text-decoration: none
}

a:hover 
{
	font-family: verdana;
	font-weight: bold;
	color: #000000;
	text-decoration: underline
}

input
{
	font-size: 8pt;
	font-family: verdana;
	color: #000000;
	height:18
}

select
{
	font-size: 8pt;
	font-family: verdana;
	color: #000000;
	height:18
}

textarea
{
	font-size: 8pt;
	font-family: verdana;
	color: #000000
}