@charset "utf-8";
/* CSS Document */
<!--
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FE83FF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.mike:link {
	color: #FE83FF;
	text-decoration: none;
}
a.mike:visited {
	text-decoration: none;
	color: #FE83FF;
}
a.mike:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.mike:active {
	text-decoration: none;
	color: #FE83FF;
}

body {
	background-image: url(page_bg.jpg);
}
.menutext {
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	padding-top:10px;
}
.LOG {
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.LOG2 {
	font-family: tahoma;
	font-size: 11px;
	color: #f2f2f2;
}
.style1 {
	font-family: tahoma;
	font-size: 11px;
	color: #ff84ff;
	font-weight: bold;
}
.more {
	font-family: tahoma;
	font-size: 11px;
	color: #ff84ff;
}
.dummytext {
	font-family: tahoma;
	font-size: 11px;
	color: #CCCCCC;
}

#pscroller1{
background-image:url(/images/index/logo2.JPG); 
background-repeat:no-repeat; 
background-position:right bottom;
width: 248px;
height: 100px;
padding: 5px;
background-color: #0E0E0E;
font-family:tahoma;
color:#FFFFFF;
font-size:11px;
text-align:left;
text-align:justify;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
-->