@import url('/lib/css/style.css');

body {
	background-image: url('/lib/img/BgFadeBlue.gif');
}

a.color:link {
	color: #043383;
}
a.color:visited {
	color: #043383;
}
a.color:hover {
	color: #043383;
	text-decoration: underline;
}

.Main {
	
}

.date {
	color: #043383;
	margin-top: 15px;
}

.ContentLeft {
	border-right: 1px solid #043383;
	color: #043383;
}
.ContentLeft p {
	color: #043383;
}

.PHBack {
	background-image: url('/lib/img/PageHeadBlue.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.Form {
	background-color: #E5E6F2;
}

.Divider {
	border-bottom: 1px solid #043383;
	width: 100%;
	height: 1px;
	margin: 0px 0px 10px 0px;
}

.TipsCell02 {
	border-right: 1px solid #043383;
	border-left: 1px solid #043383;
}
