/* CSS Document */

body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

form {
margin: 0;}

.tdwhite {
width: 680px;
color: #ffffff;}

.linktext a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999999;
text-decoration:underline;}

.linktext a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999999;
text-decoration:underline;}

.linktext a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999999;
text-decoration:none;}

.linktext a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999999;
text-decoration:underline;}


.white:link {
color: #ffffff;
text-decoration: underline;}


.white:visited {
color: #ffffff;
text-decoration: underline;}


.white:hover {
color: #ffffff;
text-decoration: none;}


.white:active {
color: #ffffff;
text-decoration: underline;}


.yellow:link {
color: #FFCC00;
text-decoration: underline;}


.yellow:visited {
color: #FFCC00;
text-decoration: underline;}


.yellow:hover {
color: #FFCC00;
text-decoration: none;}


.yellow:active {
color: #FFCC00;
text-decoration: underline;}

