body {
	color: Black;
	list-style: disc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: White;
	margin: 0px; padding: 0px;
}

table {
	font-size: 11px;
}


a, a:focus, a:active, a:visited {
	color: Navy;
	text-decoration: none;
}

.a_presentation, .a_presentation:focus, .a_presentation:active, .a_presentation:visited {
	color: Navy;
	font-weight: bold;
}

.a_extra, .a_extra:focus, .a_extra:active, .a_extra:visited {
	color: #F5841F;
	font-weight: bold;
}

a:hover {
	color: #FF9900;
	border-bottom: 1px dotted;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 1px;
	margin-bottom: 1px;
	color: #999966;
	border-left: 1px dotted;
	padding-left: 20px;
}

h1{
	margin-top: 10px;
	color: #000;
	text-align: center;
	font-size: 16px;
	border-left: none;
}

h2{
	color: #015CA8;
	margin-bottom: 4px;
	font-size: 20px;
}

h3{
	margin-bottom: 4px;
	font-size: 14px;	
}

h4{
	color: #015CA8;
	font-size: 16px;
}

h5{
	font-size: 10px;	
}

h6{
	font-size: 10px;
	color: Gray;
	font-weight: normal;
}

p {
	margin-top: 4px;
	margin-bottom: 4px;
}

.header{
	color: black;
	font-size: 22;
	font-weight: bold;
}

.subheader{
	color: #CC9933;
	font-size: 20;
	font-weight: bold;
}

.brown{
	color: #9C6531;
	font-size: 12px;
}

.tip{
	background-color: #FFFFCC;
	border: 1px solid Silver;
	text-align: center;
}

.small{
	font-size: 8px;
	color: #C8C8C8;
}

img
{
	border: none;
	padding: 0px;
	margin: 0px;
}
