/* CSS Document */

body
{
	margin:0;
	padding:0;
	
	background-image:url(img/ffbg.gif);
	background-position:0px 40px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
	font-size:small;
	line-height:160%;
	font-family:Helvetica, Arial, sans-serif;
	
	color:#666666;
}

h1
{
	display:none;
}
h2, h3, h4
{
	margin:0;
	padding:0;
	
	
}
h3
{
	font-size:x-large;
	margin-bottom:4px;
	letter-spacing:-0.035em;
}
li h4
{
	font-size:14px;
	font-weight:bold;
	letter-spacing:-0.035em;
	
}


#contents
{
	margin:40px 0 0 200px;
	width:600px;
}
#header
{
	height:70px;
	margin-right:20px;
	border-bottom:#333333 3px solid;
	
}
#header h2
{
	float:left;
}
#header_text
{
	float:right;
	width:380px;
	font-size:x-small;
	line-height:170%;
	letter-spacing:0em;
}
#header_text a:link, #header_text a:visited
{
	text-decoration:none;
	color:#3399FF;
}
#special-feature
{
	clear:both;
	margin:40px 0;
	font-weight:bold;
}
.h3pdf
{
	font-size:x-small;
}


.list-div
{
	float:left;
	width:180px;
	margin-right:20px;
}

ul
{
	margin:0;
	padding:0;
}
li
{
	margin:0 0 20px 0;
	padding:6px 0 0 0;
	
	border-top:#333333 1px solid;
	
	list-style-type:none;
	
	font-size:xx-small;
	letter-spacing:0.1em;
	/*
	font-weight:bold;
	*/
	
	line-height:200%;
	
}

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

a:hover, #header_text a:hover
{
	color:#FF0099;
}

#clear
{
	clear:both;
	height:1px;
}




#footer
{
	clear:both;
	
	border-top:#333333 3px solid;
	
	
	margin:40px 20px 20px 0;
	padding:4px 0 0 0;	
	font-size:x-small;
}


