@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e9e8e8;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.BG_PT01 {
	background-image: url(/images/Zapp_BG_PT01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.BG_PT02 {
	background-image: url(/images/Zapp_BG_PT02.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	vertical-align: top;
}

H1 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
	background-image: url(/images/Tri01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

H2 {
	font-size: 13px;
	font-weight: bold;
	color: #005da1;
	padding-left: 0px;
}

.Ref {
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-right: 10px;
}

td.Title {
	color: #FFFFFF;
	background-color: #005da1;
}

td.Column {
	background-color: #F3F3F3;
	text-align:center
}

table.border {
	border: 1px dotted #999999;
}

.HorLine_Left {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	width: 225px;
}

#Content {
	text-align: left;
}
#Footer {
	border: 1px solid #FFFFFF;
}

#Footer td {
	font-size: 10px;
	color: #FFFFFF;
}



a:link, a:active, a:visited {
	color: #005da1;
	text-decoration: underline;
}

a:hover {
	color: #005da1;
	text-decoration: none;
}


#Footer a:link, #Footer a:active, #Footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#Footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}