@charset "utf-8";
/* CSS Document */

/*BODY STYLES*/

	Body
	{
	  background-color:#ffffff;
	  font-size:10;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  font-weight: normal;
	  color: #000000;
	  text-decoration: none;
	  margin-top:0px;
	}
	
	a {
		text-decoration:none;
		border:none;
		color: #0f4df5;
		font-weight:normal;
	}
	
	a:hover {
		color: #7f312d;
		text-decoration:underline;
	}
	
	.Underline {
		text-decoration:underline;
	}
	
	a:active {
		color: #7f312d;
	}

	img {
		border:0px;
	}
	
	span {margin:0; padding:0;}
	
	.marginLeft {
	background-image:url(images/marginLeft.gif);
	}

	.marginRight {
	background-image:url(images/marginRight.gif);
	}
	
	.bgWhite {
	background-color:#FFFFFF;
	}
	
	.header1Purple {
	color: #52049b;
	font-size: 20px;
	font-weight:bold;
	}
	
	.header1Orange {
	color: #e5813e;
	font-size: 20px;
	font-weight:bold;
	}
	
	.header1Purple2 {
	color: #52049b;
	font-size: 26px;
	font-weight:bold;
	}
	
	.header1Blue {
	color: #219fd3;
	font-size: 20px;
	font-weight:bold;
	}	
	
	.header1Red {
	color: #ff0000;
	font-size: 20px;
	font-weight:bold;
	}	

.header1Blue2 {
	color: #219fd3;
	font-size: 24px;
	font-weight:bold;
	}		

	.header1DKBlue {
	color: #0000ff;
	font-size: 20px;
	font-weight:bold;
	}	
	
	.textBlueBold14 {
	color: #219fd3;
	font-size: 14px;
	font-weight:bold;
	}
	
	.paddingTop5{
	padding-top:5px;
	}
	
	.paddingTop5 li{
		margin-bottom:6px;
		line-height:16px;
	}

	.txtWhite {
		color: #ffffff;
		font-size: 12px;
		padding: 5px;
	}
	
	.bgFormBlue {
	background-color:#e2f1f9;
	}
	
	.bgFormGray {
	background-color:#e1e5e6;
	}
	
	.bgFormPurple {
	background-color:#ecebfc;
	}
	
	.txtRed {
	color:#FF0000;
	vertical-align:top;
	}
	
	
		
	form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
		margin: 0;
		padding: 0;
		/* width: 100%;
		height: 100%; */
	}
	
	form input, form textarea, form select {
		/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
		width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
		margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
								  label aligns textarea better in IE */
	}
	
	form input#reset {
		margin-left:0px; /* set margin-left back to zero on reset button (set above) */
	}
	
	textarea { overflow: auto; }
	
	form br {
		clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
	}
	

