body {
	background-color: #ffffff;
	background-image: url("pic/bground.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	font-family:Tahoma;
	font-size:14px;
	color: #000000;
}

h1 {
	font-family:Tahoma;
	font-size: 22px;
	color: #8B0000;
}	

h1#faq {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	font-color: #8B0000;
	margin-bottom: 0;
	padding: 3px;
	cursor: pointer;
}
	
h2 {
	font-family:Tahoma;
	font-size: 18px;
	color: #8B0000;
}

h3 {
	font-family:Tahoma;
	font-size: 14px;
	color: #8B0000;
}

p {
	font-family:Tahoma;
	font-size:14px;
	color: #000000;
}

#accent:first-letter { 
	font-size:140%; 
	color: #FF0000;
}

#news {
	font-size: 11px;
	color: #000000;
}
#news:first-line {
	font-weight: bold;
	font-size: 12px;
}

a:link {text-decoration: underline; color: #0000FF}
a:visited {text-decoration: underline; color: #0000FF}
a:hover {text-decoration: none; color: #FF0000}
a:active {text-decoration: none; color: #0000FF}

#content {
	position: absolute;
	top: 140px;
	left: 200px;
	width: 80%;
	height: 75%;
	border: 0px solid red;
	padding: 10px;
	overflow: auto;
	background-color: #ffffff;
	font-family:Tahoma;
	font-size: 14px;
	color: #000000;	
}	

#left {
	background-color: #FFFFFF;
	position: absolute;
	top: 270px;
	left: 20px;
	height: 100px;
	width: 160px;
	filter: chroma(color=#FFFFFF) allowtransparency="true";
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

table {
	border: 0px;
	padding: 10px;
	empty-cells: show;
	width: 98%;
}

th {
	border: 0px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	color: #8B0000;
	font-size: 14px;
}

td {
	border: 0px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	color: #000000;
	font-size: 13px;
}

dt {
	font-size: 15px;
	font-weight: bold;
}

dd {
	font-family:Tahoma;
	font-size:14px;
	color: #000000;
	vertical-align: middle;
}	

img {
	border: 0px;
	margin: 10px;
	vertical-align: middle;
}