﻿body 
{
	font-family:Arial;
	font-size: 12px;
}

h4
{
	font-family:Arial;
	font-size: 14px;
}

p 
{
	font-family:Arial;
}

img
{ 
	 border-style: none;
}

a:link
{
	color:Black;
	text-decoration:none;
}
a:visited
{
	color:Black;
	text-decoration:none;
}
a:hover
{
	color:Blue;
	text-decoration:underline;
	cursor:pointer;
}

.pageHeading
{
	font-size:20px;
	color:#666699;
	font-weight:bold;
}

.subHeading
{
	font-size:18px;
	color:#666699;
	font-weight:bold;
}

td.rightAlign
{
	text-align: right;
	padding-right:3px;
}

td.tblHoriz
{
	background-image: url(../images/tbl_horiz.PNG); 
	background-repeat: repeat-x;	
}

td.tblBorderRight
{
	border-right: darkgray 1px solid;
}

td.tblBorderLeft
{
	border-left: darkgray 1px solid;
}

.divGroupBoxHeading
{	
	font-weight:bold;	
	color:#666699;
	background-color:white;
	padding-left:5px;
	padding-right:5px;
}

.footer
{
	text-align:left;
	color:Gray;
	font-size: 10px;
	font-weight:bold;
	padding-top:10px;
}

a:link.footer
{
	color:Gray;
	text-decoration:none;
}
a:visited.footer
{
	color:Gray;
	text-decoration:none;
}
a:hover.footer
{
	color:Gray;
	text-decoration:underline;
	cursor:pointer;
}

a:link.classicblue
{
	color:Blue;
	text-decoration:none;
}
a:visited.classicblue
{
	color:Blue;
	text-decoration:none;
}
a:hover.classicblue
{
	color:Blue;
	text-decoration:underline;
	cursor:pointer;
}