/* CSS Document */

body {
	background-color: #b7b7c6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.mic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	padding: 0px;
	margin: 0px;

}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF9800;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.nou:link {
	color: #000066;
	text-decoration: none;
}
a.nou:visited {
	text-decoration: none;
	color: #000066;
}
a.nou:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.nou:active {
	text-decoration: none;
	color: #000066;
}

a.nou2:link {
	color: #ee2e1b;
	text-decoration: none;
}
a.nou2:visited {
	text-decoration: none;
	color: #ee2e1b;
}
a.nou2:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.nou2:active {
	text-decoration: none;
	color: #ee2e1b;
}

.input-box3
{
font-family:Tahoma;
font-size:12px;
color: #000000;
background: #CDCDCD;
border: #0a3759 solid 1px;
}

.submit-button
{
color: #ffffff;
font-family:Tahoma;
font-size:11px;
background: #1d1579;
border: 1px #ffffff solid;
}