/*
	Main css-file.
*/
/********************** The main structures ************/
body,
html
{
	font-family: Georgia, Verdana, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	margin: 0px;
   padding: 0px;
	background-color: #4a4a4a;
	background-repeat: repeat;
}

/* Links 
*/
a {
   text-decoration: none;
   color: #ffa800;
}

a:hover {
   text-decoration: underline;
}


/************ input **************/
input
{
	border: solid 1px #000000;
   margin-left: 10pt;
}

input.inputstyle
{
	margin-left: 0px;
	font-family: Verdana;
	font-size: 1em;
	color: #000000;
	background-color: #E4AC26;
	border: solid black 1px;
}

textarea.areastyle
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background: #E4AC26;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: auto;
	margin-bottom: 5px;
	margin-right: 5px;
}



