
@charset "utf-8";
/* CSS Document */

/*   This next line gives proper CSS formatting in the HTML editor
 <style type="text/css" >
*/


body {
	color: rgb(102, 51, 51);
	background-color: rgb(213, 205, 202);
	margin-top:0px;
	top:0;
	font-family:Arial, Helvetica, sans-serif;
}

#companyInfo  {
	position:absolute; 
	top: 150px; 
	left:63px; 
	text-align:center;
	color:#ffffff;
}

#companyInfo A:link, #companyInfo A:visited, #companyInfo A:hover  {
	text-decoration: none;
	color:#ffffff;
}

#companyInfo h1 {
	font-size:26px;
}

#companyInfo h2 {
	font-size:20px;
}

#companyInfo h2.small {
	position:relative;
	top: 0; 
	font-size:11px;
	color:#C4BCB9;
	font-weight:normal;
}
	
#companyInfo h3 {
	position:relative;
	top: 0; 
	font-size:16px;
	font-weight:bold;
}

#companyInfo h4 {
	position:relative;
	top: -10px; 
	font-size:12px;
	font-weight:normal;
	}

.navbar A:link,  A:visited, A:hover {
	text-decoration: none;
	color:#663333
}
A:link {
	text-decoration: none;
	color:#663333
}
A:visited {
	text-decoration: none;
	color:#663333;
}

/*
A:visited { text-decoration: none; color:"#663333" }
    text-align:center; text-shadow:#000000 2px 2px 3px; FILTER: shadow(Color=#000000, Direction=135, Strength=2);"><h1 
*/

.navbar {
	font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
	color:#663333;
	font-size:12px;
	font-weight:bold;
}
.navbar A:hover {
	text-decoration: none;
	color:#C08181;
}

}
.footerNavbar {
	color:#663333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.footerNavbar A:hover {
	text-decoration: none;
	color:#C08181;
}


