body, html
{
	font-family: Tahoma, Arial;
}

h1, .pagehead
{
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size:  x-large;
	font-weight: bold;
	color: rgb(79, 110, 177);
	border-bottom: solid 1px grey;
}

h2
{
	font-family: Tahoma, Arial;
	font-size: medium;
	font-weight: bold;
	color: rgb(79, 110, 177);	
}

.head
{
	font-family: Tahoma, Arial;
	font-size: large;
	font-weight: bold;
	color: rgb(79, 110, 177);
}

.head2
{
	font-family: Tahoma, Arial;
	font-size: small;
	font-weight: bold;
	color: rgb(79, 110, 177);	
}


.text
{
	font-family: Tahoma, Arial;
	font-size:  small;
}

.subtext
{
	font-family: Tahoma, Arial;
	font-size:  x-small;	
}

.checkmarklist
{
	list-style-image: url("/images/listcheckmark.png");
	vertical-align: middle;
	line-height: 1.5em;
}

.checkmarklist li
{
	padding-left: 5px;
}

@media print {
	.hideprint
	{
	 display: none;		
	}
	.hideprintpreview
	{
	 display: none;		
	}
}

a.footerLink, a.footerLink:visited, a.footerLink:hover
{
	font-family: Tahoma;
	font-size: 10pt;
	color: rgb(79, 110, 177);
	text-decoration: none;
}

a.footerLink:hover
{
	text-decoration: underline;
	color: rgb(188, 0, 20);
}

div.imageFrame img
{
	display: block;
	border: 1px solid #cccccc;
	padding: 4px;
	margin: 0 auto;
	background-color: white;
}

a.saveImg, a.saveImg:visited
{
	color: rgb(188, 0, 20);
	font-weight: bold;
	text-decoration: none;
}
a.saveImg:hover
{
	text-decoration: underline;
}