@charset "utf-8";

body 
{
	background-image: url(images/bg_img.gif);
	line-height: 21px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "trebuchet ms";
	font-size: 11px;
	text-decoration: none;
	color: #CCC;
	text-align: justify;
}
.linex {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
}

.ltitle {
	font-family: "trebuchet ms";
	font-size: 14px;
	font-weight: bold;
	color: #39F;
	text-decoration: none;
}
.btitle {
	font-weight: bold;
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.btitle_link {
	font-weight: bold;
	font-family: "trebuchet ms";
	font-size: 11px;
	color: #FC0;
	text-decoration: none;
}

a:link {
	text-decoration:none;
	color:#FC0;
	font-family: "trebuchet ms";
	font-size: 11px;
}

a:visited {
	text-decoration:none;
	color:#CCC;
	font-weight: bold;
}

.button {
	font-family: "trebuchet ms";
	font-size: 11px;
	background-color: #399;
	color: #FFF;
	height: 21px;
	width: 80px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}

