@charset "utf-8";
body {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background: none;
	color:#000000;
	width: 7.5in;
}
/*******************/
/****  DIVS     ****/
/*******************/
div#contentwrapper {
	width: 7.5in;
	background: none;
	margin: 0;
	padding: 0;
}
div#content {
	float: left;
	margin: 0;
	width: 7.5in;
	padding: 0;
}
div#translation {
	display:none;
}
div#rightsidebar {
	display:none;
}
div#footer {
	clear: both;
	padding: 20px 20px 10px 20px;
}
div#content ul li {
	list-style: disc !important;
	margin-left: -15px;
}
/*******************/
/****  TAGS     ****/
/*******************/
h1 {
	font-size: 16pt !important;
}
h2 {
	font-size: 12pt !important;
}
h3 {
	font-size: 10pt !important;
}
p,ul,li,td {
	font-size: 10pt !important;
}
/*******************/
/****  NAV      ****/
/*******************/
#nav {
	display:none;
}
/*******************/
/**** CLASSES   ****/
/*******************/
.green {
	color:#4B7026;
}
.white {
	color:#FFFFFF;
}
.greenbutton {
	width: 100px;
	background-color:#669933;
	padding: 3px 6px;
	color: #FFFFFF;
	text-align: center;
	margin: 3px;
	float:left;
}
.red {
	color:#990000;
	font-weight:bold;
}


