/* CSS Document */

body {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	background-color: #ffffff;
	color: #444371;
	margin: 0px;
}

h3 {
	font-family: Book Antiqua, Times New Roman;
	color: #444371;
	text-align: center;
	font-size: 28px;
	padding-bottom: 4px;
	margin-bottom: 2px;
}

a {
	color: #453a93;
	text-decoration: none;
}

a:hover {
	color: #888888;
}

input, textarea {
	font-family: Book Antiqua, Times New Roman;
	font-size: 13px;
	color: #59585f;
}

.section {
	font-size: 12px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 750px;
	border-top: solid 1px #f0f0e2;
	border-bottom: solid 1px #f0f0e2;
}

#section_tabs {
	font-size: 12px;
	width: 800px;
	background-color: #e8e7ee;
	border-top: solid 1px #453a93;
	border-bottom: solid 1px #453a93;
}

.tab:hover {
	background-color: #dcd9f3;
}