/* Colors ----------------------------------------------- */
.ColorBlack
{
	COLOR:#000000;
}
.BgColorBlack
{
	COLOR:#ffffff;
	background-color:#000000;
}
.ColorPink
{
	COLOR:#e4bcb7;
}
.BgColorPink
{
	COLOR:#000000;
	background-color:#e4bcb7;
}
.ColorPurple
{
	COLOR:#b50b38;
}

.BgColorPurple
{
	COLOR:#ffffff;
	background-color:#b50b38;
}
.ColorMaroon
{
	COLOR:#5c1f0a;
}
.BgColorMaroon
{
	COLOR:#ffffff;
	background-color:#5c1f0a;
}
.ColorYellow
{
	COLOR:#feedc1;
}
.BgColorYellow
{
	COLOR:#ffffff;
	background-color:#feedc1;
}
.ColorRed
{
	COLOR:#e71029;
}
.BgColorCyan
{
	COLOR:#000000;
	background-color:#52b7e8;
}
.ColorCyan
{
	COLOR:#52b7e8;
}
.ColorGray
{
	color: dimgray;
}

.SeparatorHorizontal
{
	background-color:#000000;
}
.SeparatorVertical
{
	background-color:#000000;
}

/* New Style ----------------------------------------------- */
.txt1
{
	FONT-SIZE: 8pt;
}
.txt1Left
{
	FONT-FAMILY: Verdana,Helvetica, Arial, sans-serif;
	FONT-SIZE: 8pt;
}
.txt2WhiteBoldLeft
{
	FONT-FAMILY: Verdana,Helvetica, Arial, sans-serif;
	FONT-SIZE: 9pt;
	font-weight: bold;
    color: #ffffff;
}
.txt1bold
{
	FONT-SIZE: 8pt;
	font-weight: bold;
}
.txt1WhiteBold
{
	FONT-SIZE: 8pt;
    font-weight: bold;
    color: #ffffff;
}
.txt2
{
	font-size: 9pt;
}
.txt2Left
{
	FONT-FAMILY: Verdana,Helvetica, Arial, sans-serif;
	FONT-SIZE: 9pt;
}
.txt2Bold
{
	FONT-SIZE: 9pt;
	font-weight: bold;
}
.txt2White
{
	FONT-SIZE: 9pt;
    color: #ffffff;
}
.txt2Maroon
{
	FONT-SIZE: 9pt;
	COLOR:#5c1f0a;
}
.txt2Purple
{
	FONT-SIZE: 9pt;
	COLOR:#b50b38;
}
.txt25
{
	FONT-SIZE: 10pt;
}
.txt2WhiteBold
{
	FONT-SIZE: 9pt;
    font-weight: bold;
    color: #ffffff;
}
.txt25White
{
	FONT-SIZE: 10pt;
    color: #ffffff;
}
.txt25WhiteBold
{
	FONT-SIZE: 10pt;
    font-weight: bold;
    color: #ffffff;
}
.txt3
{
	FONT-SIZE: 13pt;
}

H2
{
	FONT-SIZE: 13pt;
}
.txt3White
{
	FONT-SIZE: 13pt;
    font-weight: bold;
    color: #ffffff;
}
.txt3Bold
{
	FONT-SIZE: 13pt;
    font-weight: bold;
}
.txt3WhiteBold
{
	FONT-SIZE: 13pt;
    font-weight: bold;
    color: #ffffff;
}
.txt3PurpleBold
{
	FONT-SIZE: 13pt;
    font-weight: bold;
    color: #b50b38;
}
.txt3MaroonBold
{
	FONT-SIZE: 13pt;
    font-weight: bold;
    color: #5c1f0a;
}
.txt3CyanBold
{
	FONT-SIZE: 13pt;
    font-weight: bold;
    color: #52b7e8;
}
.txt4
{
	FONT-SIZE: 14pt;
}

.txt1Red
{
	FONT-SIZE: 8pt;
    color: #e71029;
}
.txt2Red
{
	FONT-SIZE: 9pt;
    color: #e71029;
}
.txt2RedBold
{
	FONT-SIZE: 9pt;
	font-weight: bold;
    color: #e71029;
}
.txt3Red
{
	FONT-SIZE: 12pt;
    color: #e71029;
}
.txt4Red
{
	FONT-SIZE: 14pt;
    color: #e71029;
}

.NoPrint
{
}
/* Element Style ----------------------------------------------- */
HTML
{
      margin:0;
      padding:0;
      height:100%;
      border:none;
}
TABLE
{
	/*font-weight: bold;*/
	font-size: 10pt;
	text-align: justify;
}
TEXTAREA
{
	/*font-weight: bold;*/
	FONT-FAMILY: Arial, sans-serif;
	font-size: 10pt;
}
INPUT
{
	/*font-weight: bold;*/
	FONT-FAMILY: Arial, sans-serif;
	font-size: 10pt;
}

INPUT.Purple
{
	border-right: #e4bcb7 2px ridge;
	border-top: #e4bcb7 1px solid;
	border-left: #e4bcb7 1px solid;
	border-bottom: #e4bcb7 2px ridge;
	
	font-weight: bold;
	font-size: 9pt;
	background: url(../img/Img_MenuPro_Bullet.gif) no-repeat left center;
	vertical-align: middle;
	color: #b50b38;
	text-indent: 20px;
	font-family: Verdana,Helvetica,Arial, sans-serif;
	height: 35px;
}
INPUT.Purple:hover
{
	background-color : #e4bcb7;
}

BODY
{
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin:0;
    padding:0;
    border:none;
    height:100%;
	color: #000000;
	FONT-FAMILY: Futura,Century Gothic,Helvetica, Arial, sans-serif;
}
A:hover
{
	color: #000000;
    TEXT-DECORATION: none;
}
A
{
	color: #000000;
}

A:hover.Maroon
{
	color: #5c1f0a;
    TEXT-DECORATION: none;
}
A.Maroon
{
	color: #5c1f0a;
}

A:hover.White
{
    TEXT-DECORATION: none;
    COLOR: #ffffff;
}
A.White
{
    COLOR: #ffffff;
}

.Tooltip{
	position: absolute;
	width: auto;
	visibility: hidden;
	z-index: 100;  
}
.Tooltip Table
{
	border:1px outset #2a6cb6;
    background-color:#fafaff; 
}

