body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

td, th, div, p, font {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

select {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #404040;
}

A:link          {text-decoration:none; color:#666666;}
A:active        {text-decoration:none; color:#666666;}
A:visited       {text-decoration:none; color:#666666;}
A:hover         {text-decoration:none; color:#FFFFFF;}

.bodybold {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	font-weight: bold;
}

.heading {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #34B3D1;
}

.subheading {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #34B3D1;
}

.optionalheading {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #34B3D1;
	font-weight: bold;
}

.sitecredit 			{font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 10px; color: #6a6a6a;}
A.sitecredit:link        {TEXT-DECORATION: none; color: #6a6a6a;}
A.sitecredit:active      {TEXT-DECORATION: none; color: #6a6a6a;}
A.sitecredit:visited     {TEXT-DECORATION: none; color: #6a6a6a;}
A.sitecredit:hover       {TEXT-DECORATION: underline; color: #6a6a6a;}

.textfield {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #CCCCCC;
	padding: 3px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #000000;
	width: 300px;
}

.button {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #404040;
	background-color: #FFFFFF;
}

.date {font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;; font-size: 9px; color: #999999;}


.bkgd_NO_repeat {
	background-repeat: no-repeat;
}
.bkgd_NO_repeatX {
	background-repeat: repeat-x;
}
.bkgd_NO_repeatY {
	background-repeat: repeat-y;
}
.cellpadding {
	padding: 10px;
}
.line_vert_background {
	background-image: url(../images/line_vert.gif);
	background-repeat: repeat-y;
}

.line_horz_repeat {	
	background-image: url(../images/line_horz.gif);
	background-repeat: repeat-x;
}

#sitebkgd {
	background-image:url(../images/page_bkgd.gif);
	background-repeat: repeat-Y;
	background-position:center;
	height: 100%;
	width: 100%;
}