* .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033D6D;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
}
.text_a:link {
color: #0A9E54;
}
.text_a:visited {
color: #096236;
}
.text_a:hover {
color: #037D40;
}
.text_b:link {
color: #F9FBFB;
}
.text_b:visited {
color: #ADC4D4;
}
.text_b:hover {
color: #E2E9EF;
}
* .bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #29668f;
}
* .footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F8F9FB;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
}
* .table {
	background-image: url(images/comp2_04.jpg);
	background-repeat: no-repeat;

}
* .left {
	background-image: url(images/BG_05.jpg);
	background-repeat: repeat;
	background-position: left top;
}
* .right {
	background-image: url(images/BG_06.png);
	background-repeat: repeat;
	background-position: right top;
}
* .tableLARGE {
	background-image: url(images/large_BG_03.jpg);
	background-repeat: no-repeat;
}
* .repeat {
	background-image: url(images/repeat_large_04.jpg);
	background-repeat: repeat;
}
ul {
	margin: 0px;
	list-style-type: circle;
}
li {
	margin: 0px;
	list-style-type: disc;
	list-style-position: inside;
}

/* edit.com */

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

.NormalText, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033D6D;
    text-decoration: none;
	font-weight: normal;
	text-transform: none;
	font-style:normal;
}

.SubjectHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #033D6D;
	font-weight: bold;
}

* td.GrayBorder { border-bottom: solid 1px #999; padding: 15px; }
* td.text {	padding: 15px;}