/* css data */

body
	{
	background-color:#EFEFEF;
	background-image:url(../_img/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	}
	
body, p, table, tr, td
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555;
	line-height:1.8em;
	}


/* main */

.highlight
	{
	font-size:12px;
	font-weight:bold;
	}

.headline_blk
	{
	color:#000;
	font-size:12px;
	font-weight:bold;
	}

.headline_alt
	{
	color:#60A945;
	font-size:12px;
	font-weight:bold;
	}


/* form */

.form
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:666666;
	line-height:14px;
	padding:1px 3px 1px 3px;
	background-color:#EFEFEF;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	}


/* links */	
	
a:link
	{
	text-decoration:none;
	color:#666;
	font-weight:bold;
	}
	
a:visited
	{
	text-decoration:none;
	color:#666;
	font-weight:bold;
	}
	
a:hover
	{
	text-decoration:underline;
	color:#60A945;
	font-weight:bold;
	}
	
a:active
	{
	text-decoration:none;
	color:#666;
	font-weight:bold;
	}


/* links navigation */

a.navigation:link
	{
	color:#333;
	font-size:12px;
	font-weight:bold;
	}
	
a.navigation:visited
	{
	color:#333;
	font-size:12px;
	font-weight:bold;
	}
	
a.navigation:hover
	{
	color:#333;
	font-size:12px;
	font-weight:bold;
	background-color:#60A945;
	}
	
a.navigation:active
	{
	color:#333;
	font-size:12px;
	font-weight:bold;
	}