/* MAIN STYLESHEET */



/* Main Structure */
body {
	background-color: white;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: 0.09em;
}

p {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: 0.09em;
}

.normal {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: 0.09em;
}


.table {
	line-height: 1em;
}

.tablehead {
	line-height: 1em;
	font-size: 0.9em;
	font-weight: bold;
	color: #cc0000;
}

.box {
	font-size: 0.9em;
	}
.warning {
	font-size: 0.7em;
}

.white {
	color: #ffffff;
}

.small {
	font-size: 0.6em;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0000;
}

.red {
	color: #cc0000;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #cc0000;
}

h1.header {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
}

h1.italic {
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
	text-align: right;
}

h1.bigger {
	font-size: 1.5em;
	font-weight: bold;
}

.center {
	text-align: center;
}

#footer {
	font-size: 0.8em;
	line-height: 1em;
}

#footer a {
	color: #26007F;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}


a {
	color: #26007F;
	text-decoration: none;
	font-weight: bold;
	background-color: #DDE0ED;
	padding: 0.1em;
}

a:hover {
	text-decoration: underline;
}	

hr {
	color: #26007F;
	height: 1px;
	width: 80%;
}

a.nav {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.3em;
	background-color: #243D9C;
}

a.contact {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.3em;
	background-color: #243D9C;
}

p.contact {
	color: #ffffff;
	font-weight: bold;
	font-size: 0.6em;
}


