
 /*  FONTS & LINE SPACING  */
 
body, p {font-family: times new roman, arial, helvetica; font-size: 16px; font-weight: normal; font-style: none; color: #D7B593;}

td {font-family: times new roman, arial, helvetica; font-size: 16px; font-weight: normal; font-style: none; color: #D7B593;}

.title1 {font-family: times new roman, arial, helvetica; font-size: 17px; font-weight: normal; font-style: none; color: #C1884E;}

.title2 {font-family: times new roman, arial, helvetica; font-size: 17px; font-weight: normal; font-style: none; color: #C4C400;}

.style8 {font-size: 8px}
.style9 {font-size: 9px}
.style10 {font-size: 10px}
.style11 {font-size: 11px}
.style12 {font-size: 12px}
.style13 {font-size: 13px}
.style14 {font-size: 14px}
.style15 {font-size: 15px}
.style16 {font-size: 16px}
.style17 {font-size: 17px}
.style18 {font-size: 18px}
.style19 {font-size: 19px}
.style20 {font-size: 20px}
.style21 {font-size: 21px}
.style22 {font-size: 22px}
.style23 {font-size: 23px}
.style24 {font-size: 24px}
.style24 {font-size: 25px}
.style24 {font-size: 26px}
.style24 {font-size: 27px}

/*  LINE SPACING   */
.LineHeight12 {line-height: 12px; letter-spacing: normal; word-spacing: normal;}
.LineHeight13 {line-height: 13px; letter-spacing: normal; word-spacing: normal;}
.LineHeight14 {line-height: 14px; letter-spacing: normal; word-spacing: normal;}
.LineHeight15 {line-height: 15px; letter-spacing: normal; word-spacing: normal;}
.LineHeight16 {line-height: 16px; letter-spacing: normal; word-spacing: normal;}
.LineHeight17 {line-height: 17px; letter-spacing: normal; word-spacing: normal;}
.LineHeight18 {line-height: 18px; letter-spacing: normal; word-spacing: normal;}
.LineHeight20 {line-height: 20px; letter-spacing: normal; word-spacing: normal;}
.LineHeight22 {line-height: 22px; letter-spacing: normal; word-spacing: normal;}
.LineHeight24 {line-height: 24px; letter-spacing: normal; word-spacing: normal;}
.LineHeightWord13 {line-height: normal; letter-spacing: 13px; word-spacing: normal;}
.LineHeightWord14 {line-height: normal; letter-spacing: 14px; word-spacing: normal;}
.LineHeightWord16 {line-height: normal; letter-spacing: 16px; word-spacing: normal;}
.LineHeightWord18 {line-height: normal; letter-spacing: 18px; word-spacing: normal;}
.LineHeightWord20 {line-height: normal; letter-spacing: 20px; word-spacing: normal;}


/*  HOVER  & LINK COLORS */

A {text-decoration:none;}
/*    ALSO - text-decoration: overline, underline overline, line-through or blink       */
/*    font-style: italic;  font-weight: bold      */
/*    background-color:0000cc;                 */

/*  DEFAULT LINK & HOVER COLORS   (WHITE - YELLOW)  */
a:link { color: #ffffff}
a:visited { color: #ffffff}
a:hover { color: #ffff00; text-decoration: none}
a:active { color: #ffffff}

/*  EXTRA LINK & HOVER COLORS   (TAN - LIGHT GRAY)  */
.link2 { color: #053838}
a.link2:link { color: #053838}
a.link2:visited { color: #053838}
a.link2:hover { color: #ECDCCC; text-decoration: underline}
a.link2:active { color: #053838}

/*  EXTRA LINK & HOVER COLORS   (TAN - LIGHT GRAY)  */
.link3 { color: #D7B593}
a.link3:link { color: #D7B593}
a.link3:visited { color: #D7B593}
a.link3:hover { color: #efecec; text-decoration: underline}
a.link3:active { color: #D7B593}

/*  EXTRA LINK & HOVER COLORS   (TAN - LIGHT GRAY)  */
.link4 { color: #D9D0D0}
a.link4:link { color: #D9D0D0}
a.link4:visited { color: #D9D0D0}
a.link4:hover { color: #FFFF80; text-decoration: underline}
a.link4:active { color: #D9D0D0}

/*  EXTRA LINK & HOVER COLORS   (TAN - LIGHT GRAY)  */
.link5 { color: #986C32}
a.link5:link { color: #986C32}
a.link5:visited { color: #986C32}
a.link5:hover { color: #cccccc; text-decoration: none}
a.link5:active { color: #986C32}

/*  DOTTED HOVER UNDERLINE - Put in above links to activate - if put in top default link it affects all links    */
/*  border-bottom: 1px dotted #666666;   */


/*   SCROLL BAR COLORS  -  MAC  COLORS   */
HTML {
Scrollbar-Face-Color: #Cccccc; 
Scrollbar-Highlight-Color: #Ffffff; 
Scrollbar-Shadow-Color: #999999; 
Scrollbar-3Dlight-Color: #999999; 
Scrollbar-Arrow-Color: #Ffffff; 
Scrollbar-Darkshadow-Color: #Ffffff; 
Scrollbar-Base-Color: #999999; 
Scrollbar-Track-Color: #E3E3E3;
}

/*   SCROLL BAR COLORS  -  BLACK  & YELLOW   */
/*  HTML {
scrollbar-arrow-color: #D6D32C;
scrollbar-3dlight-color: #C4BB3E;
scrollbar-darkshadow-color: #C4BB3E;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #050505;
scrollbar-shadow-color: #050505;
scrollbar-track-color: #939393; 
}      */



/*  USE THIS STYLE TO UNDO THE REVERSED E-MAIL ADDRESS   */
a.email {
direction:rtl;
unicode-bidi: bidi-override;
}


 /*  0 PIXEL PAGE MARGINS   */
body {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}


/*  DASHED HORIZONTAL RULE   */
hr.hrDASH { height: 0px; border: 0px dashed #aaaaaa; border-top-width: 1px; }


/*  SPECIAL TABLE BORDERS  #1  */
.table1 {
	border-top-width: thin;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: groove;
	border-top-color: #FF0033;
	border-right-color: #0000FF;
	border-bottom-color: #FF00CC;
	border-left-color: #000000;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}


/*  SPECIAL TABLE BORDERS  #2  */
.table2 {
	border-top-width: thin;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: groove;
	border-top-color: #FF0033;
	border-right-color: #0000FF;
	border-bottom-color: #FF00CC;
	border-left-color: #000000;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}


/*  FORM FIELD STYLE   */

.input2 { background: #F1F5FE; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 13px; border: 1px  silver solid;}

.input3 { background: #656532; color: #FFFFFF; font-family: Verdana, Arial, Helvetica; font-size: 12px; border: 1px  black solid;}

.input4 { background: #FFFFFF; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 9px; border: 1px  silver solid;}


/*  DROP SHADOW FOR TEXT IN <TD>  (Will not work with bgcolor in <TR> or <TD> - bgcolor only in <TABLE>)    */
.dropshadow {filter: dropshadow(color=999999, offx=1, offy=1, positive=5)}


/* LEFT MENU  */

.menutrans { FILTER: alpha(opacity=40); moz-opacity: 0.6 }

#menulocation { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; Z-INDEX: 2; LEFT: 15px; PADDING-BOTTOM: 0px; WIDTH: 150px; PADDING-TOP: 0px; WHITE-SPACE: nowrap; POSITION: absolute; TOP: 150px }

.menu { BORDER-RIGHT: #ffffff 0px solid; BORDER-TOP: #ffffff 0px solid; DISPLAY: block; FONT-WEIGHT: bold; FONT-SIZE: 9pt; BORDER-LEFT: #ffffff 0px solid; WIDTH: 154px; CURSOR: hand; TEXT-INDENT: 8px; LINE-HEIGHT: 20pt; BORDER-BOTTOM: #ffffff 0px solid; FONT-FAMILY: arial, verdana, helvetica, sans; HEIGHT: 28px; TEXT-ALIGN: left }

A.menu:link { BACKGROUND: url(images/menu.gif) #f0f0f0; COLOR: #4d2d20 }

A.menu:visited { BACKGROUND: url(images/menu.gif) #f0f0f0; COLOR: #4d2d20 }

A.menu:active { BACKGROUND: url(images/menu.gif) #f0f0f0; COLOR: #4d2d20 }

A.menu:hover { BACKGROUND: url(images/menuon.gif) #003366; COLOR: #c0c0c0 }