.BorderLeft {
	background-image: url(../images/LeftBorder.jpg);
}
.BorderRight {
	background-image: url(../images/RightBorder.jpg);
}
.padding {
	margin: 5px;
	padding: 5px;
}

.BorderBottom {
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #039;
}
.BorderTop {
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #039;
}
.BorderAll {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: groove;
	border-top-color: #039;
	border-right-color: #004BE8;
	border-bottom-color: #004BE8;
	border-left-color: #039;
}
.BlueLine {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0D54A4;
}
.Main_Text_14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #21409A;
	font-weight: bold;
	padding: 2px;
	margin: 1px;
}
.Main_Text_12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #21409A;
	font-weight: normal;
	line-height: 18px;
	padding: 0px;
	margin: 5px;
}
.Main_Text_14_HEADER {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #21409A;
	font-weight: bold;
	text-decoration: underline;
}
a:link {
	color: #003;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 5px;
	padding: 5px;
}
a:visited { color: #003;
	text-decoration: none;
	margin: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;} 
	
a:hover {
	color: #003;
	text-decoration: underline;
	margin: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
	background-color: #36F;
}
.Blue_Background {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #C1DFEE;
	background-color: #039;
	margin: 3px;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #C1DFEE;
}

