﻿/*Orig Css Code*/
@charset "utf-8";
.Style1 {
}

a.Links:link {color: #ccc396;  font-style: normal;}
a.Links:active {color: #ccc396;  font-style: italic;}
a.Links:visited {color: #ccc396;  font-style: normal;}
a.Links:hover {color: #ffffff;  font-style: italic;}

.text {	font-size: small;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}



.textbold {	font-size: small;
font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.textred {	font-size: small;
	font-weight: bold;
	color: #862811;
	font-family: Arial, Helvetica, sans-serif;
}

.textred A:link {color: #862811;  font-style: normal;}
.textred A:active {color: #862811;  font-style: italic;}
.textred A:visited {color: #862811;  font-style: normal;}
.textred A:hover {color: #862811;  font-style: italic;}

.textredbold {	font-size: small;
	font-weight: bold;
	color: #862811;
	font-family: Arial, Helvetica, sans-serif;
}
.headersgreen {	font-size: large;
	font-weight: bold;
	color: #275208;
	font-family: Arial, Helvetica, sans-serif;
}
.textgreen {	font-size: small;
    font-weight: bold;
	color: #275208;
	font-family: Arial, Helvetica, sans-serif;
}
.textgreenbold {	font-size: small;
	font-weight: bold;
	color: #275208;
	font-family: Arial, Helvetica, sans-serif;
}
.titles {	color: #5f5b46;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

