
* {background-color: transparent; margin: 0; padding: 0;}

body {
	background-color: #2F302A !important;
	color: #eae7e5;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	padding: 0 0 10px 0;
	text-align: center;
}

body * {font-size: 1em;}

h1, h2, h4, h5, h6 {color: #eae7e5;}

h3 {color:#D81D07}

h1 {font-size: 120%;}
h2 {font-size: 150%; font-weight: bold; margin-bottom: 1em; text-transform: lowercase;}
h3 {font-size: 130%; padding-bottom: 1em;}
h4 {font-size: 130%;}
h5 {font-size: 100%;}
h6 {font-size: 100%;}

a, a:visited {border-bottom: 1px solid #ccc; color: #EAE7E5; font-weight: normal; padding-bottom: 0px; text-decoration: none;}
a:hover, a:visited:hover {color: #8DBDC8;}

p {padding-bottom: 1.5em; text-align: justify;}

sup {font-size: .7em;}

ul, ol {margin-left: 40px; margin-bottom: 1.5em;}
ul {list-style: square;}
ol {list-style: lower-roman;}

table {border-collapse: collapse; margin-bottom: 1.5em;}
th, td {padding: .4em .2em; vertical-align: top;}
th {}
td {}

td a, td a:visited {border: 0px; color: #e42020;}
td a:hover, td a:visited:hover {color: #a33434; text-decoration: underline;}


/* Forms */
input {background-color: #fff; border: 1px solid #7F9DB9; padding: .2em .5em;}
.submit {background-color: #0E111A; border: 1px solid #fff; color: #fff; font-weight: bold; padding: .3em .5em;}


.clearAll {clear: both;}
.displayNone {display: none;}
.centre {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.floatLeft {float: left;}
.floatRight {float: right;}

.noStyle {background: none !important; border: 0;}


#page {font-size: 1.1em;}