	/* CSS Document */
	
	body {
	 background-color:#000000;
	}
	
	h1 {
		color:#CE2C78;
		font-family: AvantGarde, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;

		font-size:18px;
		line-height:20px;
		margin-top:3px;
		margin-bottom:3px;
		font-weight:bold;
	}
	h2 {
		color:#F7941E;
		font-family: AvantGarde, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		letter-spacing:1px;
		font-size:16px;
		line-height:18px;
		margin-top:3px;
		margin-bottom:3px;
		font-weight:bold;
	}
	.bodytext {
		color:#FFFFFF;
		font-family: AvantGarde, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;

		font-size:13px;
		line-height:16px;
	}
	.bodytext a:link{
		color:#F7941E;
		font-family: AvantGarde, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;

		font-size:13px;
		line-height:16px;
	}.bodytext a:visited{
		color:#F7941E;
		font-family: AvantGarde, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;

		font-size:13px;
		line-height:16px;
	}.bodytext a:hover{
		color:#FFFF00;
		font-family: AvantGarde, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;

		font-size:13px;
		line-height:16px;
	}.bodytext a:active{
		color:#F7941E;
		font-family: AvantGarde, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;

		font-size:13px;
		line-height:16px;
	}
	.footer {
		color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
	}
	.footer a:link {
		color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
	}
	.footer a:visited {
		color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
	}
	.footer a:hover {
		color:#FF0000;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
	}
	.footer a:active {
		color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
	}
	.copyright {
		color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		text-decoration:none;
		font-weight:bold;
	}
	.smalltext {
		color:#FFFFFF;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		line-height:12px;
	}
	ul li {
		list-style-image:url(../images/green_check.jpg);
	}
	ol li{
		margin:5px 0 15px 0;
	}
	
	input {
	 background-color:#D7E5F2;
	 color:#102132;
	 border:solid 1px #284279;
	 font-size:10px;
	 font-family:Georgia, "Times New Roman", Times, serif;
	}
	textarea {
	 background-color:#D7E5F2;
	 color:#102132;
	 border:solid 1px #284279;
	 font-size:10px;
	 font-family:Georgia, "Times New Roman", Times, serif;
	}
	.button {
	background-color:#cccccc;
	 color:#102132;
	  font-size:10px;
	  border:solid 1px #284279;
	}
	.radio {
	background-color:#ffffff;
	 color:#102132;
	  font-size:10px;
	  border:none;
	}
