/* StageHeaderMainFooter */

body {
font: 11px/14px Arial, Helvetica, sans-serif; 
color: #333333; 
/* background: #fef6f8; */
background: #ffffff;
margin: 0px;
}

td.Stage {
background: #fef6f8;
background-image: url(../images/back1.jpg); 
}

td.NavFrame {
font: 16px Arial, Helvetica, sans-serif; 
background: none;
}

td.ContextFrame {
background: #ffffff;
}

td.RightFrame {
background: #8dcff4;
}

/* Header */

td.Header {
background: #f0ab00 url(../images/HeaderBgRepeat.jpg) repeat-y;
}

td.HeaderOutline {
background: #e8a300;
}

p.HeaderText {
color: #333333;
vertical-align: bottom;
margin: 0px;
line-height: 18px;
}

p.HeaderText_RTL {
color: #333333;
vertical-align: bottom;
margin: 0px;
line-height: 18px;
direction: rtl;
}

p.HeaderText a:visited {
color: #333333;
text-decoration: none;
}

p.HeaderText a:hover {
color: #333333;
text-decoration: underline;
}


/* Main */

/* YourWorkspace */


/* Footer */

.FooterText {
color: #ffffff;
vertical-align: bottom;
margin: 0px;
}
span.FooterBracket {
padding: 0px 5px 0px 5px;
background: url(../images/FooterBracket.gif) no-repeat center;
}
.FooterText {
color: #000000;
text-decoration: none;
}

.FooterText a {
color: #000000;
text-decoration: none;
}

.FooterText a:visited {
color: #cccccc;
text-decoration: none;
}

.FooterText p {
color: #000000;
text-decoration: none;
}

.FooterText a:hover {
color: #666666;
text-decoration: underline;
}


/* Buttons */

td.ButtonGold {
font: Bold 11px Tahoma, Arial, Helvetica, sans-serif; 
background: #DF9C00 url(../images/ButtonBgRepeatGold.jpg) repeat-x;
}
td.ButtonGold a {
text-decoration: none;
color: #ffffff;
}
td.ButtonGold a:visited {
text-decoration: none;
color: #ffffff;
}
td.ButtonGold a:hover {
text-decoration: none;
color: #FBE6B3;
}
td.ButtonDarkGray {
font: Bold 11px Tahoma, Arial, Helvetica, sans-serif;
background: #666666 url(../images/ButtonBgRepeatDarkGray.jpg) repeat-x;
}
td.ButtonDarkGray a {
text-decoration: none;
color: #ffffff;
}
td.ButtonDarkGray a:visited {
text-decoration: none;
color: #ffffff;
}
td.ButtonDarkGray a:hover {
text-decoration: none;
color: #D1D1D1;
}
td.ButtonDove {
font: Bold 11px Tahoma, Arial, Helvetica, sans-serif;
background: #44697D url(../images/ButtonBgRepeatDove.jpg) repeat-x;
}
td.ButtonDove a {
text-decoration: none;
color: #ffffff;
}
td.ButtonDove a:visited {
text-decoration: none;
color: #ffffff;
}
td.ButtonDove a:hover { 
text-decoration: none;
color: #C7D2D8;
}
td.ButtonPetrol {
font: Bold 11px Tahoma, Arial, Helvetica, sans-serif; 
background: #156570 url(../images/ButtonBgRepeatPetrol.jpg) repeat-x;
}
td.ButtonPetrol a {
text-decoration: none;
color: #ffffff;
}
td.ButtonPetrol a:visited {
text-decoration: none;
color: #ffffff;
}
td.ButtonPetrol a:hover { 
text-decoration: none;
color: #B9D1D4;
}
td.ButtonWarmGreen {
font: Bold 11px Tahoma, Arial, Helvetica, sans-serif; 
background: #557630 url(../images/ButtonBgRepeatWarmGreen.jpg) repeat-x;
}
td.ButtonWarmGreen a {
text-decoration: none;
color: #ffffff;
}
td.ButtonWarmGreen a:visited {
text-decoration: none;
color: #ffffff;
}
td.ButtonWarmGreen a:hover {
text-decoration: none;
color: #CCD6C1;
}
td.ButtonWarmRed {
font: Bold 11px Tahoma, Arial, Helvetica, sans-serif; 
background: #774A39 url(../images/ButtonBgRepeatWarmRed.jpg) repeat-x;
}
td.ButtonWarmRed a {
text-decoration: none;
color: #ffffff;
}
td.ButtonWarmRed a:visited {
text-decoration: none;
color: #ffffff;
}
td.ButtonWarmRed a:hover {
text-decoration: none;
color: #D6C9C4;
}
td.ButtonVioletMauve {
font: Bold 11px Tahoma, Arial, Helvetica, sans-serif; 
background: #644459 url(../images/ButtonBgRepeatVioletMauve.jpg) repeat-x;
}
td.ButtonVioletMauve a {
text-decoration: none;
color: #ffffff;
}
td.ButtonVioletMauve a:visited {
text-decoration: none;
color: #ffffff;
}
td.ButtonVioletMauve a:hover { 
text-decoration: none;
color: #D1C7CE;
}

/* FontColors */

.FontGold, .orange {
color: #f0ab00;
}
.FontWhite {
color: #ffffff;
}
.FontDove {
color: #44697D;
}
.FontPetrol {
color: #156570;
}
.FontWarmGreen {
color: #557630;
}
.FontWarmRed {
color: #774A39;
}
.FontVioletMauve {
color: #644459;
}
