<!--

* {
	font-family: "Trebuchet MS", helvetica, verdana, arial, sans-serif;
}

body {
	/*
	background-color:#CCCCCC;
	background-image: url('/img/main_bg.jpg');
	background-position: top left;
	background-repeat: repeat;
	background-attachment: fixed;
	*/
	
	margin:25px;
	margin-top: 5px;
}

.menu, .menu a, .menu a:visited
{
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
}

.menu a:hover
{
	font-weight: bold;
}


body,td,th,p,input,button,textarea,submit {
	font-family: "Trebuchet MS", helvetica, verdana, arial, sans-serif;
    font-size: 14px;
	color: #132318;
}

a {
	font-size: 10pt;
	color: #000066;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #000099;
}
a:active {
	text-decoration: underline;
	color: #000066;
}


fieldset fieldset legend
{
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
	
	border: 2px solid #bace92;
	-moz-border-radius: 5px;
	
	background-color: #FFFFFF;
	float: left;
}

fieldset legend {
	padding: .1em .3em;
	font-size: 11pt;
	font-weight: bold;
	
	_position : absolute;
	_top : -10px;
}

#header_f
{
	margin:0;
	padding:0;
	
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 25px;
}

fieldset {
	border: 2px solid #bace92;
	-moz-border-radius: 5px;
	padding: 15px 15px 15px 15px;
	margin-bottom: 10px;
	font-size: 10pt;
	background-color:#e1ebcd;
		
	_position : relative;  /* The underscore means only IE will see it */
	_padding-top : 20px;   /* Stupid IE */
	_padding-bottom : 15px;
	_display : block;
}

fieldset fieldset {
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

#form_button
{
	background-color: #ffffff;
	border: 2px solid #bace92;
	-moz-border-radius: 5px;
	padding: 2px;
	
	font-size: 10pt;
	font-weight: bold;
}

.image_top_left
{
	float: left;
	margin: 0 10px 10px 0;
}

.image_top_right
{
	float: right;
	margin: 0 0 10px 10px;
}


#content_container
{
	padding: 20px;
	text-align: left;
}

#div_container
{

}

#data_table
{
	border: 2px solid #dddddd;
}

#data_table th
{
	text-align: left;
	background-color: #EBEBEB;
	border-bottom: 2px solid #dddddd;
}

.small
{
	color:#00250d;
	font-size: 8pt;
}

.small_heading, .small_heading a, .small_heading:visited
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:  #00250d;
}

.medium
{
	color:#00250d;
	font-size: 11pt;
}

.medium_heading
{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

.low_margin
{
	margin-top: 5px;
}

.error_message
{
	margin-top: 10px;
	color:#990000;
	border:1px dashed #990000;
	padding: 5px;
}

.link
{
	margin: 0;
	padding: 0;
}

.link li
{
	list-style-type: none;
	padding-bottom: 5px;
}

.green
{
	color:#354e01;
	font-size: 14px;
	letter-spacing:1px;
	text-decoration: 1px dotted #354e01;
}

-->
