body{
        background-image: url(images/blue_back.gif);	
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 10px;
	margin-left: 20px;
	text-transform: none;
	color: #333333;
	white-space:wrap;
}
.hideme {
	visibility : hidden;
	white-space:wrap;
	display:none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.link2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #333333;
        text-decoration: none;
}

.bullet1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3D3D3D;
	list-style-image: url(images/bullet1.gif);
	text-decoration: none;
	list-style-position: inside;
	padding-left: 10px;
}
.bullet1_nb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3D3D3D;
	list-style-image: url(images/bullet1.gif);
	text-decoration: none;
	list-style-position: inside;
	padding-left: 10px;
}
.bullet2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 20px;
	text-align: justify;
	text-transform: none;
	color: #3D3D3D;
	list-style-image: url(images/bullet2.gif);
	text-decoration: none;
	list-style-position: inside;
	padding-left: 30px;
}
.header1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-left: 15px;
	color: #7EBA00;
}

.menu_button {
	background: #7EBA00;
	border: 1px solid #616161;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
#	text-transform: none;
	color: #333333;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.menu_button:hover {
       background-image: url(images/green_back.gif);	
       border: 1px solid #616161;
       cursor:pointer;
       overflow:hidden;
}

.menu_button_sel {
	background: #7EBA00;
        background-image: url(images/green_back.gif);	
	border: 1px solid #323232;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.dropshadow {
    margin:0;
    opacity: .7;                         /* for css-3 browsers, between 0 and 1 */
    filter:alpha(opacity=70);     /* IE only, between 0(%) and 100(%). Proprietary IE code, so the w3c css-validator is not happy ;-)  */
}
