.backGround
{
			background-image: url(images/background-color.gif);
			background-repeat: repeat;
			padding: 0pt;
			margin: 0pt;
}

.textArea
{
 			background-image: url(images/Text-Area.gif);
			background-repeat:repeat;
			background-attachment: scroll;
			font-size: 12pt;
			font-family: Arial;
			vertical-align: top;
			padding-left: 10px;
			padding-right: 5px;
}

.textSpacer
{
			background-image: url(images/text-spacer.gif);
			background-repeat: repeat;
}

h1
{
			font-size: 18pt;
			color: navy;
			font-family: arial;

}

h2
{
			font-size: 16pt;
			font-family: Arial;
}

h3
{
			font-size: 14pt;
			font-family: Arial;
}

h4
{
			font-size: 10pt;
			font-family: Arial;
}

p
{
			font-size: 12pt;
			font-family: Arial;
			text-indent: 25px;
}

a:link
{
			color: blue;
}

a:visited
{
			color: blue;
}

a:hover
{
			color: navy;
}

a:active
{
			color: navy;
}

.contact a:link
{
	color: red;
}

.contact a:visited
{
	color: red;
}

.contact a:hover
{
	color:maroon;
}

.contact a:active
{
	color: maroon;
}
