a {
	color : #0000CC;
	text-decoration : none;
}

a:hover {
	color : #CC0033;
	text-decoration : none;
}

b {
	font-weight : bold;
}

body {
	background-color: #CCCCFF;	
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : left;
}

p {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
}

h1 {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : large;
}
h2 {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : medium;
}
table {
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align : left;
}

td.blue {
	background-color : #6666FF;
	color : #FFFFFF;
	font-weight : bold;
	text-align : right;
	white-space: nowrap
}

td.bluel {
	background-color : #6666FF;
	color : #FFFFFF;
	font-weight : bold;
	text-align : left;
}

td.pale {
	background-color : #CCCCFF;
}

td.pale2 {
	background-color : #CCCCFF;
	color : #6666FF;
}

tr, td {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : left;
}

/* classes */
.small {
	font-size : xx-small;
}
.rt {
	text-align ; right
}


