.text { color:#CCC; margin-left:auto; margin-right: auto; text-align:left; font-size: 1.0em; font-family: "Palatino", "Georgia", "Palatino Linotype", "URW Palladio L", serif; line-height: 1.4; }
.text a:link {  color: #666666 }
.text a:visited { color: #999999 }
h2 a:link {  color: #EEEEEE }
h2 a:visited { color: #EEEEEE }
h3 { color: white }

.nowrap {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    white-space: nowrap;
}


table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px 1px 1px 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: #999;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 0px;
	border-color: gray gray gray gray;
	background-color: #999;
	-moz-border-radius: 0px 0px 0px 0px;
}

