/* CSS Document */
body {
background-image:url(../images/misc/body-bg.jpg);
background-position:top;
background-repeat:repeat-x;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#FFFFFF;
}
.div-content {
	overflow:auto;
	overflow-x:hidden;
	height:300px;
	width:100%;
	
	/* scrollbar-face-color: #7C7C7C;
	scrollbar-highlight-color: #7C7C7C;
	scrollbar-3dlight-color: #7C7C7C;
	scrollbar-darkshadow-color: #7C7C7C;
	scrollbar-shadow-color: #7C7C7C;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #7C7C7C; */
}

/*TEXT*/
.text-footer {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
color:#666666;
}
.text-footer-red {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
color:#BF2828;
}
.text-pagetitles {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
line-height:18px;
color:#D19A26;
}
.text-red {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#CC3333;
}
.text-orange16 {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
line-height:18px;
color:#FF9900;
}

/* LINK */
table#footer a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
table#footer a, table#footer a:link{
	text-decoration:none;
	color:#666666;
}
table#link-white a:hover{
	text-decoration:none;
	color:#FFCC00;
}
table#link-white a, table#link-white a:link{
	text-decoration:none;
	color:#FFFFFF;
}

/* BORDER */
.border-bottom-dashed {
	border-bottom:1px dashed #666666;
}
.border-pic {
	border-bottom:1px solid #ffffff;
}
.link-thumb img {
border: 1px solid #ffffff;
}
.link-thumb:hover img {
border: 1px solid #FFCC00;
}

	
