/**************************************************************************
*	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;
	scrollbar-face-color: #a6ce38;
	scrollbar-highlight-color: #ffffff;
	scrollbar-base-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #ffffff;
}
center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
 margin-top: 0;
 margin-bottom: 0;
}
 
input, select {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 height: 16;
}

input.button {
 height: 24;
}

/**************************************************************************
*	set link styles:
*	in NN, hover modifier is ignored.
**************************************************************************/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a:link		{text-decoration: bold; color: #a6ce38;}
a:visited	{text-decoration: bold; color: #a6ce38;}
a:active	{text-decoration: bold; color: #a6ce38;}
a:hover		{text-decoration: bold; color: #000000;}

a.list:link		{text-decoration: bold; color: #000000;}
a.list:visited	{text-decoration: bold; color: #000000;}
a.list:active	{text-decoration: bold; color: #000000;}
a.list:hover		{text-decoration: bold; color: #000000;}


/**************************************************************************
*	set generic styles:
**************************************************************************/
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #000000;
}

.sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	color: #a6ce38;
}

.admin_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	font-style: bold;
	font-weight: 700;
	color: #000000;
}

.admin_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	font-style: bold;
	font-weight: 700;
	color: #000000;
}

.list_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: bold;
	font-weight: 700;
	color: #ffffff;
}

.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.mandatory {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-weight: 700;
	font-size: 11px;
	color: #0066ff;
}

.not_mandatory {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-weight: 700;
	font-size: 11px;
	color: #000000;
}