@charset "utf-8";
/* CSS Document */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c50002;
	margin-right: 12px;
	margin-left: 12px;
}

.TextMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2323dc;
	text-decoration: none;
	margin-right: 12px;
	margin-left: 12px;
}

a.TextMain {
	color: #2323dc;
	text-decoration: none;
}

a.TextMain:active {
	color: #c50002;
	text-decoration: none;
}

a.TextMain:visited {
	color: #2323dc;
	text-decoration: none;
}

a.TextMain:hover {
	color: #c50002;
	text-decoration: underline;
}

a.TextMain:visited:hover {
	color: #c50002;
	text-decoration: underline;
}


.TextFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	padding: 5px;
}
a.TextFooter {
	color: #FFFFFF;
	text-decoration: none;
}

a.TextFooter:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.TextFooter:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.TextFooter:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.TextFooter:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



.TextNavLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2000df;
	text-decoration: none;
	padding: 4px;
}
a.TextNavLeft {
	color: #2000df;
	text-decoration: none;
}

a.TextNavLeft:active {
	color: #c50002;
	text-decoration: none;
}

a.TextNavLeft:visited {
	color: #2000df;
	text-decoration: none;
}

a.TextNavLeft:hover {
	color: #c50002;
	text-decoration: underline;
}

a.TextNavLeft:visited:hover {
	color: #c50002;
	text-decoration: underline;
}



.TextSearchAdv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c50002;
}
a.TextSearchAdv {
	color: #c50002;
}
a.TextSearchAdv:active {
	color: #2000df;
	text-decoration: none;
}
a.TextSearchAdv:visited {
	color: #c50002;
}
a.TextSearchAdv:hover {
	color: #2000df;
}
a.TextSearchAdv:visited:hover {
	color: #2000df;
}





.BoxOutline {
	border: thin solid #2000df;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}