﻿/* CSS Document */
/* Main pages styles */
.regulartext {
	font-size: 11px;
	font-family: Verdana,Arial;
	font-weight: normal;
	line-height: 15px;
	color: #666666
	}
A.regulartext:link  {color:#666666; text-decoration: underline}
A.regulartext:hover  {color:#666666; text-decoration: none}

ul {
	list-style: square;
	line-height: 15px
	}

/* Page title */

.pagetitle
{
    COLOR: #993333;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
}

/* Footer text */

.footertext { 
	font-family: Verdana, Arial; 
	font-size: 9px; 
	line-height: 11px;
	color: #999999
}
A.footertext:link  {color:#999999; text-decoration: underline}
A.footertext:hover  {color:#999999; text-decoration: none}
h1 {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
	text-align: center;
	padding-bottom: 10px;
}
h2 {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-variant: small-caps;
	color: #666666;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}
h4 {
	font-family: Verdana, Geneva, Helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990033;
}
.newstxt {
	font-family: Verdana, Geneva, Helvetica, san-serif;
	font-size: 11px;
	color: #990033;
	font-style: italic;
}
.profileimg {
	padding-right: 5px;
}
.txthighlt {
	background-color: #FFFF99;
}

