﻿/* CSS Document */

body 
{
	margin-top: 0px;
	background-image: url(../images/site_backgrnd.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.textarea 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	line-height: 150%;
}

.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #1C537E;
	text-decoration: none;
	line-height: 150%;
}

.h1 sup
{
	font-size: 15px;
}

.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1C537E;
	text-decoration: none;
	line-height: 150%;
}

.h2 sup
{
	font-size: 13px;
}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

.caption {
	font-size: 10px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

.component
{
  	font-size: 10px;  
	font-family: Verdana, Arial, Helvetica, sans-serif;  	
}

.noprint
{
	display: none;
	visibility: hidden;
}

.print
{
	display: block;
	visibility: visible;
}
