@CHARSET "UTF-8";

body {
	/*background: white;*/
}

.main_content {
	font-size: 7pt; 
}

/* Page title */
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(0,0,0);
}

/* Section level 1 title */
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: rgb(85,85,55);
}

/* Section level 2 title */
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: rgb(0,0,128);
	margin: 0px 0px 5px 0px;
}

/* Section level 1 title */
h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(85,85,55);
}

/* body text */
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: rgb(0,0,128);
	margin: 0px 0px 0px 0px;
	line-height: 150%;
}

ul {
	line-height: 150%;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.error p {
	color: red;
}
