/* CSS Document */

body {
	background-color: #75896A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #75896A;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

.Container 
{
	height: 0px;
}

#Scroller-1 { 
  position: relative; 
  top: 0px; left: 25px;
  width: 370px;
  height: 435px;
  overflow: hidden;
}

.Scroller-Container 
{
  position: relative;
  top: 0px; left: 0px;
}

.Scrollbar_Up {
	cursor: pointer;
	position: relative;
	width: 29px;
	height: 35px;
	left: 400px;
	top: -435px;
}

.Scrollbar_Down {
	cursor: pointer;
	position: relative;
	top: -70px;
	width: 29px;
	height: 35px;
	left: 400px;
}
.style2 {
	color: #75896A;
	font-weight: bold;
}
.red {
	color: #D90000;
	font-weight: bold;
}
