/* Start of CMSMS style sheet 'platinum' */
body {

	background-color:#000000;
	background-image:url(images/bg-main.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#454444;
}

.ItalicText {
	font-style:italic;
	}
.ItalicBoldText {
	font-style:italic;
	font-weight:bold;
	}
.BoldText {
	font-weight:bold;
	}
.SmallText {
	font-size:12px;
	}

.imgindent {margin:0 10px 0 0; float:left;}
.imgindentRight {margin:0 0 0 10px; float:right;}


.Header {
	font-size:22px;
	}

.SubHeader {
	color:#352b26;
	font-size:16px;
	font-weight:bold;
	}

.CenterText {
	text-align:center;
	}
.CenteredTable {
	text-align:center;
	}
.FooterText {
	color:#5b485f;
	font-size:11px;
	}

a:link {
	color:#1c3d67;
	text-decoration:underline;
	}
a:visited {
	color:#1c3d67;
	text-decoration:underline;
	}
a:hover {
	color:#454444;
	text-decoration:none;
	}
a:active {
	color:#1c3d67;
	text-decoration:underline;
	}
.bottomLinks a:link {
	font-size:11px;
	color:#5b485f;
	text-decoration:none;
}
.bottomLinks a:visited {
	font-size:11px;
	color:#5b485f;
	text-decoration:none;
}
.bottomLinks a:hover {
	font-size:11px;
	color:#454444;
	text-decoration:underline;
}
.bottomLinks a:active {	
	font-size:11px;
	color:#5b485f;
	text-decoration:none;
}


.input
 	{
	color:#352b26;
	background:#FFFFFF;
	border:1px solid #352b26;
	font-family:Arial, Helvetica, sans-serif;
 	}
.inputSubmit
 	{
	background:#bbd5e6;
	border: 1px solid #352b26;
	height:25px;
	width:60px;
	font-size:11px;
	color:#352b26;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
 	}
.inputMultiLine
 	{
	background:#FFFFFF;
	border: 1px solid #352b26;
	height:90px;
	width:188px;
	color:#352b26;
	font-family:Arial, Helvetica, sans-serif;
 	}

td
	{ 
	color: #454444;
	background-color: transparent;
	}

.centered {
	margin: 0 auto;
}
/* End of 'platinum' */

