/** BASIC */

#logo {background-image: url(../images/header_try.jpg); height: 185px; padding: 0px;}
#resi {background-image: url(../images/header_resi.jpg); height: 185px; padding: 0px;}
#raw {background-image: url(../images/header_rawland.jpg); height: 185px; padding: 0px;}

table.MainTable{
	width: 689px;
	border: 1px solid #cccccc;
}

table.MainTable td {padding: 5px;}


/** nAVIGATION */

.navigation {
	width: 689px;
	border: 0px;
	font-weight: bold;
	font-size: .8em;
	text-align: center;
	color: #FFFFFF;
	background-color: #094C93;
}

.navigation a {color: #FFFFFF; text-decoration: underline;}
.navigation a:hover, #navigation a:active {color: #999999;}


.subnavigation {
	width: 689;
	border: 0px;
	font-weight: bold;
	font-size: .8em;
	text-align: center;
	color: #000066;
}

.subnavigation a {color: #000066; text-decoration: underline;}
.subnavigation a:hover, #navigation a:active {color: #333333;}
 
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1 {font-size: 1.2em; font-weight: bold; color: #000066;}
h2 {font-size: 0.97em; font-weight: bold; color: #333333;}
h3 {font-size: 1em; font-weight: bold; color: #333333;}


/** TEXTS */

body, th, td, input, textarea, select, p {
	color: #363636;
	font: 0.92em  Verdana, Arial, Helvetica, sans-serif;
}



#footer {
	font-size: .8em;
	text-align: center;
	height: 30px;
	vertical-align: middle;
}

	
.bullets{
	font-size: .92em;
	list-style-type:disc;
}


/** LINKS */

a {
	color: #2c4e74;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

a:active {
	color: #990000;
}



/** BACKGROUNDS */



/** MISC */

.align-justify { text-align: left; }
