@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}

.input-box {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	border: 1px solid #ed5800;
	background: #eeeeee;
	padding: 2px 7px;
}

.submit-button {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	border: 1px solid #000000;
	background: #8dc740;
}

a:link {
	color: #ed5800;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ed5800;
}
a:hover {
	text-decoration: underline;
	color: #c63300;
}
a:active {
	text-decoration: underline;
	color: #ed5800;
}

a.nou:link {
	color: #000000;
	text-decoration: none;
}
a.nou:visited {
	text-decoration: none;
	color: #000000;
}
a.nou:hover {
	text-decoration: underline;
	color: #000000;
}
a.nou:active {
	text-decoration: none;
	color: #000000;
}

a.nou2:link {
	color: #FFF;
	text-decoration: none;
}
a.nou2:visited {
	text-decoration: none;
	color: #FFF;
}
a.nou2:hover {
	text-decoration: underline;
	color: #FFF;
}
a.nou2:active {
	text-decoration: none;
	color: #FFF;
}
