.bodyText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.left_border {
	background-image: url(../images/border_left.jpg);
	background-repeat: repeat-y;
}
.right_border {
	background-image: url(../images/border_right.jpg);
	background-repeat: repeat-y;
}
.border_bottom {
	background-image: url(../images/border_bottom.jpg);
	background-repeat: no-repeat;
}


.bodyHeading 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.pageHeading 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	font-variant: normal;
}

.body 
{
	background-repeat: repeat-y;
}

a:link 
{
	color: #0000FF;
}
a:visited 
{
	color: #0000FF;
}
a:hover 
{
	color: #FF0000;
}

