/* Default CSS Stylesheet for a new Web Application project */
body
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	color: #003366;
	font-family: Arial, Tahoma, Verdana;
	letter-spacing: normal;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #cccccc;
	SCROLLBAR-TRACK-COLOR: #F9F8F7;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
	SCROLLBAR-BASE-COLOR: #ffffff;
	background-image: url(../images/bg.gif);
	margin: 0px 0px 0px 0px;
}
P
{
	margin: 3px 0 3px 0;	
}
h1
{
	margin: 20px 0px 20px 0px;
	font-size: 18px;	
	text-align: center
}

#imgtable
{
	padding: 20px 63px 0 63px;
	border: solid 0px red;
}
#prodstable
{
	width: 100%;
	padding: 0px 0px 0 6px;
	border: solid 0px black;
}

.subhead
{
	margin: 0px;
	padding: 0 0 15px 0; 
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #ff9933;
}
.subheadblue
{
	margin: 0px;
	padding: 0 0 15px 0; 
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #003366;
}

.copy
{
	text-align: left; 
	width: 500px;
	padding: 10px;
}
.prodimg
{
	border: solid 2px #ff9933;	
	margin: 0 0 0 10px;
}
A:link	
{
	font-family:Arial, Tahoma;
	font-size:12px;
	color: #ff9933;	
	text-decoration: none;
	font-weight: bold;
}	
			
A:visited	
{	
	font-family:Arial, Tahoma;
	font-size:12px;
	color: #ff9933;	
	text-decoration: none;
	font-weight: bold;
}	
		
A:active	
{
	font-family:Arial, Tahoma;
	font-size:12px;
	color: #ff9933;		
	text-decoration: none;
	font-weight: bold;
}	
		
A:hover	
{	
	text-decoration: underline;
	font-family:Arial, Tahoma;
	font-size:12px;
	color: #ff9933;
	font-weight: bold;
}

ol
{
	margin: 5px 20px 5px 25px;
	
}
ul
{
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 5px;
}
#list ul {
		list-style: none;
		margin: 3px 20px 10px 20px;
		padding: 0;
		border: none;
		}
		
#list li 
{
	background: url(../images/check.gif) no-repeat 0 .5em;
	padding: 5px 0 5px 20px;
	color: #ff9933;
	font-weight:bold;
		
}

