body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
}

div.page {
	width: 800px;
}

a:link {
    color: #0E2B8D;
	text-decoration: none;
}

a:visited {
	color: #0E2B8D;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

a img {
	border: 0px black solid;
}

div.content {
	padding-top: 25px;
	width: 500px;
	margin-left: auto;
	padding-left: 10px;
	margin-left: 150px;
}

div.front_content {
	padding-top: 25px;
    width: 600px;
    margin-left: 150px;
}

div.seperator {
	background-color: #0E2B8D;
	height: 1px;
	line-height: 0px;
}

h1 {
    font-family:arial,helvetica,sans-serif;
    color: #000066;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

h2 {
	font-family:arial,helvetica,sans-serif;
	color: #000066;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}

h3 {
	font-family:arial,helvetica,sans-serif;
	color: #000066;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

h4 {
	font-family:arial,helvetica,sans-serif;
	color: #000066;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 14px;
}

h6 {
	font-family:arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 2px;
}

p {
    font-family:arial,helvetica,sans-serif;
    color: #333333;
    font-size: 12px;
    line-height: 18px;
	text-align: justify;
}

p.section {
	text-align: justify;
	margin-left: 18px;
}

p.attributed {
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

p.btt {
	margin-top: -10px;
	line-height: 15px;
}

li {
	font-family:arial,helvetica,sans-serif;
    color: #333333;
    font-size: 12px;
    line-height: 18px;
}

ul.empty {
    margin: 11px 0px 11px -30px;
    list-style-type: none;
}

table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #CCCCCC;
	background-color: white;
}

td.price {
	text-align: center;
	font-size: 14px;
}

td.type {
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

td {
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	border-style: inset;
	border-width: 1px;
	padding-top: 5px;
	padding-left: 5px;
}

td ul {
	margin-left: -15px;
}

th {
	font-family:arial,helvetica,sans-serif;
    color: #000066;
    font-size: 12px;
    font-weight: bold;
	padding: 5px;
	border-style: inset;
    border-width: 1px;
}

th[scope="col"]
{
    text-align: center;
}

th[scope="row"]
{
    text-align: right;
}

/* Header */

div.header {
	width: 775px;
	height: 87px;
}

div.mission {
	font-family: arial,helvetica,sans-serif;
	color: #000066;
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
	text-align: right;
}

div.logo {
	width: 312px;
	float: left;
}
