* { 
	margin: 0; 
	padding: 0;
	outline: none;
	font-family: Arial;
}
img { border: none; }
a { color: #3ba9dc; text-decoration: none; }
a:hover { text-decoration: underline; }
.f-left { float: left; }
.f-right { float: right; }
.clear { clear: both; }
.v-align { vertical-align: middle; }
.a-right { text-align: right; }
.hidden { display: none; }
.bold { font-weight: bold; }

h1, h2, h3, h4, h5, h6 { color: #0870b3; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.35em; }
h4 { font-size: 1.05em; }
h5 { font-size: 1.05em; }
h6 { font-size: .95em; }

p { margin-bottom: 12px; }
ul,ol { list-style: none; }
input, select, button { vertical-align: middle; }
hr {
	border: 1px dotted #4a2a10 ;
	border-style:none none dotted;
	border-width:0 0 1px;
	clear:both;
	height:1px;
}