/* Basic Elements */

body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		color: #000000;
}



table {
		font-size: 12px;
		border: 0px solid #000000;
}



h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 22px;
		line-height: 120%;
		margin: 10px 0px 10px 0px;		/* top, right, bottom, left	*/
}



h2 {
		font-size: 16px;
		margin: 10px 0px 0px 0px;		/* top, right, bottom, left	*/
		color: #003399;
}



h3 {
		font-weight: bold;
		font-size: 12px;
		margin: 2px;
}



p {
		font-size: 100%;
}



hr {
		color: #003399;
		margin: 0px 0px 0px 0px;		/* top, right, bottom, left	*/
		height: 1px;
}



ul {
		margin-left: 15px;
		padding: 0px;
}



li {
		margin: 5px 0px 5px 0px;		/* top, right, bottom, left	*/
}



a {
/*		color: #FF6600;
*/
		color: #000066;
		text-decoration: none;
}



a:hover {
		color: #FF6600;
		text-decoration: underline;
}


/* MENU */

.menu {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		color: #FFFFFF;
}

.menu a {
		color: #FFFFFF;
		text-decoration: none;
}



.menu a:hover {
		color: #FF6600;
		text-decoration: none;
}

.menu_container {
		background: #000000 url('menu_container.gif');
		height: 30px;
		background-image: url('images2/furniture/menu_container.gif');
}

.menu_empty_cell {
		height: 20px;
}


.menu_separator {
		width: 20px;
		background-image: url(images2/furniture/menu_separator.gif);
		background-repeat: no-repeat;
		background-position: center center;
}


/* FOOTER */

.footer {

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		color: #FFFFFF;
}


.footer a {
		color: #CCCCCC;
		text-decoration: none;
}


.footer a:hover {
		color: #FF6600;
		text-decoration: none;
}

.footer_separator {
		width: 11px;
		background-image: url(images2/furniture/footer_separator.gif);
}

/* HeaderText */

.headertext {

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		color: #FFFFFF;
}


.headertext a {
		color: #FFFFFF;
		text-decoration: none;
}


.headertext a:hover {
		color: #FF6600;
		text-decoration: none;
}

.headertext_separator {
		color: #FFFFFF;
}


/* Other */

.copyright {

		font-family: Verdana, Arial, Helvetica, sans-serif;

		font-style: normal;

		font-weight: normal;

		font-size: 10px;

		color: #66CCFF;

}