/**************************************************************************
*	set default styles:
*	in NN, center and td don't inherit from body, so need to define as same.
**************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

center, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 5;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 5;
}

blockquote {
	margin-top: 5;
	margin-bottom: 0;
	margin-left: 15;
}

ul {
	margin-top: 5;
	margin-bottom: 0;
	margin-left: 25;
}

ol {
	margin-top: 5;
	margin-bottom: 0;
	margin-left: 35;
}

/**************************************************************************
*	set form element styles:
**************************************************************************/
form {
	margin-top: 0;
	margin-bottom: 0;
}

/**************************************************************************
*	set link styles:
*	in NN, hover modifier is ignored.
**************************************************************************/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a:link		{color: #ffffff;}
a:visited	{color: #ffffff;}
a:active	{color: #ffffff;}
a:hover		{color: #ffffff;}

/**************************************************************************
*	set specific styles:
**************************************************************************/


