body {
	font-family: arial;
	text-align: center;
	margin: 10px 10px 10px 10px;
}
a {
	font-weight: bold;
	color: #102FB2;
	background-color: #F1F1FA;
	text-decoration: underline;
}
a:link {
	color: #102FB2;
	background-color: #F1F1FA;
	text-decoration: underline;
}
a:visited {
	color: #102FB2;
	text-decoration: underline;
}
a:hover {
	color: #4242EA;
	text-decoration: underline;
}
a:active {
	color: #4242EA;
	text-decoration: underline;
}
h3 {
	text-align: center;
}
#content {
	text-align: center;
	width: 970px;
}
#navpath {
	font-weight: bold;
	font-size: 12px;
}
#container {
	width: 800px;
	text-align: left;
	font-size: 14px;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	border-top: #2521C2 1px solid;
	border-right: #2521C2 20px solid;
	border-bottom: #2521C2 1px solid;
	border-left: #2521C2 20px solid;
}
.submitbtn {
	width: 100px;
}
#prolist li {
	font-weight: bold;
}
#footdis {
	text-align: center;
	font-size: 12px;
	color: #E51313;
}
#footer {
	clear: both;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
}