body {
	background-color: #001033;
	color: #ccd8ff;
	font-size: 12pt;
	font-family: "arial", courier, sans-serif;
}
A:link { color: #FFFFFF; }
A:active { color: #e19bf8; }
A:visited { color: #cccccc; } 

p {
	color: #CCd8ff;
	font-size: 12pt;
	font-family: "arial", courier, sans-serif;
	background-color: #001033;
}

table {
    width: auto;
    margin-bottom: 20pt;
    border-collapse: separate;
}
    

td { 
	color: #CCd8ff;
	font-size: 12pt;
	font-family: "arial", sans-serif ;
	background-color: #001033;
    vertical-align: middle;
    padding: .5em;
}




.header14pt { font-size: 14pt; }
.header16pt { font-size: 16pt; }

.text15pt { font-size: 15pt; }
.text10pt { font-size: 10pt; }
.cancel { color: #FF9900; }
.required {
	color: #ff8040;
	font-weight: bold;
}
