* { margin:0; padding:0; } 

body { background-color:#666; } 
a:link {color: #ffffff; text-decoration: underline; }
a:active {color: #e0e0e0; text-decoration: underline; }
a:visited {color: #e0e0e0; text-decoration: underline; }
a:hover {color: #000000; text-decoration: none; }



.header{
	background:url(images/header.jpg) top left repeat-x; }

.undermenu{
	color:#FFFFFF;
	text-align:center;
	font-size:26px;
	font-weight:bolder;
	position: relative;
	top: -9px;
	}
	
.main{
	color:#FFFFFF;
	text-align:left;
	font-size:18px;
	font-weight:normal;
	position: relative;
	top: -9px;
	}

.bottom{
	color:#FFFFFF;
	text-align:center;
	position:relative;
	width: 100%;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	}

#tic {
  /* enter any styles for the ticker below */
 width: 400px;
	height: 85px;
	width: 100%;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	color:#FFF;
	background-color:transparent;
	text-align:center;
	font-size:15px;
	position: inherit;
	
			
}
#tic * {
  /* this will hide all children tags */
  font-size: 1em;
  margin:0px;
  padding:0px;
  display:none;
  vertical-align:central;
}
#tic a {
  /* add more tags to this list if you wish to display them inside the children */
  display:inline;
  vertical-align:central;
}


