	P {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	A:link, A:visited {
		color: #708850;
		text-decoration: underline;
	}

	A:hover {
		color: #88A068;
		text-decoration: underline;
	}

	BODY {

		font-family: arial, verdana, helvetica;
		font-size: 10px;

	}

	TH {
		font-family: arial, verdana, helvetica;
		font-size: 12px;
		color: white;
		text-align:left;
	}

	TD {
		font-family: arial, verdana, helvetica;
		font-size: 13px;
	}

	SELECT {
		font-size: 11px; 
		font-family: verdana, arial, helvetica;
		border-style:solid; border-width:1; border-color:#A1B275;
	}

	INPUT {
		font-family: verdana, arial, helvetica;
		font-size: 11px;
		border-style:solid; border-width:1; border-color:#A1B275;
	}

	INPUT.submit {
		filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#80a1b275');
		font-weight:bold; 
		padding:1px;
		cursor: hand;
	}

	TEXTAREA {
		font-family: verdana, arial, helvetica;
		font-size: 11px;
		border-style:solid; border-width:1; border-color:#A1B275;
	}

.navbar_style {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: A1B275;
	border-right-color: A1B275;
	border-bottom-color: A1B275;
	border-left-color: A1B275;
}
