/**************************************************************************
*	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: #000000;
}
form {
	margin-top: 0;
	margin-bottom: 0;
}
.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.selectbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/**************************************************************************
*	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: underline; color: #0072bc;}
a:visited	{text-decoration: underline; color: #0072bc;}
a:active	{text-decoration: underline; color: #0072bc;}
a:hover		{text-decoration: underline; color: #37afff;}


/**************************************************************************
*	set generic styles:
**************************************************************************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0;
	margin-top: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 0;
	margin-top: 0;
}

.mandatory {
	color: #0033cc;
	font-weight: bold;
}

.not_mandatory {
	color: #000000;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.mini {
	font-size: 10px;
}

.ttip {
	border: 1px;
	solid: black;
	font-size: 12px;
	layer-background-color: lightyellow;
	background-color: lightyellow
}