body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background : #000066;
	color : #ffffff;
	topmargin: 0px;
	
	SCROLLBAR-FACE-COLOR: #ff0000; 
	SCROLLBAR-HIGHLIGHT-COLOR: #efefef; 
	SCROLLBAR-SHADOW-COLOR: #efefef; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #ff0000; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #006699;
	}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #ffffff;
}

.footer a {
	text-decoration: underline;
	color: #ffffff;
}

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

.footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.content {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140% ;
	background : #000066;
	color : #ffffff;
	topmargin: 0px;
}	

.content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight: bold;
	color: #99ffff;
}

.content a {
	color: #99ffff;
	text-decoration: underline;
}

.content a:hover {
	color: #ffffff;
	text-decoration: none;
}

.content a:visited {
	color: #99ffff;
	text-decoration: underline;
}

.navmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px ;
	font-weight: bold ;
}


.navmenu a {
		color: #cc0000;
		text-decoration: underline;
}

.navmenu a:hover {
	text-decoration: none;
	color: 	#000066;
}

.navmenu a:visited {
	color: #cc0000;
	text-decoration: underline;
}

.homemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px ;
	font-weight: bold ;
}


.homemenu a {
		color: #cc0000;
		text-decoration: underline;
}

.homemenu a:hover {
	text-decoration: none;
	color: 	#ffffff;
}

.homemenu a:visited {
	color: #cc0000;
	text-decoration: underline;
}

.smalltype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #ffffff;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 8px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 15px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top right no-repeat;
}

