/* Default CSS Stylesheet for a new Web Application project */

.Tree
{
	font-weight: bold;
	font-size: 12pt;
	color: red;
	font-family: Arial;
}
#TreeControl
{
	font-weight: bold;
	font-size: 14pt;
	color: red;
	font-family: Arial;
	background-color: #ffff66;
}
BODY
{
    FONT-SIZE: 10pt;
    BACKGROUND-IMAGE: none;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #ffffff
}
P
{
    MARGIN-TOP: 0.1em;
    FONT-SIZE: 10pt;
    MARGIN-BOTTOM: 0.2em;
    COLOR: black;
    FONT-FAMILY: Arial
}
H1
{
    FONT-SIZE: 16pt;
    COLOR: #003333;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
DT
{
    FONT-WEIGHT: bold;
    COLOR: #003333
}
DD
{
    MARGIN-LEFT: 1em
}

A:link
{
	color: blue;
	font-family: Arial;
	text-decoration: None;
}
A:active
{
    COLOR: blue;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: transparent;
    text-decoration: None;
}
A:visited
{
    COLOR: blue;
    text-decoration: None;
}
A:hover
{
    FONT-WEIGHT: bolder;
    COLOR: red;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
FIELDSET
{
    BORDER-RIGHT: whitesmoke;
    BORDER-TOP: whitesmoke;
    FONT-SIZE: 10pt;
    MARGIN-LEFT: 15px;
    BORDER-LEFT: whitesmoke;
    BORDER-BOTTOM: whitesmoke;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: left
}
FIELDSET LEGEND
{
    BORDER-RIGHT: whitesmoke;
    BORDER-TOP: whitesmoke;
    BORDER-LEFT: whitesmoke;
    BORDER-BOTTOM: whitesmoke
}
BUTTON
{
    FONT-SIZE: 10pt;
    COLOR: #003399;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: lightgrey
}
H4
{
    FONT-WEIGHT: 800;
    FONT-SIZE: 13pt;
    COLOR: #003333;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center
}
H6
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    FLOAT: left;
    FONT-FAMILY: Arial
}
.btn
{
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BORDER-LEFT: thin outset;
    COLOR: #0000ff;
    BORDER-BOTTOM: thin outset;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #d3d3d3
}
.subMenu
	{
		BORDER-RIGHT: black thin solid; 
		BORDER-TOP: black thin solid; 
		BORDER-LEFT: black thin solid; 
		BORDER-BOTTOM: black thin solid;
	}
.Product
{
	font-size: 8pt;
	font-family: Arial;
}
.Catalog
{
	font-size: 10pt;
	font-family: Arial;
}
TABLE
{
	font-size: 10pt;
	font-family: Arial;
}
