<!-- 	
p			{ font-family: verdana,geneva; font-size: 12px; color: "#000000" }
td			{ font-family: verdana,geneva; font-size: 12px; color: "#000000" }
body		{ font-family: verdana,geneva; font-size: 12px; color: "#000000" }
.calendar	{ font-family: verdana,geneva; font-size: 11px; color: "#000000" }
.red		{ font-family: verdana,geneva; font-size: 11px; color: "#CC0000"; font-weight: bold }
.caption	{ font-family: verdana,geneva; font-size: 11px; color: "#333333" }
.sub		{ font-family: verdana,geneva; font-size: 11px; color: "#66CC33" }
.footer		{ font-family: verdana,geneva; font-size: 11px; color: "#999999" }
.small		{ font-family: verdana,geneva; font-size: 11px; color: "#000000" }
.header1	{ font-family: verdana,geneva; font-size: 15px; color: "#66CC33"; font-weight: bold }
.header2	{ font-family: verdana,geneva; font-size: 14px; color: "#853385"; font-weight: bold }
.air		{ font-family: verdana,geneva; font-size: 11px; color: "#333333"; font-weight: bold }
h1			{ font-family: verdana,geneva; font-size: 15px; color: "#66CC33"; font-weight: bold }
h2			{ font-family: verdana,geneva; font-size: 14px; color: "#853385"; font-weight: bold }
h3			{ font-family: verdana,geneva; font-size: 13px; color: "#000000"; font-weight: bold }
h4			{ font-family: verdana,geneva; font-size: 14px; color: "#000000"; font-weight: bold }
a:link		{ color: #660066 }
a:visited	{ color: #FF6600 }
a:active	{ color: #853385 }
a:hover		{ color: #853385; text-decoration: underline }
 -->
 
 
a.link_orange {
	color: #ff6600;
	text-decoration: none;
}

a.link_orange:visited {
	color: #ff6600;
	text-decoration: none;
}

a.link_orange:hover {
	color: #660066;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}		
 /* news ticker */

.tickercontainer { /* the outer div with the black border */
	border: 1px solid #3497FF;
	background: #3497FF; 
	width: 408px; 
	height: 20px; 
	margin: 0; 
	padding: 0
	overflow: hidden;
	
	position:absolute;
	top:4px;
	left:4px;
}


.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 8px;
	top: 4px;
	width: 390px;
	overflow: hidden;
}

*html .tickercontainer .mask {
	top: 2px;
}

ul.newsticker { /* that's your list */
	position: relative;
	left: 400px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #3497FF;
	color: #ffffff;
	font: bold 11px arial, verdana, helvetica;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ffffff;
	font: bold 10px arial, verdana, helvetica;
	margin: 0 50px 0 0;
	text-decoration: none;
}

ul.newsticker a:hover {
	color: #666666;
}
 
ul.newsticker span {
	margin: 0 10px 0 0;
} 

/*#ticker {
	width: 900px;
	background-color: #000;
	height: 34px;
}*/

#box_ticker {
	position: relative;
	background-color: #fff;
	width: 420px;
	height: 30px;
	margin: 20px 0px 15px 140px;
	border: 2px solid #3497FF;;
}

*html #box_ticker {
	height: 32px;
}

/* shopping pages */

#subheader {
	position: relative;
	margin-top: 30px;
	margin-left: 20px;
}
		
.subheader {
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	font-size: 20px;
	color: #FF3334;
}