@charset "UTF-8";
body {
	background-color: #666666;
	text-align: center;
	margin: 0;
}

font,th,td,p {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color : #444444;
	font-size: 10pt;
	
}

a:link,a:active,a:visited{
	color:#3366CC;
	text-decoration: none;
}
a:hover		{ text-decoration: none; color : #FF9900; }

.nav			{
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 8pt;
	color : #ccc;
}
a.nav			{
	text-decoration: none;
	color : #ccc;
}
a.nav:hover		{
	text-decoration: none;
	color: #FF9900;
}
li.nav {
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-size: 10pt;
	color:#666;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #dddddd;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	width:400px;
}
.title{
	font-family: Tahoma,Verdana, Arial, Helvetica;
	color:#666666;
	font-size: 12pt;
	
}
.title2{
	font-family: Tahoma,Verdana, Arial, Helvetica;
	color:#3366CC;
	font-size: 10pt;
	
}
a.title2{
	font-family: Tahoma,Verdana, Arial, Helvetica;
	color:#3366CC;
	font-size: 10pt;
	
}
a.title2:hover		{
	text-decoration: none;
	color: #FF9900;
}

.warning{
	font-family: Tahoma,Verdana, Arial, Helvetica;
	color:#990000;
	font-size: 10pt;
	
}
.banner	{
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 10pt;
	color : #666666;
}
a.banner {
	text-decoration: none;
	color : #666666;
}
a.banner:hover		{
	text-decoration: none;
	color: #FF9900;
}
a.banner:visited		{
	text-decoration: none;
	color: #669999;
}
ul.banner {
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-size: 8pt;
	color : #666666;
}
li.banner {
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-size: 10pt;
	
	width: 400px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.memberName {
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 8pt;
	color : #669999;
	margin-left: 5px;
}

#wrapper {
	width: 700px;
	clear: both;
	text-align: left;
	margin: 10px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #eee;
	background-color:#FFFFFF;
}
#header {
	width: 670px;
	height: 60px;
	background-image:url(../../image/logow.png);
	background-repeat:no-repeat;
	margin:10px 0 0 15px;
}
#banner {
	padding: 0px;
}
#details{
	padding:10px 30px 10px 30px;	
}
#footer {
	clear: both;
	height: 50px;
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color : #666666;
	font-size: 8pt;
	text-align: center;
	padding-top: 0px;
	background-image: url(images/board_bottom.png);
}


