@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #4f4b4b;
	background-position: center;
	margin: 0px;
	color: #19223F;
}

body a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #19223F;
	text-decoration: underline;
}

body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #671D1E;
	text-decoration: underline;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #E7E7E7;
}

.buttons a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #E7E7E7;
	text-decoration: none;
}

.buttons a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #7E8CB9;
	text-decoration: underline;
}

.bold_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #5C6A8F;
	font-weight: bold;
}

.bold_blue a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #5C6A8F;
	text-decoration: underline;
}

.bold_blue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #671D1E;
	text-decoration: underline;
}

.pic_box {
	margin: 5px;
	border: 1px solid #671D1E;
}

.pic {
	margin: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
