.style2 { color: white }
BODY
{
	margin			: 0px;
	padding			: 0px;
	background-color: #42413f;
	font-family     : tahoma;
	font-size       : 12px;
}

BODY A
{
	
	font-family     : tahoma;
	font-size       : 12px;
}
p
{
	
	font-family     : tahoma;
	font-size       : 12px;
}
.maintable
{

	margin			: 0px;
	padding			: 0px;
	width			: 100%;
	border			: 0px;

}
.logo1
{

	left			: 164px;
	top				: -9px;
	position		: absolute;
	background-image: url('images/header_image_spring.gif');
	background-repeat : no-repeat;
	width			: 614px;
	height			: 200px;
	
	
}
.logo0
{

	background-image: url('images/logo_spring.jpg');
	background-repeat : no-repeat;
	width			: 290px;
	height			: 200px;	

}

.menui
{

	font-weight		: bold;
	text-transform  : uppercase;
	color           : #2a9221;
	font-family     : Arial;
	font-size       : 14px;
	text-decoration : none;
	padding-left    : 20px;
	padding-bottom  : 5px;
	padding-top	    : 5px;
	border-bottom   : 2px solid darkgray;
	background-color: #efefef;
	

}

.menuitem
{

	border-bottom   : 1px solid darkgray;
	padding-left    : 20px;
	padding-bottom  : 10px;
	padding-top	    : 10px;
}

.menuitem A
{

	font-weight		: bold;
	text-transform  : uppercase;
	color           : #006699;
	font-family     : Arial;
	font-size       : 14px;
	text-decoration : none;
}

.menuitem A:HOVER
{

	font-weight		: bold;
	text-transform  : uppercase;
	color           : black;
	font-family     : Arial;
	font-size       : 14px;
	text-decoration : none;
}


.menuitem2
{

	border-bottom   : 1px dashed darkgray;
	padding-left    : 40px;
	padding-bottom  : 5px;
	padding-top	    : 5px;
	
}

.menuitem2 A
{

	font-weight		: bold;
	text-transform  : uppercase;
	color           : #006699;
	font-family     : Arial;
	font-size       : 12px;
	text-decoration : none;
}

.menuitem2 A:HOVER
{

	font-weight		: bold;
	text-transform  : uppercase;
	color           : black;
	font-family     : Arial;
	font-size       : 12px;
	text-decoration : none;
}

.menuitem_black
{

	padding-left    : 20px;
	padding-bottom  : 10px;
	padding-top	    : 10px;
}

.menuitem_black A
{

	font-weight		: bold;
	text-transform  : uppercase;
	color           : black;
	font-family     : Arial;
	font-size       : 14px;
	text-decoration : none;
}

.menuitem_black A:HOVER
{

	font-weight		: bold;
	text-transform  : uppercase;
	color           : #20a0e6;
	font-family     : Arial;
	font-size       : 14px;
	text-decoration : none;
}

.menu_description
{
	text-transform  : lowercase;
	color           : #bbbbbb;
	font-size       : 11px;
	font-family     : tahoma;	
	
}

.menu_description A
{
	text-transform  : lowercase;
	color           : #bbbbbb;
	font-size       : 11px;
	font-family     : tahoma;	
	
}

.menu_description A:HOVER
{
	text-transform  : lowercase;
	color           : #bbbbbb;
	font-size       : 11px;
	font-family     : tahoma;	
	
}

.text
{

	font-family		: tahoma;
	font-size       : 12px;
	text-align      : justify;
	padding         : 4px;
	line-height     : 18px;

}
H1
{

	font-family     : tahoma;
	font-size       : 23px;
	color           : #20a0e6;

}

H2
{

	font-family     : tahoma;
	font-size       : 13px;
	color           : #20a0e6;

}

.footer
{

	background-color: #1e98e5;
	color 			: white;
	font-family		: tahoma;
	font-size 		: 12px;
	border-right    : 1px solid white;
	border-top      : 1px solid white;
	padding         : 5px;

}

.list LI
{

	font-size 		: 12px;
	list-style-type : square;	
	padding-bottom  : 2px;
	padding-top     : 2px;
	border-bottom   : 1px dashed darkgray;
}

.text A
{
	
	color : #FF7F00;
	font-weight : bold;


}