/* ------------------------------------------------------- */
/* General */

body {
	background-color: #ffffff;
	font-family: Verdana,sans-serif;
	font-size: 12px ;  
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
h1 {
	font-weight: bold; 
	font-size: 2em; 
	margin: 0px; 
	color: #FF9900;
	font-family: Verdana,sans-serif; 
	text-align: left;
}
h2 {
	font-weight: bold; 
	font-size: 1.3em; 
	margin: 0px; 
	font-family: Verdana,sans-serif; 
	text-align: left;
}
h3 {
	font-weight: bold; 
	font-size: 1em; 
	margin: 0px; 
	font-family: Verdana,sans-serif; 
	text-align: left;
}
h4 {
	font-weight: bold; 
	font-size: 0.9em; 
	margin: 0px; 
	color: #000000;
	font-family: Verdana,sans-serif; 
	text-align: left;
}
h5 {
	font-weight: bold; 
	font-size: 1em; 
	margin: 0px; 
	color: #000000;
	font-family: Verdana,sans-serif; 
	text-align: left;
}
h6 {
	font-weight: normal;
	font-size: 0.7em; 
	margin: 0px; 
	color: #000000;
	font-family: Verdana,sans-serif; 
	text-align: left;
}
a.menu:link {
	font-weight: bold; 
	font-size: 1.3em; 
	color: #0000CC; 
	text-decoration: none;
	line-height: 2;
}
a.menu:visited {
	font-weight: bold; 
	font-size: 1.3em; 
	color: #0000CC; 
	text-decoration: none;
	line-height: 2;
}
a.menu:hover {
	font-weight: bold; 
	font-size: 1.3em; 
	color: #FF9900; 
	text-decoration: none;
	line-height: 2;
}
a.menu:active{
	font-weight: bold; 
	font-size: 1.3em; 
	color: #FF9900; 
	text-decoration: underline;
	line-height: 2;
}
a.footer:link {
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}
a.footer:visited {
	font-weight: bold; 
	COLOR: #FFFFFF; 
	text-decoration: none;
}
a.footer:hover {
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: underline;
}
a.footer:active{
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: underline;
}

#text {
	font-size: 12px;
}