@charset "utf-8";

* {
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 1.4em;
}

body {
	background-color:#ffffff;
}

a 			{ text-decoration: none; }
a:link		{ color: #0066CC; text-decoration: none; }
a:visited	{ color: #0066CC; text-decoration: none; }
a:hover		{ color: #FF9900; text-decoration: none; }
a:active	{ color: #0066CC; text-decoration: none; }



#bottom { clear: both; margin: 0 0 0 0;}
#footer { clear: both; border-bottom: 5px #0164C9 solid; }
#footer { height: 20px;}
#footer ul {
}
#footer li { float: left; background:url(mark.jpg) no-repeat 8px 5px; padding: 0 0 0 15px; list-style-type:none; }

#copy p { text-align: center; }
#copy #top_address { line-height: 1.8em; text-align: center;}


ul#text_comment {
	margin:10px 0 10px 10px;
}
li {
	list-style-type:disc;
	list-style-position:inside;
}


