@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../graphics/bg.gif);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #343333;
	text-align:justify;
}
a:link {
	color: #040;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #040;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #040;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #040;
	font-weight:bold;
}
.border {
	border:#8B8B5C dashed 1px;
}
.borderIMG {
	border:#8B8B5C solid 1px;
}
.Font_wht {
	color:#FFF;
}
.Fine_txt {
	font-size:10px;
}
.Pagetitles {
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
}
.Subtitles {
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
}
.FloatL {
	float:left;
	margin-right:10px;
	border:#CACCA5 1px solid;
	padding:3px;
}
.FloatR {
	float:right;
	margin-left:10px;
	border:#CACCA5 1px solid;
	padding:3px;
}
LI {
	list-style-image:url(../graphics/bullet.png);
	margin:5px;
}
.invisdiv {
	display: none;
}
.visdiv {
	display:block;
}

