/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 8pt;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	background-color: white;
}
TABLE
{
	font-size: 8pt;
	color: #1c1c1c;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
.TBox
{
	    FONT-SIZE: 8pt;
}
.PButton
{
	    FONT-SIZE: 8pt;
	    cursor: hand;
}
.DownloadButton
{
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
}
.PageTemplate
{
	table-layout: fixed;
	background-image: url(support/images/back1.gif);
	width: 768px;
	background-color: aliceblue;
}
.LeftMargin
{
	border-right: steelblue 1px solid;
		background-color: lightskyblue;
	width: 150px;
}
.HText
{
	display: none;
}
H1
{
	font-weight: bold;
	font-size: 12pt;
}	
		
H2	{	

	}	
	
A:link
{
	color: steelblue;
	text-decoration:	underline;
}	
		
A:visited	{	
	color: steelblue;
	text-decoration:	underline;
	}	
		
A:active	{	
	color: steelblue;
	text-decoration:	underline;
	}	
		
A:hover	
{
	color: red;
	text-decoration:	underline;
	}
.Menu
{
	filter: alpha(opacity=100)
}
.MenuItem
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 10px;
	cursor: hand;
	color: steelblue;
	padding-top: 0px;
	background-color: aliceblue;
}
.TopMenuItem
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 5px;
	cursor: hand;
	color: black;
	padding-top: 2px;
	
}
.CartDisplay
{
	font-weight: bold;
	font-size: 8pt;
	border-bottom: white 1px solid;
}
.Product
{
	font-weight: bold;
	font-size: 10pt;
}
.StateMessage
{
		font-weight: bold;
	font-size: 10pt;
}
.Footer
{
	background-image: url(support\images\logo_back.gif);
	color: white;
}
