/* styles */

BODY {
	background-color: #3a199e;
	margin: 0px; }

H1
{color: black;
font-family: Arial, Helvetica;
font-size: 30pt;
font-style: normal;
font-weight: bold;
}

H1.WHITE
{color: white;
}

H2
{color: black;
font-family: Arial, Helvetica;
font-size: 20pt;
font-style: normal;
font-weight: normal;}

H2.WHITE
{color: white;
}

H3
{color: black;
font-family: Arial, Helvetica;
font-size: 18pt;
font-style: normal;
font-weight: bold}

H3.WHITE
{color: white;
}

H4
{color: black;
font-family: Arial, Helvetica;
font-size: 14pt;
font-style: normal;
font-weight: bold;
}

H4.WHITE
{color: white;
}

H4.DKGRAY
{color: #333333;
font-weight: bold}

H5
{color: black;
font-family: Arial, Helvetica;
font-size: 10pt;
font-style: normal;
font-weight: bold}

H5.WHITE
{color: white;
}

H5.DKGRAY
{color: #333333;
font-weight: bold}

H6
{color: black;
font-family: Arial, Helvetica;
font-size: 9pt;
font-style: normal;
font-weight: bold}

H6.WHITE
{color: white;
}

H6.DKGRAY
{color: #333333;
font-weight: normal;
margin: -5px 0px 0px 0px}

/* Following is standard paragraph text on all pages */
P
{color: black;
font-family: Arial, Helvetica;
font-size: 10pt;
font-style: normal;
font-weight: normal;
margin: 0px;
}

P.WHITE
{color: #ffffff;
}

P.DKGRAY
{color: #333333
}

P.DKGRAY9
{color: #333333;
font-size: 9pt;
font-weight: bold;
}

P.ITALIC
{font-style: italic;
}

P.BOLD
{font-weight: bold;
}

P.LARGE
{font-size: 11pt;
}

P.LARGEBOLD
{font-size: 11pt;
font-weight: bold;
margin: 0px 0px 7px 0px;
}

P.WHLARGEBOLD
{color: #ffffff;
font-size: 11pt;
font-weight: bold;
margin: 0px 0px 7px 0px;
}

P.XLARGE
{font-size: 12pt;
}

P.XLARGEBOLD
{font-size: 12pt;
font-weight: bold;
margin: 0px 0px 7px 0px;
}

P.SMALL
{font-size: 8pt;
}

P.CODE
{font-family: "Courier New", Courier, Fixed;
}

P.CODEBOLD
{font-family: "Courier New", Courier, Fixed;
font-weight: bold;
}

A.WHITE:link {color: #ffffff; text-decoration: none; font-family: Arial, Helvetica;}
A.WHITE:visited {color: #ffffff; text-decoration: none; font-family: Arial, Helvetica;}
A.WHITE:active {color: #ffffff; text-decoration: none; font-family: Arial, Helvetica;}
A.WHITE:hover {color: #ffffff; text-decoration: underline; font-family: Arial, Helvetica;}

A.BLACK:link {color: #000000; text-decoration: none; font-family: Arial, Helvetica;}
A.BLACK:visited {color: #333333; text-decoration: none; font-family: Arial, Helvetica;}
A.BLACK:active {color: #000000; text-decoration: none; font-family: Arial, Helvetica;}
A.BLACK:hover {color: #000000; text-decoration: underline; font-family: Arial, Helvetica;}

A.BLACK9:link {color: #000000; text-decoration: none; font-size: 9pt; font-family: Arial, Helvetica;}
A.BLACK9:visited {color: #333333; text-decoration: none; font-size: 9pt; font-family: Arial, Helvetica;}
A.BLACK9:active {color: #000000; text-decoration: none; font-size: 9pt; font-family: Arial, Helvetica;}
A.BLACK9:hover {color: #000000; text-decoration: underline; font-size: 9pt; font-family: Arial, Helvetica;}

A.BLACK9BOLD:link {color: #000000; text-decoration: none; font-size: 9pt; font-family: Arial, Helvetica; font-weight: bold;}
A.BLACK9BOLD:visited {color: #333333; text-decoration: none; font-size: 9pt; font-family: Arial, Helvetica; font-weight: bold;}
A.BLACK9BOLD:active {color: #000000; text-decoration: none; font-size: 9pt; font-family: Arial, Helvetica; font-weight: bold;}
A.BLACK9BOLD:hover {color: #000000; text-decoration: underline; font-size: 9pt; font-family: Arial, Helvetica; font-weight: bold;}

A.DKGRAY:link {color: #333333; text-decoration: none; font-family: Arial, Helvetica;}
A.DKGRAY:visited {color: #666666; text-decoration: none; font-family: Arial, Helvetica;}
A.DKGRAY:active {color: #333333; text-decoration: none; font-family: Arial, Helvetica;}
A.DKGRAY:hover {color: #333333; text-decoration: underline; font-family: Arial, Helvetica;}

A.DKGRAY9:link {color: #333333; text-decoration: none; font-size: 9pt; font-family: Arial, Helvetica;}
A.DKGRAY9:visited {color: #666666; text-decoration: none; font-size: 9pt; font-family: Arial, Helvetica;}
A.DKGRAY9:active {color: #333333; text-decoration: none; font-size: 9pt; font-family: Arial, Helvetica;}
A.DKGRAY9:hover {color: #333333; text-decoration: underline; font-size: 9pt; font-family: Arial, Helvetica;}

A.gray9bold:link {color: #333333; text-decoration: none; font-size: 9pt; font-family: Arial, Helvetica; font-weight: bold;}
A.gray9bold:visited {color: #666666; text-decoration: none; font-size: 9pt; font-family: Arial, Helvetica; font-weight: bold;}
A.gray9bold:active {color: #333333; text-decoration: none; font-size: 9pt; font-family: Arial, Helvetica; font-weight: bold;}
A.gray9bold:hover {color: #333333; text-decoration: underline; font-size: 9pt; font-family: Arial, Helvetica; font-weight: bold;}

A.DKGRAY10:link {color: #333333; text-decoration: none; font-size: 10pt; font-family: Arial, Helvetica;}
A.DKGRAY10:visited {color: #666666; text-decoration: none; font-size: 10pt; font-family: Arial, Helvetica;}
A.DKGRAY10:active {color: #333333; text-decoration: none; font-size: 10pt; font-family: Arial, Helvetica;}
A.DKGRAY10:hover {color: #333333; text-decoration: underline; font-size: 10pt; font-family: Arial, Helvetica;}

A.DKGRAY2:link {color: #333333; text-decoration: none; font-family: Arial, Helvetica;}
A.DKGRAY2:visited {color: #333333; text-decoration: none; font-family: Arial, Helvetica;}
A.DKGRAY2:active {color: #333333; text-decoration: none; font-family: Arial, Helvetica;}
A.DKGRAY2:hover {color: #333333; text-decoration: underline; font-family: Arial, Helvetica;}

PRE
{color: black;
font-family: "Courier New", Courier, Fixed;
font-size: 12pt;
font-style: normal;
font-weight: normal}

PRE.SMALL
{color: black;
font-family: "Courier New", Courier, Fixed;
font-size: 10pt;
font-style: normal;
font-weight: normal}

CODE
{color: black;
font-family: "Courier New", Courier, Fixed;
font-size: 8pt;
font-style: normal;
font-weight: normal;
whitespace: pre}

UL
{color: black;
font-family: Arial, Helvetica;
font-size: 8pt;
font-style: normal;
font-weight: normal;
}

OL
{color: black;
font-family: Arial, Helvetica;
font-size: 10pt;
font-style: normal;
font-weight: normal}

/* TABLE STYLES */

TABLE
{border: solid 0 white;
border-collapse: collapse;
}

TD {
	color: black;
	border: solid 0 white;
	text-align: left;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	padding: 0px; }

TD.DIST {
    padding: 10px;
	width: 50%;
	}

/* TDs are defined as text align, text position, color */

TD.LEFT-TOP-WHITE {
	text-align: left;
	vertical-align: top;
	background: #FFFFFF; }
TD.LEFT-BOTTOM-WHITE {
	text-align: left;
	vertical-align: bottom;
	background: #FFFFFF; }
TD.RIGHT-TOP-WHITE {
	text-align: right;
	vertical-align: top;
	background: #FFFFFF; }
TD.RIGHT-BOTTOM-WHITE {
	text-align: right;
	vertical-align: bottom;
	background: #FFFFFF; }
TD.CENTER-WHITE {
	text-align: center;
	vertical-align: middle;
	background: #FFFFFF; }



TD.NOBORDER {
	border: solid 0 black;
	padding: 0;
	margin: 0;
	vertical-align: top;
	color: black;
	font-family: Arial, Helvetica;
	font-size: 0pt;
	font-style: normal;
	font-weight: normal; }

IMG {
	border: 0;
	vertical-align: middle; }

.menu		{	position: absolute;
				left: 130px;
				top: 272px;
				right: 0px; 
				z-index: 2}

.logo       {   position : absolute;
				left : 275px;
				top : 5px;
				z-index : 3;}

.tag        {   position : absolute;
				left : 280px;
				top : 8px;
				z-index : 3;}

.contact    {   position : absolute;
				left : 165px;
				top : 535px;
				z-index : 3;}
