/* CSS Document */

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

html {overflow-y: scroll;}

body {
	background: #fff; 
	color: #616161;
	font-family: "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

body * {font-size: 1em;}

h2, h3, h4, h5, h6 {color: #6E2582;}

h1 {font-size: 200%;}
h2 {color: #EE184A; font-size: 130%; padding-bottom: 1em;}
h3 {font-size: 110%; padding-bottom: 1em;}
h4 {font-size: 100%;}
h5 {font-size: 100%;}
h6 {font-size: 100%;}

a, a:visited {color: #EE184A; font-weight: normal; text-decoration: underline;}
a:hover, a:visited:hover {text-decoration: none;}

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

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

table {border-collapse: collapse; width: 100%;}
tr, td {vertical-align: top;}

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