﻿body {
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('images/Background.jpg');
	background-repeat: no-repeat;
}

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #7B7C76;
	line-height: 130%;
	margin-top: 4px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #A5443E;
	font-style: normal;
	font-weight: bold;
	background-image: url('images/dot.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 0px;
}

table {
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #7B7C76;

}

a {
	
	color: #435C78
}






/* Content */

.title {
	background-position: right top;
	background: url('images/titlebg.jpg') no-repeat right top;
	height: 27px;
	padding: 4px 10px 0 35px;
	font-size: 12pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	font-variant: small-caps;
}

.entry {
	padding: 10px 20px 15px 20px;
	text-align: justify;
}

