@charset "utf-8";
/* CSS Document */

/* Text Based Style Elements */

body, td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
}
a:link {
	color: #1E379D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1E379D;
}
a:hover {
	text-decoration: underline;
	color: #84A9CB;
}
a:active {
	text-decoration: none;
	color: #B9D5EE;
}

.TitleMainItem{
	height:auto;
	font-size:18px;
	font-weight:bold;
	margin-bottom:-5px;
	float:left;
}

.SiteMap{
	width:700px;
	height:125px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	margin:0 auto 0 auto;
	padding:25px;
}