

@import "reset.css";


body {
	font-size:11px;
}

body, table, input, textarea, option, select {
	font-family: 'Lucida Grande','Verdana', sans-serif;
}

p, table, li, input, textarea, option, select, a {
	line-height: 16px;
	color: #888888;
	font-size:11px;

}

p {
	margin-bottom:11px;
}

h1, h2 {
	margin-bottom:11px;
	color: #333333;
}



a:link,
a:visited {
	outline: none !important;
	text-decoration:none;
}

#text a:link,
#text a:visited {
	text-decoration:underline;
}

a:hover,
a.active {
	color: #333333;
}

img {
	border: none; 
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: block;
}

address {
	font-style: normal;
}

#text ul {
	list-style-position:outside;
}

#text li {
	list-style-position:outside;
	list-style-type:disc;
	margin-left:15px;
}