/* Specifies normal page text color and size */
text {
font-family:Verdana;
font-size:9pt;
color:black;
}

/* Default page background color */
body {background-color: #999966;}

/* Remove underlines in hyperlinks */
a {text-decoration:none}

/* Table properties */
table
{border-collapse: collapse; font-family: "Verdana", "Tahoma", "Lucida Sans Unicode", lucida, helvetica, sans-serif; font-size: 10pt; margin: 0; padding: 0;}

table a:visited
{color: #777;}

/* */
caption {
	font-size: 1.3em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 1px;
	text-align: left;
	text-transform: uppercase;
}

/* Table Head, Table DIV */
th, td {padding: .1em; vertical-align: 1px;}

/* */
th {text-align: left; text-transform: uppercase;}

/* Default table background color */
tbody th, td {background-color:#FFFFFF;}

/* Default table background color */
tbody a {color: #333333;}

/* Hyperlinks - visited */
tbody a:visited {color: #333333;}

/* Hyperlinks - hover */
tbody a:hover {color: #6600CC; font-weight: bold;}

/* Hyperlinks - active */
tbody a:active {color: #33c;}

/* */
tfoot th {text-align: right;}

/* */
tfoot th:after {}