@charset "utf-8";
/* CSS Document */
body {
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; /* was small */
	color: black;
	font-weight:normal;
}

form { 
	margin: 0px;
}
.blue_smb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0000FF;
	font-weight: bold;
}
.grey_smb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #E4E4F0;
	font-weight: bold;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: small; */
	color: #0000FF;
	font-weight: bold;
}
.red_smb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	font-weight: normal;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000022;
	font-weight: normal;
}
.white_smb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}
.white_fancy {
	font-family: "Times New Roman", times, serif;
	font-size: 18pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style:italic;
}
.yellow_smb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFF00;
	font-weight: bold;
}
