BODY {
	font-weight: normal;
	background-color: #F9AB71;
}
a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
TD {
	font-family: Tahoma;
	font-size: 12px;
	color: #3E4900;
}
td.subhd1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #01ACBF;
	padding-left: 80px;
}

td.subhd2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CF7000;
	padding-left: 80px;
}

td.subhd3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #D5AC03;
	padding-left: 80px;
}

td.pghd {
    background: url(images/pghd_bg.gif) 0 0 repeat-x;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #7B2E00;
	padding: 2px 0px 2px 5px;
}

td.content1 {
    background-color: #94D3DA;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 4px 4px 4px 4px;
     text-align: justify;
}

td.content2 {
    background-color: #F9D4A8;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 4px 4px 4px 4px;
}

td.content3 {
    background-color: #F7ECBE;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 4px 4px 4px 4px;
}

.blue {
	color: #3C6B8A;
}
.green {
	color: #788F00;
}
.px11 {
	font-size: 11px;
}
.white {
	color: #FFFFFF;
}
.orange {
	color: #FFAE00;
}
.black {
	color: #0F0F0F;
}

/*LISTS*/

.sqlist {
    margin-left: 2px;
    padding-left: 0;
    list-style: none;
    }
	
.sqlist li {	
    padding-left: 10px;
    background-image: url(images/icon_ysq.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
	color:#000000;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
    }

.sqlist li a {	
	color:#000000;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
    }

.sqlist li a:hover, a:visited {	
	color:#000000;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
    }

html[xmlns] .sqlist {
    padding-left: 2em;
    }

html[xmlns] .sqlist li {
    background: none; /* undo the background-image */
    list-style-image: url(images/icon_ysq.gif);
	color:#000000;
    padding: 0;
    }