﻿#site_map h2
{
	font-family: Verdana;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	font-style: normal;
	color: #4d7ca8;
	margin: 5px 15px 0 14px;
	padding: 0 0 0 0;
	text-align: left;
}
#site_map h2 a
{
	color: #4d7ca8;
	text-decoration: none;
}
#site_map h2 a:hover
{
	text-decoration: underline;
}
#site_map ul
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	color: #A6A7A8;
	list-style-type: square;
	margin: 5px 15px 0 14px;
	padding: 0 0 0 30px;
	text-align: justify;
}
#site_map ul a
{
	color: #797a7c;
	text-decoration: none;
}
#site_map ul a:hover
{
	color: #4d7ca8;
	text-decoration: underline;
}

