@CHARSET "UTF-8";
@import url(/css/content.css);
@import url(/css/baner.css);
@import url(/css/right.css);
@import url(/css/bottom.css);

a { outline: none; color: #004AB2; }
a:hover { color: #4700A3; }

p {
    margin: 10px 0 10px 0;
    padding: 0;
}

img { vertical-align: middle; }

a img { 
    border: 0;
    vertical-align: middle;
}

html {
	background: white url('/images/topBg.png') top;
	background-repeat: repeat-x;
	height: 102px;
}
body {
	margin: 0 auto;
	width: 917px;text-align: center;
	font-family: Arial;
	font-size: 14px;
	color: #413b3b;
}