/* css data */

body
	{
	background-image:url(../_img/bg.jpg);
	background-color:#FFFFFF;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	}
	
body, p, table, tr, td
	{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCC;
	line-height:17px;
	}


/* headlines */
	
.headline1
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F1F1F1;
	font-weight:bold;
	}

.headline2
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF0000;
	font-weight:bold;
	}

.section
	{
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	}

.grey
	{
	color:#515151;
	}


/* small text */	
	
.footnotes
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	}


/* form */	
	
.form
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#535353;
	line-height:16px;
	}


/* links */	
	
a:link
	{
	text-decoration:none;
	color:#BCBCBC;
	}
	
a:visited
	{
	text-decoration:none;
	color:#BCBCBC;
	}
	
a:hover
	{
	text-decoration:none;
	color:#FF0000;
	}
	
a:active
	{
	text-decoration:none;
	color:#BCBCBC;
	}