/*
=Global
*/
* {
	margin:0;
	padding:0;
}
body ,html {
	background-color:#FFF;
}
body {
	margin:0px;
	padding:15px 0px;
	font-size:12px;
	line-height:18px;
	color:#4D4D4D;
}
a {
/*\*/
	overflow: hidden;
/**/
}

/*
=Main layout
*/
#wrap {
	position:relative;
	background-color:#FFF;
	border:1px solid #D9D9D9;
	width:780px;
	margin:10px auto 0px;
	padding:0px;
	text-align:center;
}

/*
=Text
*/
a:link ,a:visited ,a:active {
	font-size:12px;
	line-height:18px;
	color:#409D27;
	text-decoration:underline;
	font-weight:normal;
}
a:hover,a:focus {
	color:#CCC;
	text-decoration:none;
}

/*
=Heading
*/
h1,h2,h3,h4 {
	font-weight:bold;
}
h1 {
	font-size:16px;
	line-height:18px;
	margin-bottom:15px;
}
h2 {
	font-size:14px;
	line-height:16px;
	margin-bottom:10px;
}

/*
=Image
*/
img {
	border:none;
}

/*
=Misc
*/
p {
	margin:0px 0px 20px;
}

#fla_home {
	width:900px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}
#fla_home dl {
	margin-bottom:20px;
}
#fla_home dt {
	float:left;
	clear:both;
	width:70px;
	margin-bottom:5px;
}
#fla_home dd {
	margin-left:70px;
	margin-bottom:5px;
}  
#fla_home ul {
	margin-bottom:20px;
	list-style:decimal;
}
#fla_home li {
	margin:0px 0px 0px 25px;
}
