/* CSS Document */

.main_bgcolor {
	background-color:#4f6443;
	background-repeat:no-repeat;
	}

.workspace_bg {
	background-color:#D3D8D0;
	}
	
.logbox_bgcolor {
	background-image:url(images/logbox_bgimage2.gif);
	background-color:white;
	background-position:bottom;
	background-repeat:repeat-x;
	}

.logbox_text {
	font-family:Arial;
	font-size:10px;
	color:#898989;
	font-weight:bold;	
	}

.logbox_header {
	font-family:Arial;
	font-size:12px;
	color:#898989;
	font-weight:bold;
	margin-left:10px;	
	}	

.welcome_bgcolor {
	background-image:url(images/logbox_bgimage2.gif);
	background-color:white;
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
.contact_text {
	font-family:Arial;
	font-size:11px;
	color:navy;
	margin-left:10px;
	text-align:left;
	font-weight:bold;	
	}	

.paragraph {
	font-family:Helvetica, Arial, sans-serif;	
	font-size:12px;
	color:#898989;	
	}

.border {
	border:1px #4F6443 solid;
	}

.input_txt {
	font-family:Arial;
	font-size:10px;
	color:navy;
	text-indent:3px;
	}
	
legend {
	font-family:Arial;
	font-weight:bold;
	font-family:Verdana;
	color:#898989;
	}
	
