BODY, TABLE, TD, TR, TH
{
font-family : arial, helvetica, sans-serif;
scrollbar-3dlight-color:#b40e80;
scrollbar-arrow-color:#fff9bb;
scrollbar-base-color:#b40e80;
scrollbar-darkshadow-color:#4b0c62;
scrollbar-face-color:#b40e80;
scrollbar-highlight-color:#4b0c62;
scrollbar-shadow-color:#fff9bb;
scrollbar-track-color:#fff9bb;
}
A:active
{
text-decoration : none;
color : #000000;
font-weight : bold;
}
A:link
{
text-decoration : none;
font-weight : bold;
color : #b40e80
}
A:visited
{
color : #b40e80;
text-decoration : none;
font-weight : bold;
}
A:hover
{
color : #4b0c62;
font-weight : bold;
}
/* INPUT buttons properties */
INPUT.button
{
font-family: verdana, helvetica, arial;
color : #FFFFFF;
background-color:#b40e80;
font-weight : bold;
border : 1 #4b0c62 outset;
font-size: 11;
}
/* INPUT properties */
.input
{
font-family: verdana, helvetica, arial;
color: #FFFFFF;
background-color:#b40e80;
border : 2 #4b0c62 inset;
font-size: 11;
}
/* Required input properties */
TEXTAREA.req, INPUT.req
{
font-family: verdana, helvetica, arial;
color : #000000;
background-color:#E8F46C;
border : 2 #4b0c62 inset;
font-size: 11;
}

#leftnavigation
{
  position : absolute;
  left : 0;
  width : 175px;
  margin-left : 0px;
  margin-top : 100px;
  color : #000000;
}
#rightnavigation
{
  position : absolute;
  left : 780px;
  top : 100px;
  width : 140px;
  padding-left : 10px;
  z-index : 3;
  color : #000000;
  padding : 3px;
}
#content
{
  position : absolute;
  top : 110px;
  left : 170px;
  color : #000000;
  border : 2px solid #4b0c62;
  padding : 5px;
  background-color:#fff9bb;
}

#TBLBorder {
  border : 2px solid #4b0c62;
  padding : 5px;
}

ul.Swirl {
  list-style-image: url('http://www.femedmedia.com/full/images/swirlbullet15.gif')
}