/* CSS Document */

body{
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color:#666666;
	}
	
.footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}
#footer_bg{
	margin:auto; background:transparent url(images/white_box_footer.png) top center no-repeat; height:41px;
}	
#header_bg{
	margin:auto; background:transparent url(images/white_box_header.png) top center no-repeat; height:41px;
}
#middle_bg{
		margin:auto; background:transparent url(images/white_box_flat.png) top center repeat-y;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h1 {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:14px;
	color:#FD8305;
	letter-spacing: 2px;
	font-weight:bold;
	background-image:url(images/dot.gif); background-repeat:repeat-x; background-position:bottom;
	}
	
h2 {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:12px;
	color:#666666;
	letter-spacing: 1px;
	font-weight:bold;
	}
	
.note{
	font-size:10px;
	font-style:italic;
	letter-spacing: 0px;
	line-height:normal;
	color:#666666;
	}
