body {
	margin: 0px;
	padding: 0px;
}
td {
	font-size: 13px;
	line-height: 150%;
	color: #333333;
}
p {
	text-indent: 2em;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#menu {
	font-weight: bold;
	color: #FFFFFF;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.left {
	padding: 1px;
	border: 1px solid #EBEBEB;
}
.right {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
.title {
	font-size: 13px;
	color: #0b65a1;
	background-image: url(../images/title-bg.jpg);
	background-repeat: repeat-x;
	height: 31px;
	font-weight: bold;
	letter-spacing: 4pt;
	filter: Shadow(Color=666666, Direction=down);
	padding: 0px;
}
.title2 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	padding-left: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	height: 31px;
	padding-top: 5px;
}
.ul1 {
	margin: 0px;
	padding: 2px;
}
.ul1 li {
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 10px;
	list-style-type: none;
}
.red {
	color: #FF0000;
}
.margin {
	margin-top: 5px;
}
.date {
	color: #999999;
}
.service:link, .service:visited, .service:active, .service:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 35px;
	padding-top: 3px;
}

