body {
	color: rgb(150,150,200);
	font-family: Verdana, Arial;
	font-size: 10pt;
	margin: 0px;
	background-color: black
}

td {
	color: rgb(150,140,200);
	font-family: Verdana, Arial;
	font-size: 10pt;
}

a {
	text-decoration: none;
	color: rgb(105,160,105);
}

a:hover {
	color: rgb(175, 65, 65);
	text-decoration: underline;
}

input, textarea, select {
	border: solid 1px rgb(120,120,190);
	background-color: rgb(20,20,70);
	color: rgb(160,160, 240);
	font-size: 9pt;
	font-family: Arial;
}

.error {
	color: rgb(175, 65, 65);
}

.borderedimage { 
	border: solid rgb(100,100,180) 1px;
}

table.embedded {

}

td.embedded {
	border: solid 1px rgb(30,30,80); 
	background-color: rgb(10, 10, 60);
	text-align: justify;
}
