@charset "utf-8";
/* CSS Document */
a:link {
	color:#060;
	text-decoration: inherit
}
a:visited {
	color:#060;
	text-decoration: inherit
}
a:active {
	color: #9C6;
	text-decoration: inherit
}
a:hover {
	color: #990;
	text-decoration: inherit
}

p {
     margin:5px;
     line-height:20px;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Tahoma";
}
ul{
	list-style-type:none;
	margin:3px;
	sty
}
li{
	padding:0;
	margin-left:2px;
	margin-top:2px;
	margin-bottom:2px;
}
h3{
	color:#FF0;
	padding:2px;
}
h4{
	color:#FF0;
}
body{
	font-family:Tahoma;
	background-image: url('../images/bg02.gif');
	font-size:12px;
	color:#060;
}

td{
	font-family:Tahoma;
	font-size:12px;
	color:#060;
}


.tblForum{
	border:1px dotted #0066CC;
}