@charset "UTF-8";
/* CSS Document */

body { background-color:#FFFFFF;
}

p { font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #333333;
line-height: 1.5;
}

a:link {
	color:#666666;
	text-decoration: none;
	}
a:visited { 
	color: #666666;
	text-decoration: none;
	}
a:hover { 
	color: #999999;
	text-decoration: none;
	}
a:active { 
	color: #666666;
	text-decoration: none;
	}
	
hr {height: 1px; border-style: none; color: #666666; background-color: #666666 }

img {border-color:#333333;}


