@CHARSET "UTF-8";
body
{
 	font-family:		Verdana,Arial,Helvetica,sans-serif;
 	font-size:			medium;
 	font-style:			normal;
 	font-weight:		normal;
 	background-color:	#ECECFF;
}

h2
{
	font-size:			x-large;
	font-weight:		bold;
	color:				#070089;
	background-color:	#DDDCF7;
}

.error
{
	font-size:			large;
	font-weight:		bold;
	color:				white;
	background-color:	red;
}

.banner
{
	font-size:			x-large;
	font-weight:		bold;
	color:				#070089;
	background-color:	#DDDCF7;
	vertical-align:		middle;
	padding:			10px;
	border-radius:		10px;
	border:				2px solid #10007C;
}

.notes
{
	color:				black;
	font-size:			small;
	font-style:			italic;
	background-color:	#FDFFBF;
	vertical-align:		top;
	padding:			5px;
	border-radius:		10px;
	border:				1px solid black;
}