body {
	background-color: #6183A6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2;
}

td, textarea {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}

h1 {
	font-size: 18px;
	color: #5B9540;
	font-weight: bold;
	font-style: normal;
 margin-top:15px;
	margin-bottom:5px;
}

h2 {
 margin-top:15px;
	margin-bottom:0px;
	border-top:1px #000 solid;
	font-size: 16px;
	color: #5B9540;
	font-weight: bold;
	font-style: normal;

	}
	
	h3 {
	font-size: 14px;
	color: #5B9540;
	font-weight: bold;
	font-style: italic;
 margin-top:0px;
	margin-bottom:5px;
	}
	
h4, h5 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	}

div#box {
border:1px #333 solid;
padding: 8px;
width: 500px;
background-color: #A6D199;

}


a:link {color: #003300; text-decoration: underline;} 
a:active {color: #000000; text-decoration: underline;} 
a:visited {color: #000000; text-decoration: underline;} 
a:hover {
	color: #006633;
	text-decoration: none;
}


a.whitelink:link {
	text-decoration: underline;
	color:#FFFFFF;
	font-size: 10px;
}
a.whitelink:visited	{
	text-decoration: underline;
	color:#FFFFFF;
	font-size: 10px;
}
a.whitelink:active {
	text-decoration: underline;
	color:#FFFFFF;
	font-size: 10px;
}
a.whitelink:hover	{
	text-decoration: none;
	color:#CCCCCC;
	font-size: 10px;
} 

/*
li {color: #000000; list-style-type: square} 
ul {color: #000000; list-style-type: square} 
*/


.topgradient {
	background-color: #FFFFFF;
	background-image: url(../images/layout/top_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.smalltext {
	font-size: 10px;
	font-weight: bold;
}
.portalheader {
	font-size: 11px;
	font-weight: bold;
	color: #F3D802;
	padding-right: 5px;
}
.rightbevel {
	background-image: url(../images/layout/right_bevel.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.header {
	font-size: 16px;
	color: #5B9540;
	font-weight: bold;
}
.pxpadding {
	padding: 8px;
	text-align: left;
}
.leftpad {
	padding-left: 30px;
}
.rightpadding {
padding-right: 12px;
}
.tablebordergreen {
	border: 1px solid #5B9540;
}
.bothpad {
padding-right:12px;
padding-left:12px;
line-height: 1.4;
}

.bothpad_side {
padding-right:1px;
padding-left:14px;
}
.formError {
  color: red;
}
#aup {
 display: none;
 padding: 6px;
 margin: 15px 0px;
 border: 1px dotted #BB0000;
 height: 16em;
 overflow: auto;
}
      
select {
 width:500px;
}