/* CSS Document */
html,body,div,p,ul,li,dt,dd,form,input,select,button,textarea,iframe,table,th,td
	{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
}

img {
	border: 0 none;
	vertical-align: center;
}

ul,li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

body,input,select,button,textarea {
	font-size: 12px;
}

button {
	cursor: pointer;
}

i,em,cite {
	font-style: normal;
}

aside section,.body {
	display: block;
	width: 1000px;
	margin: 0 auto;
}

p {
	font-family: "Arial Unicode MS";
	font-size: 14px;
}

a,a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	
}

a:active,a:hover {
	text-decoration: none;
	color: #d00000;
	text-decoration: underline;
}

a:focus {
	outline: none;
}