/* COLOURS

*/

body { margin: 0; }

h1, h2, h3, h4, h5, h6, p, a, td, th, form, input, textarea, ul, dl, ol, blockquote { font-family: Tahoma, Verdana, Geneva, sans-serif; }
h1 { font-size: 1.3em; }
h2 { font-size: 1.1em; }
h3 { font-size: 0.9em; }
h4, h5, h6 { font-size: 0.75em; }
p, td, th, input, textarea, select, ul, dl, ol, blockquote { font-size: 0.7em;  color: #ADAFB2; }
ul ul { font-size: 1em; }

th {  }
td input, td select, td textarea, td p, blockquote blockquote, blockquote p { font-size: 1em; }
p input, p select, p textarea { font-size: 1em; }

a { color: #ADAFB2; text-decoration: none; }
a:hover { color: #EC509D }

.error { color: #900; }
.required { font-weight: bold; }

#error {
	border: 1px solid #EF3B39;
	background-color: #FFF9F9;
	margin-right: 10px;
}
#error p, #error h3 { margin: 0; padding: 10px; color: #EF3B39;}
#error h3 { padding-bottom: 0; }

#success {
	border: 1px solid #3B39CC;
	background-color: #F9F9FF;
	margin-right: 10px;
}
#success p, #success h3 { margin: 0; padding: 10px; color: #3B39CC;}
#success h3 { padding-bottom: 0; }

#curPage { font-weight: bold; color: #EF3B39; }
