body
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0 10px;
	width: 800px;
	background-color: #F7F4EE;
    background-image: url(/images/background.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

.small {
	font-size: 0.7em
}

.center {
	text-align: center
}

h1 {
	color: red;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin: 0 5px 10px 5px;
}

h2 {
	color: red;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 0 5px 0 5px;
}

h3 {
	color: red;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin: 0 5px 0 5px;
}

h4 {
	color: red;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0px
}

h4+ul {
	margin-top: 0
}

ul+h4 {
	margin-bottom:0
}

p {
	text-align: justify;
	font-size: 0.9em;
	margin: 0 5px 5px 5px; 
}

p.sidebar {
	color: white;
	font-size: 0.9em;
	text-align: left;
	margin: 5px 0 0 15px;
}

li {
	font-size: 0.9em;
	text-align: justify;
	margin: 0 5px 0 5px 0;
}

th {
	font-weight: bold;
	text-align: left
}

td {
	font-size: 0.9em;
	text-align: right
}

td.left {
	text-align: left
}

dt {
	text-align: left;
	font-weight: bold;
	margin: 0 5px 0 5px;
}

dd {
	text-align: left;
	font-weight: normal;
}

a:link {
	color: red;
	text-decoration: underline;
}

a:visited {
	color: red;
	text-decoration: underline;
}

a:hover {
	color: purple;
	text-decoration: underline;
}

a:active {
	color: purple;
	text-decoration: underline;
}

a img {border: none}

a.sidelink:link { 
	color: white;
	text-decoration: none;
}

a.sidelink:visited { 
	color: white;
	text-decoration: none; 
}

a.sidelink:hover { 
	color: orange;
	text-decoration: none; 
}

a.sidelink:active { 
	color: orange;
	text-decoration: none; 
}








