/* LM Index CSS Document */

/*Zeroing*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
text-align:center
}

#wrapper {
	text-align: left;
	width: 674px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

#logo {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 8px;
}

#index_menu {
}

#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 25px;
}

#text a {
	color: #000000;
	text-decoration: none;
}

#text a:hover {
	color: #F7AE14;
	text-decoration: none;
}
