/* Start of CMSMS style sheet 'ss' */
A:link    {color: #FFFFFF; text-decoration: underline; }
A:active  {color: #FFFFFF; text-decoration: underline; }
A:visited {color: #FFFFFF; text-decoration: underline; }
A:hover   {color: #FFFFFF; text-decoration: none; }

A.sub:link    {color: #FFFFFF; text-decoration: none; }
A.sub:active  {color: #FFFFFF; text-decoration: none; }
A.sub:visited {color: #FFFFFF; text-decoration: none; }
A.sub:hover   {color: #FFFFFF; text-decoration: underline; }

A.subnav:link    { color: #3f5d7f; text-decoration: none; }
A.subnav:active  { color: #3f5d7f; text-decoration: none; }
A.subnav:visited { color: #3f5d7f; text-decoration: none; }
A.subnav:hover   { color: #3f5d7f; text-decoration: underline; }

body {
	background-color: #000000;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffbb56;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f5d7f;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/* End of 'ss' */

