body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(../../images/global/bg.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contentTbl {
	background-image: url(../../images/global/bg_content.gif);
	background-repeat: repeat-x;
}

td, p, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*/*/line-height: 1.5em; /* */
	color: #000000;
}
 
p:first-child {margin-top: 0em;}/*starts first paragraph in a TD flush top*/
h1:first-child {margin-top: 0em;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0em;}/*starts first heading in a TD flush top*/
h1 {
	font-size: 125%;
	color: #331C61;
	margin-bottom: -.75em;
}
h2 {
	font-size: 118%;
	color: #97A5C4;
	margin-bottom: -.75em;
}

table td {
	border: 0px;
	padding: 0px;
}

#workText {
	padding: 0px 86px 0px 0px;
}

.descOver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
}
.smallNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

#lyrLoading {
	position: absolute;
	width: 80px;
	left: 40%;
	top: 150px;
}

.myclient {
	color: #97A5C4;
	font-weight: bold;
}
.myError {
	color: #CC0000;
	font-weight: bold;
}
.mySuccess {
	color: #97A5C4;
	font-weight: bold;
}

.textlink a:link {
	color: #3333CC;
	text-decoration: underline;
}
.textlink a:visited {
	text-decoration: underline;
	color: #3333CC;
}
.textlink a:hover {
	text-decoration: none;
	color: #3333CC;
}
.textlink a:active {
	text-decoration: none;
	color: #3333CC;
}

input.myinput {
	font-size: 11px;
	border-top: 1px dashed #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px none #999999;
	font-family: "Courier New", Courier, mono;
	background-color: white !important;
}

textarea {
	font-size: 11px;
	border-top: 1px dashed #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px none #999999;
	font-family: "Courier New", Courier, mono;
}

#emailSubject {display: none;}

.footer a:link {
	color: #666666;
	text-decoration: underline;
	font-size: 9px;
}
.footer a:visited {
	text-decoration: underline;
	color: #666666;
	font-size: 9px;
}
.footer a:hover {
	text-decoration: none;
	color: #666666;
	font-size: 9px;
}
.footer a:active {
	text-decoration: none;
	color: #666666;
	font-size: 9px;
}
.footer {
	padding-top: 5px;
	color: #666666;
	text-align: center;
}
