/* Default CSS Stylesheet for a new Web Application project */

BODY, P {
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

DIV.border {
    FONT-SIZE: 1.5em;
    border:1pt;
    border-width:1pt;
    border-style:solid;
    border-color:black;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    margin-left:5%;
    margin-right:5%;
}

BR.page
 {
   page-break-after: always

 }

textBox.noscro     { overflow: auto }

TD {
    FONT-SIZE: .8em;
}

PRE {
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE:1em;
    margin-top:0pt;
    margin-bottom:0pt;
    word-wrap:break-word;
}

TD.big {
    FONT-SIZE: 1em;
}

TD.bigger {
    FONT-SIZE: 1.2em;
}


TD.under {
    border:0pt;
    border-bottom-width:1pt;
    border-style:solid;
    border-color:black
}

TD.border {
    border:1pt;
    border-width:1pt;
    border-style:solid;
    border-color:black
}

p.head  {
    #COLOR: #4A3C8C;
    COLOR: orange;
    FONT-FAMILY: "arial", "sans-serif";
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 30px;
    MARGIN-LEFT: 5px
    }

.subhead   {
    FONT-FAMILY: "arial", "sans-serif";
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 15px;
    MARGIN-BOTTOM: 10px
    }

p.body {
    FONT-FAMILY: "arial", "sans-serif";
    FONT-SIZE: 12px
    }

.small  {
    FONT-FAMILY: "arial", "sans-serif";
    FONT-SIZE: 11px;
    LINE-HEIGHT: 15px;
    MARGIN-TOP: 10px
    }

.smaller  {
    FONT-FAMILY: "arial", "sans-serif";
    FONT-SIZE: 9px;
    LINE-HEIGHT: 11px;
    MARGIN-TOP: 8px
    }

.bigger  {
    FONT-FAMILY: "arial", "sans-serif";
    FONT-SIZE: 24px;
    LINE-HEIGHT: 26px;
    MARGIN-TOP: 23px
    }

.xsmall    {
    FONT-FAMILY: "arial", "sans-serif";
    FONT-SIZE: 9px
    }

p.caption   {
    COLOR: #999999;
    FONT-FAMILY: "arial", "sans-serif";
    FONT-SIZE: 9px
    }

H1, H2, H3, H4, H5, TH, THEAD, TFOOT    {
    COLOR: #003366;
    }

H1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H4	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H5	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H6	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

A:link	{
	text-decoration: none;
	color:	#0033CC;
	}

A:visited	{
	text-decoration: none;
	color:	#0033CC;
	}

A:active	{
	text-decoration: none;
	color:	#EC9800;
	}

A:hover	{
	text-decoration: none;
	color:	#EC9800;
	}

SMALL	{
	font-size:	.7em;
	}

BIG	{
    font-size:	1.17em;
	}

}

.pagebreak2 {
    @page {
        size:8.5in 11in;
        page-break-after: always;
    }

}
