div.dwtext {
	text-align: left;
	color: Gray;
/*	background-color: White;	*/
/*	visibility: hidden;	*/
}
.dwtext a:active, .dwtext a:focus, .dwtext a:hover, .dwtext a:link, .dwtext a:visited {
	color: Gray;
}
body {
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color : White;
}
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 28px;
line-height: 150%;
font-weight: bold;
margin : 0px;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 120%;
font-weight: bold;
margin : 0px;
}
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 120%;
font-weight: bold;
margin : 0px;
}
h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 110%;
font-weight: bold;
margin : 0px;
}
p {
font-size: 13px;
}
a:link, a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color : Blue;
text-decoration : none;
}
a:hover, a:focus, a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color : Red;
text-decoration : underline;
}
table {
border : none;
padding : 0 0 0 0;
font-size : 13px;
}
th {
text-align: left;
background-color: #EEEEEE;
}
td.bggray {
text-align: left;
background-color: #F1F1F1;
}
li {
font-size: 13px;
list-style-position: outside;
line-height: 130%
}
.copyright {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-style : normal;
line-height : 200%;
color : Gray;
text-align : center;
padding-top : 20px;
}
.copyright a:link, .copyright a:visited {
color : Gray;
}