/* CSS Document */

body {
	border:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #000066;
	text-align: left;
}

table {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}

A:link {
	color: #0099FF
}

A:visited {
	color: #0066FF
}

A:active {
	color: #00FFFF
}

.bluetext {
	color: #000066
}

.firstpara {
	font-weight: bold;
	font-size: small;

}

.tophead {
	font-size: large;
	font-weight: bold;
}

.proglist {
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.proglisthistory {
	color: #666666;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-decoration: line-through;
}

.greentext {
	color: #33CC00;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.greentextalone {
	color: #33CC00
}

.backtosmall {
	font-size: xx-small;
}
.quote {
	font-weight: bold;
}
.name {
	font-style: italic;
}
.bighead {
	font-size: x-large;
	font-weight: bold;
}

li {
	margin-top: 5px;
}