 body{
margin:0px; 
padding:0px; 
font-size:9px; 
font-weight:none; 
color:#FBCB57; 
word-spacing:2px; 
font-family:Verdana;
background-color:#1F1F1F;
background-image: url(images/bg_03.jpg);
background-position:top center;
background-repeat:repeat-x;
width:100%; 
cursor:default;}

blockquote
{background: url(images/statbg.gif) center bottom no-repeat; 
width:382px; 
color:#FFFCEE; 
font-family:Verdana,Arial,Helvetica,sans-serif; 
font-weight:bolder; 
font-size:6pt; 
height:80px; 
text-align:left; 
margin-left:0px; 
margin-right:0px;}


.stats
{padding-right:85px; 
padding-left:65px; 
padding-top:10px; 
padding-bottom:2px;}

p{
margin-left:15px; 
margin-bottom:1px; 
margin-right:15px; 
font-family:Helvetica,sans-serif; 
font-size:8pt; 
color:#636363; 
text-align: left;}

a{
color: #FFFFFF;
cursor:default; 
text-decoration:none;
font-weight:bold;
font-style:Verdana,Arial,Helvetica,sans-serif;}

a:hover{
color: #FFFFCC;
cursor:default; 
text-decoration:underline;
font-weight:bold;
font-style:Verdana,Arial,Helvetica,sans-serif;}


h1{
	text-align:center;
	margin-top:0px;
	color: #FFFFFF;
	font-size:20px;
	font-family:Times;
	font-weight:normal;
}

h2{
	text-align:left;
	margin-top:0px;
	font-size:9px;
	font-weight:normal;
	font-family:Corsiva;
	text-transform:uppercase;
	color: #E9EEF2;
	margin-bottom:2px;

}
h1:first-letter{
background-position:left; 
background-repeat:no-repeat; 
padding-left:0px; 
padding-right:0px;
font-size:25pt;
text-align:right;
font-variant:small-caps; 
color:#FFFFFF; 
font-family: Times,serif;}

h2:first-letter{
background-position:left; 
background-repeat:no-repeat; 
padding-left:9px; 
padding-right:2px; 
font-size:15pt; 
font-variant:small-caps; 
color:#E9EEF2; 
font-family:Corsiva;}

h3{font-family:Georgia,"Times New Roman",Times,serif; 
font-size:10px; 
font-weight:none; 
width:300px; 
margin-left:25px; 
color:#FFFFFF; 
text-align:left}


#text{
width:382px;
color:#F7BA87;
font-size: 12px;
float:left}

#text a{
color:#4E5375; 
cursor:default; 
text-decoration:none;
font-weight:bold;
font-style:Helvetica,sans-serif;}

#text a:hover{
color:#FFFFFF; 
cursor: crosshair; 
font-weight:bold;
font-style:Helvetica,sans-serif;}

#text img{
	opacity:0.5;
	padding:0px;
	border:2px dashed #E8F8FB;
}

#text img:hover{
	opacity:1.0;
	padding:0px;
	border:2px dashed #FFFFFF;
}

b, strong
{font-variant:small-caps;
color:#8C9193; }

em, i 
{
color:#8BB5CF}

.img{
border:1px #8BB5CF dashed;}
 
.codesort img{
border:1px #8BB5CF dashed; 
margin-left:20px}

ul
{margin-left:6px; 
margin-right:6px}

li
{
list-style-type: cjk-ideographic; 
font-size:11px; 
color:#FFFFFF;
font-weight:bold;}

.codesort li{
list-style-type:hiragana-iroha;
margin-left:2px; 
margin-right: 2px;
font-size:10px; 
color:#FFFFFF}

option, select, input, textarea  
	{ 		background: #1F1F1F;
		border-left:  none; 
border-right:  none; 
border-top: none; 
border-bottom: 1px dashed #FFFFFF; 
		color: #FFFFFF;
text-align:center;
		font: 9px Helvetica,sans-serif; 
text-transform: uppercase;
	}

/* Navigation */

div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: no-repeat  right bottom;
	color: #1F1F1F;
position:absolute;
top:80px;
left:700px;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 2px 5px;
	background: #1F1F1F;
	display: block;
	font-family: serif;
	font-size:8pt;
	border-bottom: 1px dashed #ddd;
	color: #FFFFFF;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #FFFFFF url(linkarrow.gif) no-repeat right center;
	color: #1F1F1F;
		border-bottom: 1px dashed #1F1F1F;
	text-decoration: none;
}