@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../SiteImages/back-01.jpg);
}
.TableMain {

}
.SpaceAllAroundLarge {
	padding: 20px;
}
.SpaceAllAroundSmall {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.TextMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C6196;
	line-height: 19px;
}
.TextTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3474B4;
	line-height: 25px;
	font-weight: bold;
}
.TextTitleNoBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #2C6196;
	line-height: 25px;
}

.TextTitle2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3474B4;
	line-height: 22px;
	font-weight: bold;
}

.TextTiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #78A8D8;
	line-height: 12px;
}
.LineTopDashed {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #96C6F5;
	border-right-color: #96C6F5;
	border-bottom-color: #D2E9FF;
	border-left-color: #96C6F5;
}
.LineBottomDashed {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #96C6F5;
	border-right-color: #96C6F5;
	border-bottom-color: #96C6F5;
	border-left-color: #96C6F5;
}

.LineRightDashed {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #96C6F5;
	border-right-color: #96C6F5;
	border-bottom-color: #96C6F5;
	border-left-color: #96C6F5;
}
a.LinkLeft:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;

}

a.LinkLeft:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;

}
a.LinkLeft:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
a.LinkMain:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	font-weight: bold;

}

a.LinkMain:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F00;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;

}
a.LinkMain:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a.LinkBox:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background-color: #3474B4;
	margin: 5px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 19px;
	border: 1px solid #261204;

}

a.LinkBox:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background-color: #3474B4;
	margin: 5px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 19px;
	border: 1px solid #261204;
}
a.LinkBox:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	margin: 5px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 19px;
	border: 1px solid #000;
}
