/* default styles
   -------------- */ 
   
body { 
	font: 12px arial, tahoma, sans-serif; 
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
}



img {
	border: 0px;
}


h1 {
	font-size: 16px;
	text-transform: uppercase;
}

h2 {
	font-size: 11px;
	font-weight: bold;
}

a, a:link, a:visited, a:active {
	color: #B49650;
	text-decoration: none;
}

a:hover {
	color: #B49650;
	text-decoration: underline;	
}

/** generic dotted line and clearing styles **/
.dot, .clear-dot {
	height: 1px;
	padding: 0px;
	margin: 0px 0px 13px 0px;
	font-size: 0.1em;
 	background: url(../images/dot.gif) repeat-x;
}

.clear-dot, .clear-both{	
	clear: both;
	height: 1px;
	font-size: 0.1em;
	width: auto;
}
