body {
    background-color: #FFFFFF;
    background-image: url(background.gif);
    background-repeat: repeat-y
}

TABLE  {
    font-size : 10px;
    font-family : Arial, Verdana, MS Sans Serif;
    font-weight : normal;
    font-style : normal;
    color : #000000;
    text-decoration : none;
}

A  {
    font-size : 10px;
	font-family : Tahoma, Verdana, Arial, MS Sans Serif;
	font-weight : normal;
	font-style : normal;
	color : #999999;
	text-decoration : underline;
}

A:Visited  {
    font-size : 10px;
	font-family : Tahoma, Verdana, Arial, MS Sans Serif;
	font-weight : normal;
	font-style : normal;
        color : #000000;
	text-decoration : underline;
}

A:Active  {
    font-size : 10px;
	font-family : Tahoma, Verdana, Arial, MS Sans Serif;
	font-weight : normal;
	font-style : normal;
	color : #CCCCCC;
	text-decoration : underline;
}

A:Hover  {
    font-size : 10px;
	font-family : Tahoma, Verdana, Arial, MS Sans Serif;
	font-weight : normal;
	font-style : normal;
	color : #FFFFFF;
	text-decoration : underline;
}

input {
   color: #000000;
   background-color: #FFFFFF;
   font-size: xx-small;
   font-family: Verdana, Arial, MS Sans Serif;
}

.radio {
	color: #000000;
	background-color: #FFFFFF;
}

textarea {
   color: #000000;
   background-color: #FFFFFF;
   font-size: xx-small;
   font-family: Verdana, Arial, MS Sans Serif;
}

select {
   color: #000000;
   background-color: #FFFFFF;
   font-size: xx-small;
   font-family: Verdana, Arial, MS Sans Serif;
}
