/* general page style*/
body {
	font-family: Arial;
	color: #353535;
	font-size: 14px;
	line-height: 18px;
	text-decoration:none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E2E2E2;
}
body a:link, body a:visited{ 
	color: #245C82;
	text-decoration:none;
}
body a:hover{ 
	color: #1A4567;
	text-decoration:none;
}
td {
	font-family: Arial;
	color: #353535;
	line-height: 18px;
	font-size: 14px;
	margin-left: 0px;
}
li {
	font-family: Arial;
	color: #353535;
	font-size: 12px;
	line-height: 16px;
	list-style-type: disc;
	list-style-position:outside;
	margin-left:18px; padding:0px; 
}
.intro{
	font-family: Arial;
	color: #353535;
	font-size: 16px;
	line-height: 20px;
	text-decoration:none;
}
.content{
	font-family: Arial;
	color: #353535;
	font-size: 14px;
	line-height: 18px;
	text-decoration:none;
}
.contentsmall{
	font-family: Arial;
	color: #353535;
	font-size: 12px;
	line-height: 16px;
	text-decoration:none;
}
.contentbullet{
	font-family: Arial;
	color: #353535;
	font-size: 14px;
	line-height: 25px;
	text-decoration:none;
}
#copyright{
	border-top:1px solid #353535;
}

.bottomtxt{
	font-family: Arial;
	color: #353535;
	font-size: 10px;
	line-height: 16px;
	text-decoration:none;
}
.bottomtxt a:link, .bottomtxt a:visited{
	font-family: Arial;
	color: #353535;
	text-decoration:underline;
}
.bottomtxt a:hover{
	font-family: Arial;
	color: #990002;
	text-decoration:underline;
}
html {
	overflow: scroll;
}
