.title{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}
.subtitle{
	font-size:14px;
	line-height:18px;
}
.orange{
	color:#FF6600;
}
.grey{
	color:#4f4f4f;
}
.bold{
	font-weight:bold;
}

body{
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
}
img{
	border:none;
}

#global{
	width:995px;
	height:588px;
	margin:0;
	padding:0;
	z-index:2;
}

#header{
	width:100%;
	height:110px;
}
#logo{
	margin: 20px 0 20px 12px;
	border:none;
}
#title{
	margin: 0px 0 7px 15px;
	border:none;
}
#desc{
	margin: 20px 0 20px 80px;
	border:none;
}




#menu {
	position: absolute;
	margin-left:10px;
	z-index:100;
	width: 972px;
	height: 32px;
	background-image:url(../img/fd_basMenuH.gif);
	background-position:bottom;
	background-repeat : repeat-x;
}
#menu dl {
	float: left;
	margin: 0;
	border-width:1px;
	border-color:#b1b3b4;
	border-style:solid;
	width: 160px;
	height:25px;
}
#menu dt {
	padding:5px 0 5px 5px;
	height:15px;
	cursor: pointer;
	font-weight: bold;
	background:#d0d0d1;
	color:#000;
	text-align:left;
	font-size:11px;
	background-image:url(../img/fd_menuH.gif);
	
}
#menu dd {
	position: absolute;
	margin:0;
	width: 160px;
	background:#dadadc;
}
#menu ul{
	margin:0;
	padding:0;
	padding-bottom:5px;
	width: 100%;
	background-image:url(../img/fd_basSsMenuH.gif);
	background-position:bottom;
	background-repeat : repeat-x;
}
#menu li {
	padding:2px 2px 2px 4px;
/*	height:15px;*/
	width: 95%;
	text-align: left;
	list-style-type:none;
	font-size:11px;
	font-weight: bold;
	cursor:pointer;
}
#menu li, #menu li a, #menu dt, #menu dt a {
	color:#000;
	text-decoration: none;
}
#menu dt:hover, #menu dt a:hover, #menu li a:hover, #menu li:hover, #menu .sel {
	color:#FF6600;
}


#htmlContent{
	position:relative;
	margin:50px 0 0 35px;
	width:535px;
	height:370px;
}
#htmlContent a, #contentFAQ a{
	color:#ff6600;
	text-decoration:none;
}
#htmlContent a:hover, #contentFAQ a:hover{
	text-decoration:underline;
}
#frame{
	position:absolute;
	top:15px;
	left:15px;
	width:505px;
	height:345px;
	overflow:hidden;
}
#frame .scroll{
	width:22px;
	height:340px;
	position:absolute;
	right:0;
}
#flashContent{
	float:right;
	width:385px;
	height:450px;
	padding-right:16px;
	padding-top:2px;
	z-index:0;
}

#footer{
	margin:15px 0 0 10px;
	font-size:12px;
	padding:0;
	border:0;
}

#footer a:hover{
	text-decoration:underline;
}
#friends a{
	color:#ff6600;
	text-decoration:none;
	font-size:16px;
}
#links a{
	color:#000000;
	text-decoration:none;
	font-size:9px;
}
#time{
	padding:2px 5px 2px 5px;
	background:#FF6600;
	color:#000000;
	text-decoration:none;
	letter-spacing: -0.5px;
}
#timeleft{
	color:#FFFFFF;
}