/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY:Times New Roman;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

.PageTitle
{
	font-size: 16pt;
	font-weight:bold;
	text-align:center;
	letter-spacing:2;
	color:Red
}
.SectionTitle
{
	background-color:Black;
	color:White;
	font-weight:bold;
	font-size:12pt;
	width:150px;
	text-align:center;
}

.PushButton
{
	color:Black;
	font-weight:bold;
	font-family:Georgia;
	background-color:#C0FFC0;
	text-align:center;
	font-size:10pt;
}
.MyLink
{
	font-size: 10pt;
	font-weight:bold;
	text-align:center;
}

.Address
{
	font-size: 8pt;
	font-weight:bold;
	text-align:center;
}

.ContactUs
{
	font-size: 9pt;
	font-weight:bold;
	text-align:Left;
}
.SectionDiv
{
	font-size: 10pt;
	font-weight:bold;
	text-align:center;
	border-bottom-width:1px;
	border-bottom-color:Black;
	border-bottom-style:solid;
}
.ProductName
{
	font-size: 10pt;
	font-family:Garamond;
	font-weight:bold;
	text-align:center;
}
.ProductDesc
{
	font-size: 9pt;
	text-align:center;
}
.ProductPrice
{
	font-size: 9pt;
	font-weight:bold;
	text-align:center;
	color:Green;
}
.ProductDetailsName
{
	font-size: 14pt;
	font-family:Garamond;
	font-weight:bold;
	text-align:center;
}
.ProductDetailsDesc
{
	font-size: 12pt;
	text-align:center;
}
.ProductDetailsPrice
{
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
	color:Green;
}
.ColumnHeader
{
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
	color:White;
}
.FieldLabel
{
	font-size:9pt;
	font-weight:bold;	
}
.Notice
{
	font-size: 8pt;
	font-weight:bold;
	text-align:Left;
	color:Red;
}