/* Start of CMSMS style sheet 'anne2009-text' */
/* Text styles
----------------------------------------------- */

*
{
	font-family: verdana, helvetica, sans-serif;
	color: #003300;
}

p
{
	font-size: 9pt;
	line-height: 2em;
	margin-bottom: 14pt;
}

li,
label
{
	font-size: 9pt;
	line-height: 2em;
}

caption,
th
{
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.7em;
}

/*
input,
textarea,
td
{
	font-size: 9pt;
	line-height: 1.7em;
}

th
{
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}
*/


/* Headers
----------------------------------------------- */

h1
{
	color: #0b9d00;
	font-size: 14pt;
	font-weight: normal;
	margin-top: 2pt;
	margin-bottom: 4pt;
}

h2
{
	color: #0b9d00;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 8pt;
	margin-bottom: 6pt;
}

h3
{
	color: #0b9d00;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 10pt;
	margin-bottom: 4pt;
}



/* Lists
----------------------------------------------- */

ul,
ol
{
	margin-bottom: 14pt;
}

ul li
{
	margin-left: 1.4em;
}

ol li
{
	margin-left: 2em;
}

.say_no_to_bullets
{
	list-style-type: none;
}

.say_no_to_bullets li
{
	margin-left: 0em;
}

.separated li
{
	margin-bottom: 1em;
}



/* Links
----------------------------------------------- */

a
{
	color: #0b9d00;
}

a:link
{
	text-decoration: underline;
}

a:visited
{
	color: #92009d;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}
/* End of 'anne2009-text' */

