BODY
{	background-color:					#FFFFFF;
	color:								#000000;
}

/* Hyperlinks */
A
{	background-color:					#FFFFFF;
	color:								blue;
}

/* Text */
P
{	font-family:						verdana, sans-serif;
	font-size:							12px;
}
P.Title
{	font-size:							20px;
	font-weight:						bold;
}
P.ErrorMessage
{	font-size:							16px;
}
