/**************************************************************************
*	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: HelveticaNeue, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
}

center, td, span {
	font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a:link		{color: #6699cc;}
a:visited	{color: #6699cc;}
a:active	{color: #6699cc;}
a:hover		{color: #c6323f;}

/**************************************************************************
*	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;
}

li {
	list-style: url(images/dot.gif);
}

h1 {
	font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C3AAD4;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 6px;
}

p {	
	font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
/**************************************************************************
*	set form element styles:
**************************************************************************/
form {
	margin-top: 0;
	margin-bottom: 0;
}

input, select {
	font-family: HelveticaNeue, 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: HelveticaNeue, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-weight: 700;
	font-size: 11px;
	color: #0066ff;
}

.not_mandatory {
	font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-weight: 700;
	font-size: 11px;
	color: #000000;
}


/**************************************************************************
*	set specific styles:
**************************************************************************/

#title {
	font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C3AAD4;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

.black {
	color: #000;
}
