/* CSS Document */
A:link {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #ECA593;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

A:hover {
	color: #AC9CB8;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

hr {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	line-height: normal;
	color: #FFFFFF;
}

.bodytextpurple {
	color: #9999CC;
	font-size: 16px;
	font-weight: bold;
}

.bodytextwhite {
	color: #FFFFFF;
}

.companyname {
	color: #ECA593;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.companyaddress {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.copyright {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 110%;
}

.subheaderpurple {
	color: #9999CC;
	font-size: 20px;
	font-weight: bold;
}

.subheaderwhite {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

.subheaderpeach {
	color: #ECA593;
	font-size: 20px;
	font-weight: bold;
}

.subhd2white {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.subhd2purple {
	color: #AC9CB8;
	font-size: 14px;
	font-weight: bold;
}

img {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 2px solid #FF9999;
}

.imgnone {
	border-top: 8px none #000000;
	border-right: 8px none #000000;
	border-bottom: 8px none #000000;
	border-left: 8px none #000000;
}

.imgblack {
	border: 8px solid #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.imgred {
	border: 1px solid #4A0205;
}

.table-red {
	border: thin solid #FFFFFF;
    background-color: #4A0205;
}

.tr-red {
	background-color: #4A0205;
	border: thin solid #FFFFFF;
}

.tr-peach {
	background-color: #FF6666;
	border: thin solid #FFFFFF;
}

.worksspec {
	font-size: 15px;
	color: #ECA593;
	background-position: center;
	line-height: 100%;
}

.workstitle {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 100%;
}
