@charset "UTF-8";
/* CSS Document */

/*  =GLOBAL ELEMENTS
-------------------------------------------------------------- */
 
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 100%;
	font-weight:normal;
	background: #fff ;
	color: #606060;
}
 
a:link {
	color: #606060;
}
 
a:visited {
	color: #606060;
}
 
a:hover, a:active {
	color: #606060;
	text-decoration: none;
}
 
h1 {
	color: #;
	font-size: ;
}
 
h2 {
	color: #;
	font-size: ;
}
 
h3 {
	color: #;
	font-size: ;
}
 
h4 {
	color: #;
	font-size: ;
}
 
ol {
	list-style-type: ;
}
 
ul {
	list-style-type:;
}
 
li {
	margin: ;
}

.left {
	float:left;
}
 
.right {
	float:right;
}

.clear {
	clear:both;
}

#list {
	list-style: disc;
	font-size:13px;
	line-height:24px;
	margin-left:40px;
}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:32px;
	padding:10px 40px;
}

