/* CSS Default */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS Document */

.text1{ font-family:: Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none color:#6d6d6d; margin-top:5px }
.text1 a:visited{font-family:: Arial, Helvetica, sans-serif; font-size:11px;  text-decoration:none; color:#6d6d6d;}
.text1 a:link{font-family:: Arial, Helvetica, sans-serif; font-size:11px;  text-decoration:none; color:#6d6d6d;}
.text1 a:hover{font-family:: Arial, Helvetica, sans-serif; font-size:11px;  text-decoration:underline; color:#FFFFFF;}


body {
	font: 70%/100% Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
.menu {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
.menu a {
	padding: 14px 10px;
	display: block;
	color: #6d6d6d;
	width: 144px;
	text-decoration: none;
	font-weight: 500;
	background: url(images/button.gif) no-repeat center center;
}
.menu li em {
	margin-top: 10px;
	background: url(images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 10px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

#bottompanel{width:100%; height:20px; clear:both;}
#bottompanel ul li{display:inline; padding-left:6px;}

.imghover{ opacity:0.3;filter:alpha(opacity=30);}
.imghover:hover{ opacity:0.9;filter:alpha(opacity=99);}


