@charset "utf-8";
/* CSS Document */

/* Styles are organized alphabetically by Folders
--------------------------------------------------------- */

Body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
	}
	
p	{
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 5px 15px 10px 15px;
	}
	
	
img	{
	border: 0px;
	}
	
/* This section controls the Headers. See your stylesheet as to where each Header should be used */
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
h1 {
	font-size: 125%;
	font-weight:bold;
	}
	
h2 {
	font-size: 110%;
	font-weight:bold;
	padding: 10 0 5 0px;
	}
	

/* This section sets the style for hyperlinks */
a {
	color: #0099cc;
	text-decoration: underline;
	}
a:hover, a:active, a:focus {
	color: #0000FF;
	font-weight:bold; 
	} 
	
/* This section sets the style for lists */
ul	{
	margin: 0px 0px 0px 30px;
	}
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
/* This section sets the style for tables */
table	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
/* Styles for the Fieldsets */
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#0099CC;
	pading: 20px;
}

fieldset {
	width: 90%;
	margin: 0px 20px 20px 20px;
	border-color:#0099CC;
	background:url(../../MasterImages/1X1BG.jpg);
	
}
