/* CSS Document */

BODY {
    MARGIN: 0px;
    BACKGROUND-COLOR: #666699
}

A:link {
	color: #330099;
	text-decoration: none;
}

A:hover {
	color: #660000;
	text-decoration: underline;
}

A:active {
	color: #660000;
	text-decoration: underline;
}

A:visited {
	color: #330099;
	text-decoration: none;
}

.text {
    FONT: 11px/14px Gill Sans, Verdana, Geneva, Arial, Helvetica, sans-serif;
    COLOR: #333333;
	text-align:left;
}

td {
    FONT: 11px/14px Gill Sans, Verdana, Geneva, Arial, Helvetica, sans-serif;
    COLOR: #333333;
}

.intro {
    FONT: 11px/14px Gill Sans, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight:bold;
    COLOR: #330099
}

.thincell {
	border: 1px solid #666699; 
	text-align:left;
}

.lines {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
}

.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
}

.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666699;
}
