BODY {
margin : 0;
padding : 0;
background : #808080 url("lines-bg.gif") repeat;
color : #aebbae;
}
A:link {
background : none;
color : #53a512;
text-decoration : underline;
cursor : pointer;
}
A:visited {
background : none;
color : #53a512;
text-decoration : underline;
cursor : pointer;
}
A:hover {
background : none;
color : #ff0000;
text-decoration : underline;
cursor : pointer;
}
A:active {
background : none;
color : #ff0000;
cursor : pointer;
}
.Column {
width : 100%;
height : 100%;
border-left : 2px solid #e6a099;
border-top : 2px solid #e6a099;
border-right : 2px solid #804040;
border-bottom : 2px solid #804040;
}
.Column TD {
vertical-align : top;
}
.BoxStyle {
width : 100px;
margin-top : 10px;
}
.MenuOff {
background : #000000;
color : #000000;
cursor : pointer;
text-decoration : none;
border-top : 1px solid #000000;
border-right : 1px solid #000000;
border-bottom : 1px solid #000000;
border-left : 1px solid #000000;
width : 100%;
height : 16px;
padding-left : 10px;
text-align : left;
line-height : 14px;
font : bold 12px Arial, Helvetica, sans-serif;
}
.MenuOn {
background : #b83425;
color : #000000;
cursor : pointer;
text-decoration : none;
border-left : 1px solid #ecb5ae;
border-top : 1px solid #ecb5ae;
border-right : 1px solid #ff0000;
border-bottom : 1px solid #994d4d;
width : 100%;
height : 16px;
padding-left : 10px;
text-align : left;
line-height : 14px;
font : bold 12px Arial, Helvetica, sans-serif;
}
.MenuClick {
background : #698e25;
color : #000000;
cursor : pointer;
text-decoration : none;
border-top : 1px solid #000000;
border-right : 1px solid #ffffcc;
border-bottom : 1px solid #ffffcc;
border-left : 1px solid #000000;
width : 100%;
height : 16px;
padding-left : 10px;
text-align : left;
line-height : 14px;
font : bold 12px Arial, Helvetica, sans-serif;
}
.MenuOff A:link {
color : #53a512;
text-decoration : none;
cursor : pointer;
}
.MenuOff A:visited {
color : #53a512;
text-decoration : none;
cursor : pointer;
}
.MenuOff A:hover {
color : #53a512;
text-decoration : none;
cursor : pointer;
}
.MenuOn A:link {
color : #fece8b;
text-decoration : none;
cursor : pointer;
}
.MenuOn A:visited {
color : #fece8b;
text-decoration : none;
cursor : pointer;
}
.MenuOn A:hover {
color : #fece8b;
text-decoration : none;
cursor : pointer;
}
.MenuClick A:link {
color : #000000;
text-decoration : none;
cursor : pointer;
}
.MenuClick A:visited {
color : #000000;
text-decoration : none;
cursor : pointer;
}
.MenuClick A:hover {
color : #000000;
text-decoration : none;
cursor : pointer;
}
.Header {
width : 100%;
height : 120px;
}
.Header TD {
padding : 15px;
vertical-align : top;
text-align : left;
}
.HeadingStyle {
background : inherit;
color : #aebbae;
font : bold 22px Arial, Helvetica, sans-serif;
}
.MainText {
background : inherit;
color : #aebbae;
font : 14px/18px Arial, helvetica, sans-serif;
padding : 15px;
text-align : justify;
}
