@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;
	}
	
p.300	{
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px 20px 5px 20px;
	}
	
p.login	{
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px 20px 0px 20px;
	}
	
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: 18;
	}
	
h2 {
	font-size: 175%;
	}
	
h3 {
	margin: 15px 0px 5px 10px;
	font-size: 120%;
	}
	
h4 {
	margin: 15px 0px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	}
	
h5 {
	font-size: 100%;
	font-weight: bold;
	}

/* 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 1px;
	}
li {
	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);
	
}

/* Styles for the Product Line Table */
table.prod {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
	
h1.prod {
	font-size: 20px;
	font-weight:bold;
	color:#0099CC;
	}
	
td {
	background: inherit;
	}
