@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
}

.a {
	text-decoration: none;
	color: #ffffff;
}

.a hover {
	text-decoration: underline;
}

.siteArea {
	width: 803px;
}

.searchArea {
	width: 228px;
	height: 49px;
	background: url(../images/header_search_bg.jpg) repeat-x;
	vertical-align: middle;
}

.content {
	float: left;
	margin-top: 8px;
	width: 803px;
}

.catTxt {
	color: #ffffff;
	font-size: 14px;
}

.purpleTxt {
	color: #02007f;
	font-size: 16px;
	font-weight: bold;
}

.purpleTxtsml {
	color: #02007f;
	font-size: 12px;
}

.ul {
	list-style: none;
	list-style-type: none;
}
