﻿body {
}
.content a:link
{

	font-weight:bold;
	text-decoration:none;
}
 
.content a:hover
{
	
	font-weight:bold;
	text-decoration: underline;
}
.content a:visited
{

	font-weight:bold;
	text-decoration:none;
}
 
.content a:visited:hover
{

	font-weight:bold;
	text-decoration: underline;
}
.download_text_Link{
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:Black;
}
.content_panel{
	background-color:#f8f5d9;
	width:730px;
	padding-left:32px;
	padding-right:32px;
	padding-bottom:22px;
	padding-top:6px;
	color:#000000;
	font-size:11px;
	text-align:justify;
	line-height:24px;
	border-bottom:5px solid #262626;
}


.title_bg{
	background-image:url(../images/title_bg.jpg);
	background-repeat:repeat-x;
	height:27px;
	padding-left:10px;
	padding-top:4px;
	}
#loadarea{
	width:590px;
	margin-top:26px;
	float:right;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
	background-color:#FFFFFF;
	font-weight:bold;
	height:410px;
	border:2px solid #4b4b4b;
}
#thumb_scroller{
	width:110px;
	margin-top:20px;
	float:left;
	}	
.thumbnail{
		border:2px solid #4b4b4b;
		margin:1px 0px !important;
		
}	
.thumbnail:hover
{
    /*#ff0000*/
		border:2px solid orange;
}	
.ListStyle
{
	list-style-type: square;
	list-style-image: none;
	list-style-position: inside;
		
	
}
.clear{
	clear:both;
	font-size:1px;
	}