#maincontent {
	width: 600px;
	margin: 0 auto;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

h4 {
	text-align: left;
}

blockquote {
	text-align: justify;
}

p.null {
	font-size: 12pt;
	line-height: 18pt;
	font-weight: light;
	font-family: garamond;
	font-style: normal;
	text-align: justify
}

p.text {
	font-size: 12pt;
	line-height: 18pt;
	font-weight: light;
	font-family: garamond;
	font-style: normal;
	text-align: justify
}

p.title {
	font-size: 16pt;
	line-height: 18pt;
	font-weight: bold;
	font-family: garamond;
	font-style: normal
}

p.link {
	font-size: 12pt;
	line-height: 14pt;
	font-weight: light;
	font-family: garamond;
	font-style: normal
}

p.right {
	text-align: right;
}

p.copyright {
	font-size: 8pt;
	line-height: 10pt;
	font-weight: light;
	font-family: arial;
	font-style: normal
}

dl {
	
}

dt {
	text-align: left;
	font-weight: bold;
}

dd {
	text-align: justify;
	margin-bottom: 10px;
}

a:link {
	color: #903030;
	text-decoration: none
}

a:visited {
	color: #903030;
	text-decoration: none
}

a:active {
	color: #707890;
	text-decoration: underline
}

a:hover {
	color: #707890;
	text-decoration: underline
}