/* styles for v5+ browsers */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat;
	background-color: #F5F5F0;
}
body,td,th {
	font: 11px Tahoma, Verdana, sans-serif;
	color: #A75F5F;
}
th {
	font-size: 11px;
	color: #923131;
	font-weight: bold;
}
/* display elements */
h1, h2, h3, h4 {
	margin: .5em 0;
	padding:0;
	color: #923131;
	}
h1 {                                 
	font-size:1.5em;
	}
h2 {
	font-size:1.3em;
	}
h3 {
	font-size:1.1em;
	}
h4 {
	font-size:1em;
	}
p {
	margin: .5em 0;
	font-size:1em;
	}
a {
	color: #CE0000;
	text-decoration: none;
	}
a:hover {
	color: #FC6305;
	}
a img {
	border-color: #D6BF00;
	}
.error {
	color: #ff0000;
	}
.bold {
	font-weight: bold;
	}
.highlight {
	color: #FFE16B;
}
/* hidden elements */
.hide {
	display:none;
	}
/* float elements */
.left {
	float:left;
	}
.right {
	float:right;
	}
.clear-all { /* can be used on a <div> or <br> to avoid collapsing divs - especially ns6 (pc) */
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}

.border1 {
	border: 1px solid;
}
.small {
	font-size: 10px;
}
.bkg-norepeat {
	background-repeat: no-repeat;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	padding-left: 24px;
	background: url(../images/img_bullet06.gif) no-repeat 6px 6px;
	line-height: 20px;
}
ul#leftnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#leftnav li {
	padding-left: 18px;
	background: url(../images/img_bullet02.gif) no-repeat 0px 3px;
	line-height: 18px;
	font-weight: bold;
}
ul#leftnav li ul {
	list-style: none;
	margin: 0;
	margin-left: 0px;
	padding: 0;
}
ul#leftnav li ul li {
	padding-left: 20px;
	background: url(../images/img_bullet02.gif) no-repeat 5px 5px;
	font-weight: normal;
}
.white {
	color: #FFFFFF;
}
.topic 
{
	padding: 10px;
	background-color: #FFB6C1;
	border: 1px dotted White;
	color: #DC143C;
	font-weight: bold;
}
.board_msg 
{
	color: #EF4E6D;
}
.mainbody{font-size:10pt;}
.lmainbody{font-size:12pt;}
.smainbody{font-size:8pt;}

.textbox {
	font: 11px Tahoma, Verdana, sans-serif;
	color: #A75F5F;
}

p.indent {
	text-indent: 2em;
}