/* CSS Document */

.scrollarea {
width: 400px;
height: 100px;
overflow-y: scroll;
overflow-x: hidden;
}

.bg_for_inner
{
background-color: #ffe1e1;
background-image: url(../images/bg_image.jpg);
background-repeat: no-repeat;
background-position: top;
	}



.headline {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color: #CC0000;
}

.comment_text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
}



.black10 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}


.white20 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:20px;
color:#000000;
font-weight:bold;
}

.white15 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:15px;
color:#000000;
font-weight:bold;
}

.white12{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.black10{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}

a.left_link:link, a.left_link:visited
	{
		background-repeat: no-repeat;
		background-position: bottom right;
		font-family: Tahoma, Verdana;
		font-size: 14px;
		font-weight: bold;
		text-align:right;
		color: #CC0000;
		text-decoration: underline;
		line-height: 20px;
		display: block;
		padding: 0 0 0 1px;
	}

a.left_link:hover
	{
		background-position: bottom right;
		font-family: Tahoma, Verdana;
		font-size: 14px;
		font-weight: bold;
		color: #FF0000;
		text-align:right;
		text-decoration: none;
		line-height: 20px;
		display: block;
		padding: 0 0 0 2px;
	}
	
.bottomlink:link{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
text-decoration:none;
}

.bottomlink:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
text-decoration:none;
}

.bottomlink:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#CC0000;
text-decoration:none;
}

.read10{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:10px;
color:#CC0000;
}

