/* CSS Document */

body 
	{
	color: #000000;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	}

#content      
	{
	background-color: transparent;
	text-align: center;
	margin-top: -140px;
	margin-left: -200px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 240px;
	visibility: visible
	}

.bodytext 
	{
	font-family: "Trebuchet MS";
	font-size: 18px
	}

.headline 
	{
	font-weight: bold;
	font-size: 24px
	}

#footer 
	{
	font-size: 12px;
	font-family: "Trebuchet MS";
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}

a:link, a:visited 
	{
	color: #06f;
	text-decoration: none
	}

a:hover 
	{
	color: red;
	text-decoration: none
	}
	
.title {	
    font-size: 36px;
	font-weight: bold;
}

#head 
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 12px;
	font-family: "Trebuchet MS";
	text-align: center;
	height: 24px;
	line-height: 1.5;
	visibility: visible;
	display: block;
	color: #666666;
	}
	
#head a:link, 
#head a:visited 
	{
	color: #666666;
	text-decoration: none
	}

#head a:hover 
	{
	color: #9900FF;
	text-decoration: none
	}

div#head ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;	/*list-style-type: circle;*/
}

div#head li
{
	display: inline;
	margin-right: 1em;
}

