body {
	margin : 0px 0px 0px 0px;
}

.bold{
font-weight:bold;
}

.underline{
text-decoration : underline;
}

.blue{
color : #57AD40;
}

.red {
	color: #cc0000;
}

.orange {
	color: #FF9933;
}

.lightgray{
	color: #DADADA;
}

.darkgray{
	color: #717171;
}

.white {
	color: white;
}

.pointer{
cursor:pointer;
}

.minitext {
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	font : Arial;
}

.text {
	font-family : Arial;
	font-size : 9pt;
	font : Arial;
}

a.text {
	font-family : Arial;
	font-size : 9pt;
	font : Arial;
}

a.text:hover {
	font-family : Arial;
	font-size : 9pt;
	font : Arial;
	font-weight: bold;
}
a.text:visited {
	font-family : Arial;
	font-size : 9pt;
	font : Arial;
	font-weight: bold;
}

.header {
	font-family : Arial;
	font-size : 11pt;
	font : Arial;
	
}

.navtext
{
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	font : Arial;
	color : black;
	text-decoration : none;
}

A.navtext
{
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	font : Arial;
	color : black;
	text-decoration : none;
}
A.navtext:Visited
{
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	font : Arial;
	color : black;
	text-decoration : none;
}
A.navtext:hover
{
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	font : Arial;
	color : black;
	text-decoration : underline;
}
A.navtext:active
{
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	font : Arial;
	color : black;
	text-decoration : none;
}

.bluenavtext
{
	font-family : Arial;
	font-size : 8pt;
	font : Arial;
	color : #0E5EA8;
	text-decoration : none;
}

A.bluenavtext
{
	font-family : Arial;
	font-size : 8pt;
	font : Arial;
	color : #0E5EA8;
	text-decoration : none;
}
A.bluenavtext:Visited
{
	font-family : Arial;
	font-size : 8pt;
	font : Arial;
	color : #0E5EA8;
	text-decoration : none;
}
A.bluenavtext:hover
{
	font-family : Arial;
	font-size : 8pt;
	font : Arial;
	color : #0E5EA8;
	text-decoration : underline;
}
A.bluenavtext:active
{
	font-family : Arial;
	font-size : 8pt;
	font : Arial;
	color : #0E5EA8;
	text-decoration : none;
}

.orangenavtext
{
	font-family : Arial;
	font-size : 8pt;
	font : Arial;
	color : #FF9933;
	text-decoration : none;
}

A.orangenavtext
{
	font-family : Arial;
	font-size : 8pt;
	font : Arial;
	color : #FF9933;
	text-decoration : none;
}
A.orangenavtext:Visited
{
	font-family : Arial;
	font-size : 8pt;
	font : Arial;
	color : #FF9933;
	text-decoration : none;
}
A.orangenavtext:hover
{
	font-family : Arial;
	font-size : 8pt;
	font : Arial;
	color : #FF9933;
	text-decoration : underline;
}
A.orangenavtext:active
{
	font-family : Arial;
	font-size : 8pt;
	font : Arial;
	color : #FF9933;
	text-decoration : none;
}

.whitenavtext
{
	font-family : Arial;
	font-size : 9pt;
	font : Arial;
	color : white;
	text-decoration : none;
}

A.whitenavtext
{
	font-family : Arial;
	font-size : 9pt;
	font : Arial;
	color : white;
	text-decoration : none;
}
A.whitenavtext:Visited
{
	font-family : Arial;
	font-size : 9pt;
	font : Arial;
	color : white;
	text-decoration : none;
}
A.whitenavtext:hover
{
	font-family : Arial;
	font-size : 9pt;
	font : Arial;
	color : white;
	text-decoration : none;
}
A.whitenavtext:active
{
	font-family : Arial;
	font-size : 9pt;
	font : Arial;
	color : white;
	text-decoration : none;
}

.topborder {
	border-top : 1px solid #cccccc;
}
.rightborder {
	border-right : 1px solid #cccccc;
}
.leftborder {
	border-left : 1px solid #cccccc;
}
.bottomborder {
	border-bottom : 1px solid #cccccc;
}

.buttonfont{

   font-family:arial;
   font-size:8pt;
   font-weight:bold;
   cursor:pointer;
}

.fullborder {
	border-top : 1px solid #003300;
	border-left : 1px solid #003300;
	border-right : 1px solid #003300;
	border-bottom : 1px solid #003300;
}

