/* CSS Document */

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

body {
	background-color: #fff; 
	color: #6C6B6B;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

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

h1 {font-size: 200%;}
h2 {font-size: 120%;}
h3 {font-size: 120%; padding-top: 10px;}
h4 {font-size: 100%;}
h5 {font-size: 100%;}
h6 {font-size: 100%;}

a, a:visited {color: #15519B; font-weight: bold; text-decoration: none;}
a:hover, a:visited:hover {text-decoration: underline;}

p {padding-bottom: 1.2em;}

ul, ol {margin: 0 0 1.4em 2em;}

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

.clearAll {clear: both;}
.displayNone {display: none;}
.noMargin {margin: 0;}
.noPadding {padding: 0;}

input {border: 1px solid #A09F9F;}