/**************************************************************************
*	set default styles:
*	in NN, center and td don't inherit from body, so need to define as same.
*
* n.b. these settings affect all inherited styles.
**************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

center, td, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:link		{color: #000000;}
a:visited	{color: #000000;}
a:active	{color: #000000;}
a:hover		{color: #006633;}

a.side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
a.side:link		{color: #666666;}
a.side:visited	{color: #666666;}
a.side:active	{color: #666666;}
a.side:hover		{color: #000000;}

a.sidebig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}
a.sidebig:link		{color: #000000;}
a.sidebig:visited	{color: #000000;}
a.sidebig:active	{color: #000000;}
a.sidebig:hover		{color: #666666;}

/**************************************************************************
*	set default styles that inherit from body:
*
* n.b. these settings affect all inherited styles.
**************************************************************************/
blockquote {
	margin-top: 5;
	margin-bottom: 0;
	margin-left: 15;
}

ul {
	margin-top: 5;
	margin-bottom: 5;
	margin-left: 25;
}

ol {
	margin-top: 5;
	margin-bottom: 5;
	margin-left: 35;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #c6323f;
	margin-top: 0;
	margin-bottom: 5;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #c6323f;
	margin-top: 0;
	margin-bottom: 5;
}

/**************************************************************************
*	set form element styles:
**************************************************************************/
form {
	margin-top: 0;
	margin-bottom: 0;
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 16;
}
input.square_button {
	height: 18;
}
input.square_button_small {
	height: 14;
}
input.round_button {
	height: 23;
}
input.gobutton {
	height: 20;
}


.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;
}


/**************************************************************************
*	set specific styles:
**************************************************************************/
.smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.bigwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-style: bold;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.bigtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}

