A:link {text-decoration: underline; color: #1d316c }
A:visited {text-decoration: underline; color: #1d316c }
A:active {text-decoration: underline; color: #1d316c }
A:hover {background: #24415B; color:white }

h2	{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 16px;
	color: #3E73A8;
}
h3	{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
	color: #3E73A8;
	margin-bottom: 5px;
	margin-top: 3px;
	}

p	{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: black;
	line-height: 1.3;
}

.page_feature p {
	position: relative;
	float: left;
	text-align: justify;
	margin-left: 100px;
	margin-top: 35px;
	height: 150px;
	width: 200px;
}

input.field  {
background-color: #B1C486;
}

textarea.field {
background-color: #B1C486;
}

input.button {
background-color: #47571F;
color: #FFFFFF;
font-size: 10px;
font-weight: strong;
}

option.list {
background-color: #B1C486;
color: #000000;
font-size: 10px;
font-weight: strong;
}

input {
			border: #000000; 

			border-style: solid; 

			border-left-width: 1px; 

			border-top-width: 1px; 

			border-right-width: 1px; 

			border-bottom-width: 1px; 

			color : #000000;

			font-family : tahoma, arial, helvetica;

			font-size : 8pt;
}