body, p, blockquote {
	background-color: #000000;
	color: #dddddd;
	font-family: verdana, arial, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
}

h1, p.headline {
	background-color: #111111;
	color: #ffffff;
	font-size: 14pt;
	line-height: 16pt;
	padding: 2px;
	display: block;
	font-weight: 700;
}

#content a, #content a:link, #content a:visited  {
	color: #dddddd;
	background-color: #111111;
	text-decoration: none;
	border-bottom: 1px dashed;
}

#content a:hover {
	color: #ffffff;
	background-color: #222222;
	text-decoration: none;
	border-bottom: 1px dashed;
}


#iecontainer {
	text-align: center;
}
#container {
	text-align: left;
	margin: 0px auto;
	width: 95%;
	padding: 1em;
}
td {
	vertical-align: top;
}

img {
	border: 0;
}

td.vert {
	background-repeat: repeat-y;
}
td.horiz {
	background-repeat: repeat-x;
}

.navText {
        padding-left: 2px;
        font-family: helvetica, sans-serif;
        font-size: 14px;
        font-weight: bolder;
        line-height: 16px;
        display: block;
}

.navText a, .navText a:link, .navText a:visited  {
        padding: 2px 2px 2px 2px;
        color: #aaaaaa;
        background-color: #00000;
        text-decoration: none;
        display: block;
}

.navText a:hover {
        padding: 2px 2px 2px 2px;
        color: #ffffff;
        background-color: #222222;
        text-decoration: none;
        display: block;
}

.subnavText {
	padding-left: 2px;
	font-family: helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	display: block;
}

.subnavText a, .subnavText a:link, .subnavText a:visited  {
	padding: 2px 2px 2px 2px;
	color: #aaaaaa;
	background-color: #00000;
	text-decoration: none;
	display: block;
}

.subnavText a:hover {
	padding: 2px 2px 2px 2px;
	color: #ffffff;
	background-color: #222222;
	text-decoration: none;
	display: block;
}

.subSubnavText {
	padding-left: 10px;
	font-family: helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	display: block;
}

.subSubnavText a, .subSubnavText a:link, .subSubnavText a:visited  {
	padding: 2px 2px 2px 10px;
	color: #cccccc;
	background-color: #00000;
	text-decoration: none;
	display: block;
}

.subSubnavText a:hover {
	padding: 2px 2px 2px 10px;
	color: #ffffff;
	background-color: #222222;
	text-decoration: none;
	display: block;
}

#content {
	padding: 9px 6px 9px 6px;
}


ul {
	list-style: none;
	list-style-type: none;
	padding: 0 0 0 7px;
	margin: 0;
}

li {
	list-style-type: none;
	padding: 0 2 0 2px;
	margin: 0;
}

dl {
	padding: 0;
	margin: 0;
	width: 202px;
}

dt {
	padding: 0;
	margin: 0;
}

dd {
	padding: 0;
	margin: 0;
	text-align: left;
}


.masking, li .masking, a .masking {
	list-style-type: none;
	visibility: hidden;
	display: none;
}


* html a .masking {
	visibility: hidden;
	display: none;
}



