/*General Styles*/
body {
	background-image : url(images/bg.gif);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	
P{
	font-family : inherit;
	font-size : inherit;
	text-indent : 10px;
	padding : 8px, 8px, 8px, 8px;
	}

A:LINK{
	color : Black;
	text-decoration : none;
}

A:VISITED{
	color : Black;
	text-decoration : none;
}

A:HOVER {
	color : Black;
	text-decoration : underline;
}

td{
	vertical-align : top;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

h4{
	text-align : center;
}

/*Reusable Styles*/

.navcell{
	width : 150px;
	height : 20px;
	text-align : center;
	vertical-align : middle;
	font-size : 14px;
	border : 2px groove #BBBBBB;
}


/*Names Styles*/

#maintable {
	width : 750px;
	height : 600px;	
	border : 1px none #003300;
	background-color : White;
	font-family : inherit;
	font-size : 12px;
}

#topimage {
	width : 750px;
	height : 150px;	
}

#header {
	width : 750px;
	height : 25px;
	text-align : center;
	vertical-align : middle;
	font-weight : bold;
}

#footer {
	width : 750px;
	height : 25px;
	background-color : #EEEEEE;
	text-align : center;
	vertical-align : middle;
}

#navigation {
	width : 750px;
	height : 20px;	
	border-left-color : #EEEEEE;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #EEEEEE;
	border-right-style : solid;
	border-right-width : 1px;
}

#navtable {
	width : 750px;
	height : 30px;	
	background-color : #EEEEEE;
}

#content {
	width : 750px;
	height : 380px;
	border-left-color : #EEEEEE;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #EEEEEE;
	border-right-style : solid;
	border-right-width : 1px;
}

#prodinfo{
	border : thin solid;
	background-color : #CCCCCC;
	width : 145px;
	height : 200spx;
	text-align : center;
	font-family : inherit;
	font-size : 10px;

}

#prodinfomid{
	border : thin solid;
	background-color : #CCCCCC;
	width : 145px;
	height : 200spx;
	text-align : center;
	font-family : inherit;
	font-size : 10px;

}

.textcell{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-indent : 10px;
}

input, textarea {
	background-color: #ffffff;
	border: 1px solid black;
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}