body {
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;

  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
 /* SCROLLBAR-BASE-color:  #004c75;
  SCROLLBAR-ARROW-color: #fcdc43;*/
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1F6940;
}

hr {
  height: 1px; 
  color: #1F6940;
  background-color: #ffffff;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #74181F;
	font-style: italic;


}

.navlink {
	background-color: #1F6940;
	color: #941F27;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 3px none #999999;
	border-left: 1px none #999999;
	height: 32px;
	width: 160px;
	background-image: url(images/button_up.jpg);

}


.navlink_hover {
	background-color: #941F27;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 3px none #999999;
	border-left: 1px none #999999;
	height: 32px;
	width: 160px;
	background-image: url(images/button_over.jpg);

}

.navlink_down {
	background-color: #74181F;
	color: #CCCCCC;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	border: 2px none #999999;
	height: 32px;
	width: 160px;
	background-image: url(images/button_down.jpg);

}


a:link.beta {
	font-size: 11px;
	color: #1F6940;
}


a:link {
	color: #1F6940;
}


a:visited.beta {
	font-size: 11px;
	color: #1F6940;
}

a:visited {
	color: #1F6940;
}


a:hover.beta {
	font-size: 11px;
	color: #74181F;
}
a:hover {
	color: #74181F;
}
.reversedheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCB7D;
	background-color: #1F6940;
	padding: 2px;
	margin-bottom: -10px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1F6940;
	font-weight: normal;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.paletint {
	background-color: #FFCB7D;
}
.tableborder {
	border: 1px solid #1F6940;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1F6940;
	list-style-type: square;
	margin: 5px;
}
.pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
	height: 20px;
	margin: 10px;
	letter-spacing: 0em;
	padding-bottom: 10px;



}
.tableunderline {
	border-top: 0px solid #74181f;
	border-right: 0px solid #74181f;
	border-bottom: 1px solid #74181f;
	border-left: 0px solid #74181f;

}
.footer2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tablelineattop {

	border-top: 2px solid #990A50;
	border-right: 0px solid #990A50;
	border-bottom: 0px solid #990A50;
	border-left: 1px solid #990A50;
}
.floatL {
	float: left;
	margin-right: 10px;
}
