.content {
	font-size: 11px;
}

body {
	background-color: #38003B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Times, Serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a, a:link, a:active, a:visited {
	font-family: Georgia, Times, Serif;
	font-size: 11px;
	color: #842000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	font-family: Georgia, Times, Serif;
	font-size: 11px;
	color: #842000;
	text-decoration: none;
}

.submenu1 {
	color: #842000;
	font-size: 11px;
	text-decoration: none;
	margin-left: 5px;
}
.submenu1:hover {
	color: #d44e00;
}
.submenu1Selected {
	color: #842000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
}

.submenu2 {
	color: #842000;
	font-size: 11px;
	text-decoration: none;
	margin-left: 0px;
}
.submenu2:hover {
	color: #d44e00;
}
.submenu2Selected {
	color: #842000;
	font-size: 11px;
	text-decoration: none;
	margin-left: 0px;
	font-weight: bold;
}
.submenu3 {
	color: #842000;
	font-size: 11px;
	text-decoration: none;
	margin-left: 0px;
}
.submenu3:hover {
	color: #d44e00;
}
.submenu3Selected {
	color: #842000;
	font-size: 11px;
	text-decoration: none;
	margin-left: 0px;
	font-weight: bold;
}


.otsikkoTitle {
	font-family: Georgia, Times, Serif;
	font-size: 11px;
	color: #f3dbb1;
	text-decoration: none;
	font-weight: bold;
}

div.scrollholder
{
	position: relative;
	width: 406px;
	height: 286px;
	overflow: auto;
	z-index: 1;
	left: 70px;   
	top: 10px;   
}

div.scroll
{
    position: absolute;
    left: 0px; top: 6px;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 10px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: url(/images/omaBG_2.jpg) no-repeat;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: url(/images/box.gif);
}  
