/* CSS Document */

body { 
	margin: 0;
	padding: 0;
	background-color: #c9d2df;
}
td,ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #4b4b4b;
}
.border_left {
	background-image: url(images/border_left.gif);
	background-repeat: repeat-y;
}
.border_right {
	background-image: url(images/border_right.gif);
	background-repeat: repeat-y;
}
.bg_header {
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
}
.bg_content {
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-x;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #0f2f58;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #820304;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #0f2f58;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.footerlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0f2f58;
	font-weight: bold;
	text-decoration: none;
}
.footerlink:visited {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footerlink:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.largelink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0f2f58;
	font-weight: bold;
	text-decoration: underline;
}
.largelink:visited {
	font-size: 14px;
	font-weight: bold;
	color: #820304;
}
.largelink:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.footer_leftmargin {
	padding-left: 7px;
	padding-bottom: 10px;
}
.linkindent {
	padding-left: 15px;
}
.bg_contentredside {
	background-image: url(images/bg_contentredside.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 20px 5px 17px;
}
.bg_contentblue {
	background-image: url(images/bg_contentblue.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 11px 15px 11px;
}
.header {
	font-size: 14px;
	font-weight: bold;
}
.message {
	font-size: 16px;
	font-weight: bold;
	color: #0f2f58;
	font-family: georgia, garamond, serif;
}
.row1 {
	background-color: #e2e3e0;
	padding: 3px;
}
.row2 {
	background-color: #eeede8;
	padding: 3px;
}
.row_title {
	background-color: #0f2f58;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}
.border {
	border: 1px solid #0f2f58;
}