A:LINK 
	{
	color: #C58D21;
	text-decoration : none;
	}

A:VISITED 
	{
	color: #C58D21;
	text-decoration : none;
	}

A:ACTIVE 
	{
	color: #C58D21;
	text-decoration : none;
	}

A:HOVER 
	{
	color: #000000;
	text-decoration : underline;
	}

a.position:link
	{
	color: #0064A3;
	text-decoration : none;
	font-weight: none;
	}
a.position:visited
	{
	color: #0064A3;
	text-decoration : none;
	font-weight: none;
	}
a.position:hover
	{
	color: #003251;
	text-decoration : underline;
	font-weight: none;
	}


form 
	{
	margin:0;
	padding:0;
	}

BODY
	{
	height: 100%;
	margin: 0px;
	padding: 0px;
	}



INPUT, TEXTAREA, OPTION, SELECT {
	background-color: #F2F7F9;
	border: 1px SOLID #EBE5D7;
	font-family : Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px; 
	color: #65767D;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;

		}

INPUT {
	height: 25px;
	}

TABLE, TD, TH, TR {
	border: 0px solid;
	font-family : Trebuchet MS, Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px; 
	color: #3C4749;
	}

.headline
	{  
	color: #323B3D;
        font-family: Arial, Tahoma, Trebuchet MS, Verdana, Tahoma, Arial, Times;
        font-size: 15px;
	font-weight: bold;
	}

.headlineBig
	{  
	color: #C58D21;
        font-family: Tahoma, Trebuchet MS, Verdana, Tahoma, Arial, Times;
        font-size: 13px;
	font-weight: none;
	}


.main
	{
	background-color: #D2DFE4;
	background-image: url("pics/bgmain.jpg");
	background-repeat: repeat-x;
	background-position: top;
	}
