/* CSS Document */

body {
	background: url(bgbds.jpg) ;
	margin:0;
	font:12px Georgia, "Times New Roman", Times, serif, sans-serif;
	color:#6a6157;
	line-height:12px;
	text-align:justify;
	}

b {
	color:#ea5a2f;
	}

i {
	color:#268ab8;
	}

.small {
	font:10px Georgia, "Times New Roman", Times, serif, sans-serif;
	color:#6a6157;
	}
	
a:link, a:visited, a:active {
	text-transform:uppercase;
	color:#0157a0;
	text-decoration:none;
	}

a:hover {
	color:#0157a0;
	text-transform:uppercase; 
	border-bottom-style:dotted;
	}
	
.transparent_class {

	opacity:0.5;
	filter:alpha(opacity=50);
}


