/* Form */

.text{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7d7d7d;
	font-weight: normal;
}
.small{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7d7d7d;
	font-weight: normal;
}
.header{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7d7d7d;
	font-weight: bold;
}

li {
	list-style-type: square;
}
/* Links */

a:link { color:#2B506F; text-decoration: none }
a:active { color: #FF7800; text-decoration: none }
a:visited { color: #2B506F; text-decoration: none  }
a:hover { color: #FF7800; text-decoration: none }

/* Form */
.inputtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
	height: 17px;
	border: 1px solid #DFDFDF;
}
.inputtextarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #DFDFDF;
}
.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #7d7d7d;
}