body {
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#000;
}

h2 {
	color:#000;
	font-size:170%;
}

p {
	font-size:14px;
	padding:3px 0;
	line-height:17px;
	color:#000;
}

h1 {
	font-size: 36px;
	line-height: 40px;
}

h2 {
	font-size: 24px;
	line-height: 27px;
}

h3 {
	font-size: 22px;
	line-height: 25px;
}

h4 {
	font-size: 20px;
	line-height: 23px;
}

h5 {
	font-size: 18px;
	line-height: 21px;
}

h6 {
	font-size: 16px;
	line-height: 19px;
}

h1, h2, h3, h4, h5, h6, p {
	margin:5px 0;
}

a {
	color:#000;
}

ol li {
	list-style:decimal;
	margin-left:40px;
}

ul li {
	list-style:circle;
	margin-left:40px;
}

/* HEADER & MENU
-------------------------------------------------------------------------*/
#header {
	display:none;
}

#menu {
	display:none;
	
}

/* END HEADER & MENU */

/* CONTENT
-------------------------------------------------------------------------*/
#content {
	height:100%;
	clear:both;
	overflow:hidden;
	color:#000;
	line-height:17px;
}

#content_bottom {
	display:block;
}

/* END CONTENT */

/* IMAGES
-------------------------------------------------------------------------*/
img.alignleft {
	float:left;
	margin:5px;
	padding:3px;
	border:1px solid #999;
}

img.alignright {
	float:right;
	margin:5px;
	padding:3px;
	border:1px solid #999;
}

/* END IMAGES */

.print {
	display:none;
}
