﻿body * {
	margin:0;
	padding:0;
}

body {
	padding:auto;
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #787878;
	text-align:center;
}

#background-frame {
	margin:10px auto 10px auto;
	width:970px;
	height:640px;
	background-image:url(background.jpg);
	background-repeat:no-repeat;

}
#content {
	position:relative;
	top:10px;
	margin:auto;
	width:950px;
	height:620px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #770000;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 6px;
}

h2 {
	text-align:center;
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}
h3#structure{
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #787878;
	text-align:center;
}


p, ul, ol {
	font-size:10pt;
	margin: 0;
}

ul, ol {
	margin-right: 30px;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #417FDA;
}
a:visited {
	color: #000066;
}
a:hover {
}