body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
	color: #000;
}

h2 {
	color: #CC9419;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 16px;
}

.Body_Left {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	text-align: left;
	color: #000;
	margin: 0px;
}
.Body_Center {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	color: #000;
}
.Body_Center_Purple {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	color: #666699;
}
.Heading1_Gold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C98F07;
}
.Heading1_Gold a:link {
	color: #C98F07;
}
.Heading1_Gold a:visited {
	color: #C98F07;
}
.Heading1_Gold a:hover {
	color: #666699;
}
.Heading1_Gold a:active {
	color: #C98F07;
}



a:link {
	color: #666699;
}
a:visited {
	color: #666699;
}
a:hover {
	color: #000;
}
a:active {
	color: #666699;
}

/*images*/
.img_left {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.img_right {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}
/* Links Footer*/
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
.footer a:link {
	color:#FFF;
	text-decoration:none;
}
.footer a:visited {
	color:#FFF;
	text-decoration:none;
}
.footer a:hover {
	color:#000;
	text-decoration:underline;
}
.footer a:active {
	color:#FFF;
	text-decoration:none;
}

h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.h3_bkg {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
}

/* Copyright Footer*/
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #666699;
}

.Copyright a:link {
	color: #666699;
}
.Copyright a:visited {
	color: #666699;
}
.Copyright a:hover {
	color: #000;
}
.Copyright a:active {
	color: #666699;
}
.Heading1center {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

/*BULLETS Margin Control*/
ul {
	padding:0;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
	line-height: 18px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
} 
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 5px 0 10px;
}
