

body {
	font: 12px/1.5 "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a { 
	color: #00a6ff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #00a6ff;
}

a:hover, a:visited:hover {
	color: #0098ea;
	text-decoration: none;


}

a:active {
	color: #333;
}

a:focus {
	outline: 1px dotted #333;
}

.picdiv a {
	border: none;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}



h1 {
	font-size: 25px;
	letter-spacing: -.05em;
}

h2 {
	font-size: 23px;
	color: #2f2f2f;
	letter-spacing: -.04em;
	border-bottom: 1px solid #7f7f7f;
}

h3 {
	font-size: 19px;
	color: #000000;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

.header {
	color: #2f2f2f;
	font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}



p {
	padding: 0 0 1em 0;
	line-height: 1.5em;
	color:#000000;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	/*position: relative;*/
}

