/* CSS Document */

a.navtop:link, a.navtop:visited {
	background-color:#2A4E4E;
	border-bottom: 1px solid #1C9D9D;
	color: #FFFFFF;
	font-size:14px;
	display: inline;
	float: left;	
	font-weight: bold;
	width:150px;
	line-height:20px;
	padding-left:10px;
	text-align: left;
	text-decoration: none;	
}
a.navtop:hover{
	background: #333333;
	padding-left:20px;
	width:140px;
	background-image: url(../img/nav_bg.gif);
}
a.navtop2:link, a.navtop2:visited {
	background-color:#2A4E4E;
	color: #FFFFFF;
	font-size:14px;
	display: inline;
	float: left;	
	font-weight: bold;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	text-decoration: none;	
}
a.navtop2:hover{
	background: #246666;
}
body {
	background-color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image:url(../img/bg_main.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
}
a:link {
	color: #00CCCC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #00CCCC;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.style3 {
	font-size: 10px;
	color: #999999;
}
.style6 {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}
h5{
	margin:0px;
}
#website_thumb{
	width:140px;
	margin-left:10px;
	margin-top:10px;
	text-align:center;
	float:left;
}