/* CSS Document */
BODY {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif; 
	font-size: 0.8125em;
	line-height: 1.5em;
	color: #666666;
    background-image: url(images/background.gif);
	background-attachment:scroll;
	background-repeat:repeat-x;}
	
	img {border:none}
	
	TD { 
	font-size:11px; 
	font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif;
	vertical-align:top}
	
	p {
	font-size: 11px;
	margin: 0 0 5px 0;
	line-height: 20px;
	text-align:justify;
	}
	
	.bold2 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}

	.bold {
	color:#999999;
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 0 0 24px 0;
	}
	
	.footerline {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	}
	
	a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background: url(/_images/html/link_underline.gif) left bottom repeat-x;
	}

	a:hover {
	color: #FFFFFF;
	background: #666666;
	}
	
	a.footer {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	}
	
	a:hover {
	color: #FFFFFF;
	background: #666666;
	}