/***********************************************/
/* sitestyles  .css                            */
/* Use with template index.htm                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	background-image: url(/images/panels.gif);
}
input {
	font: verdana;
}
p, td, th, div, blockquote, dl, ul, ol {
	font: verdana;
	font-size: 11px;
}
/******* link tag styles *******/
a:link, a:active {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: blue;
}
/******* page title and body text tag styles *******/
.pgTitle {
	font: bold verdana;
	font-size: 22px;
	color: #FF0000;
	text-align: left;
}
.update {
	font: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.bodyTxt {
	font-family: verdana;
	font-size: 11px;
}
.bodyTxtBold {
	font: verdana;
	font-size: 11px;
	font-weight: bold;
}
a.bodyTxt:link, a.bodyTxt: active {
	text-decoration: none;
}
a.bodyTxt: visited {
	text-decoration: none;
	color: blue;
}
a.bodyTxt:hover {
	text-decoration: underline;
}
.smBodyTxt {
	font: verdana;
	font-size: 10px;
}
.smBodyTxtBold {
	font: verdana;
	font-size: 10px;
	font-weight: bold;
}
a.smBodyTxt:link, a.smBodyTxt: active {
	text-decoration: none;
}
a.smBodyTxt: visited {
	text-decoration: none;
	color: blue;
}
a.smBodyTxt:hover {
	text-decoration: underline;
}
/************** header tag styles **************/
h1{
	font: bold verdana;
	font-size: 24px;
	color: #FF0000;
}
h2{
	font: bold verdana;
	font-size: 22px;
	color: #FF0000;
}
h3{
	font: bold verdana;
	font-size: 19px;
	color: #FF0000;
}
h4{
	font: bold verdana;
	font-size: 16px;
	color: #FF0000;
}
h5{
	font: bold verdana;
	font-size: 13px;
	color: #FF0000;
}
h6{
	font: bold verdana;
	font-size: 12px;
	color: #FF0000;
}
/************** footer tag styles **************/
.footertxt {
	font: Verdana;
	font-size: 9px;
}
