/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border-color:#958786;
}
.title1 {
	color: #295492;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	align: center;
	text-align: center;
}
.title2{
	color: #295492;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.subTitle {
	color: #295492;
	font: bold;
}
.mainTxt {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-image: url(../images/list.gif);
}
.menu  {
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #295492;
	list-style-type: none;
	line-height: 13px;
}
.active {
	background-color: #EBF0FA;
}
a:link {color: #295492; text-decoration: none; }
a:active {color: #666666; text-decoration: none; }
a:visited {color: #295492; text-decoration: none; }
a:hover {
	color: #958786; 
	text-decoration: none; 

}