/**************************************************************************
*	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: 12px;
	color: #000000;
}
center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
form {
	margin-bottom: 0;
}

/**************************************************************************
*	set link styles:
*	in NN, hover modifier is ignored.
**************************************************************************/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link		{text-decoration: none; color: #E73E5F;}
a:visited	{text-decoration: none; color: #E73E5F;}
a:active	{text-decoration: none; color: #E73E5F;}
a:hover		{text-decoration: none; color: #A486BC;}

a.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
a.email:link		{text-decoration: none; color: #ff0000;}
a.email:visited	{text-decoration: none; color: #ff0000;}
a.email:active	{text-decoration: none; color: #ff0000;}
a.email:hover		{text-decoration: none; color: #666666;}

a.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
a.table:link		{text-decoration: none; color: #000000;}
a.table:visited	{text-decoration: none; color: #000000;}
a.table:active	{text-decoration: none; color: #000000;}
a.table:hover		{text-decoration: none; color: #000000;}

/**************************************************************************
*	set heading styles:
**************************************************************************/

.heading {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.redheading {
	font-weight: bold;
	font-size: 18px;
	color: #ff0000;
}

.red {
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
}

.comment {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

.white {
	color: #ffffff;
}

.bold {
	font-weight: bold;
}

.tab_sub_menu {
	font-weight: bold;
	font-size: 11px;
	color: #7C3F97;
}
