* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0px;
  font-size: 12px;
}
p {
	padding-bottom:10px;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: square;
	list-style-position:inside;
}
li {
	padding-left:20px;
}
dt {
	font-size: 1.1em;
	font-weight:bold;
	margin-top:5px;	
	margin-bottom:5px;
	margin-left:10px;	
}
dd {
	margin-left:25px;
	margin-bottom:10px;
}
h1 { /* used */
	font-size: 1.6em;
	text-align:center;
	color: #333333;
	background-color: transparent;
	margin-bottom:8px;
}
h2 { /* used */
	font-size: 1.4em;
	font-weight: bold;
	text-align:center;
	color: #000000;
	background-color: transparent;  
}
h3 { /* used */
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	padding-bottom:12px;
}
h4 { 
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	margin-bottom:5px;
}
h5 { 
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #0577A8;
	background-color: transparent;	
}
h6 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: transparent;	
}
img {
	border:0px;
	margin:0px;
}
.imgleft {
  float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.imgright {
  float: right;
	margin-left: 15px;
	margin-bottom: 10px;	
}
.clearboth {
	clear: both;
}
.smalltxt {
	font-size: 0.95em;
}
.normal {
	font-size: 1em;
	font-style: normal;
	color:#000000;
	background-color: transparent;
}
.quotes_sm {
	font-size: .90em;
	font-style:italic;
	color:#333333;
	background-color: transparent;
}

.quotes_lg {
	font-style:italic;
}
.leftalign {
	text-align:left;
	font-size: 12px;
}

.alternate_row_style {
	color:#990000;
	background-color: transparent;
}
.table_hdr {
	color: #FFFFFF;
	background-color: #990000;
	padding: 4px;
}

.clearboth {
	clear: both;
}

/* images */
img {
	border:0px;
	margin:0px;
}
.imgleft {
  float: left;
	margin: 8px 15px 8px 0px; /* top right bottom left */
}
.imgright {
  float: right;
	margin: 8px 0px 8px 15px; /* top right bottom left */
}

/* forms */
label {
	float:left;
	width:150px;
	margin-right:8px;
	vertical-align:top;
	font-weight:bold;
}
fieldset {
	border: #666666 1px solid;
	background-color:#fff;
	padding:15px;
}
.text {
	width: 200px;
	height: 18px;
	border:#999999 thin solid;
}
.textarea {
	width:300px;
	height:135px;
	border:#999999 thin solid;
}
.submit {
	margin-top:8px;
	margin-bottom:8px;
	padding-top:2px;
	padding-bottom:5px;
	width:115px;
	border:#999999 thin solid;
	color:#FFFFFF;
	background-color:#990000;
}
.text:hover {
	background-color:#FFFFCC;
}
.textarea:hover {
	background-color:#FFFFCC;
}
.submit:hover {
	background-color: #333;
}
#formdiv tr {
	line-height:30px;
}

/* tables */
tr {
	vertical-align:top;
}
th {
	text-align:left;
}
.td_solid_underline {
	border-bottom:#333333 1px solid;
}
.td_dotted_underline {
	border-bottom:thin dotted #999999;
}
.td_bold {
	font-weight:bold;
	color:#666666;
}
.td_hdr_bg {
	background-color:#B8C3B8;
}
.row_odd {
	background-color:#E0E0E0;
}
.row_even {
	background-color:#EEEEEE;
}
.row_white {
	background-color:#fff;
}
/* end tables */


/* links */
a:link {
	color: #0000CC;
	text-decoration:none;
}
a:visited {
	color: #0000CC;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
a:active {
	text-decoration: underline;
}

/* turn dotted underline on with this class */
.dotted_link {
	border-bottom:#666666 1px dotted;
}

#footerlinks {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:20px;
	width:779px;
	height:48px;
	color: #ffffff;
	text-align:center;
	background-color: transparent;
	z-index:3;
}
#footerlinks a:link {
	color: #ffffff;
	text-decoration: none;
}
#footerlinks a:visited {
	color: #ffffff;;
	text-decoration: none;
}
#footerlinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footerlinks a:active {
	color: #ffffff;
	text-decoration: none;
}