body {
	color: rgb(60, 60, 60);
	background-color: rgb(255, 255, 224);
	alink: rgb(60, 60, 60);
	link: rgb(60, 60, 60);
	vlink: rgb(60, 60, 60);
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
}

table {
	align: center;
}


td {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
}

.bluebox { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-right-color: rgb(153, 153, 153); 
	border-top-width: 1px; 
	border-top-style: none; 
	border-top-color: rgb(153, 153, 153); 
	border-left-width: 1px; 
	border-left-style: none; 
	border-left-color: rgb(153, 153, 153); 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: rgb(153, 153, 153); 
	font-family: monospace;
	font-size: 12pt;
	background-color: rgb(200,215,250); 
}

.bluebox-textarea { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-right-color: rgb(153, 153, 153); 
	border-top-width: 1px; 
	border-top-style: none; 
	border-top-color: rgb(153, 153, 153); 
	border-left-width: 1px; 
	border-left-style: none; 
	border-left-color: rgb(153, 153, 153); 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: rgb(153, 153, 153); 
	font-family: monospace;
	font-size: 10pt;
	background-color: rgb(200,215,250); 
}

.buttons { 
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgb(60, 60, 60);
	background-color: rgb(255,190,190); 
}

dt {
	font-weight: bold;
	color: rgb(206, 0, 0);
}

.monobold {
	font-family: monospace;
	font-size: 16pt;
	font-weight: bold;
}

img {
	border: none;
}

a {
	color: rgb(100, 100, 255);
	text-decoration: none;
}

a:hover {
	color: rgb(206, 0, 0);
	text-decoration: underline;
}
 	
.submitLink {
	color: rgb(100, 100, 255);
	text-decoration: none;
   background-color: transparent;
   border: none;
   cursor: pointer;
   cursor: hand;
}

.submitLink:hover {
	color: rgb(206, 0, 0);
	text-decoration: underline;
}

