/* CSS Document */

*			{ margin:0px; padding:inherit; }
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #666666;
}


body		{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; line-height:20px;}

h1			{ font-size:30px; color:#FF3300;}
h2			{ font-family:"Arial Narrow"; font-size:27px; color:#999999; font-weight:normal; 
			border-bottom:dashed 1px #999999; padding-bottom:10px;}
h3			{ font-family:"Arial Narrow"; font-size:15px; color:#B64F00; border-bottom:dashed 1px #B64F00; padding-bottom:5px;}

.pack		{font-family:"Arial Narrow"; font-size:15px; background-color:#B64F00; color:#FFFFFF; font-weight:bold; line-height:22px;}