/* basic elements */
body
{
margin-left:0px;
margin-right: 0px;
margin-top:10px;
margin-bottom:20px;
background-color:#FFFFFF;
/* background-image: url(images/bg.gif); */
background-repeat: repeat;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: .08em;
font-weight: normal;
letter-spacing: normal;
line-height: normal;
}

/* hypertext links */
A:link {color: #CC0000; text-decoration: underline;}
A:visited {color: #CC0000; text-decoration: underline;}
A:active {color: #CC0000; text-decoration: underline;}
A:hover {color: #990000; text-decoration: underline;}

td {font-family:Verdana, Arial, sans-serif; font-size:12px; color:#000000; line-height: 18px;}

H1, H2, H3, H4, H5 {color: #FF9900; margin-bottom:0px; margin-top:0px;}
H1 {line-height:40px;}
H2 {line-height:35px;}
H3 {line-height:30px;}
H4 {line-height:25px;}
H5 {line-height:20px;}

H5.purple {line-height:20px; color:#993399;}

/* light pink color */
.bgcolor1 {background-color:#EACCD8;}

/* light yellow color */
.bgcolor2 {background-color:#FBFBDF;}

.footer {color: #333366; font-family:Verdana, Arial, sans-serif; font-size:10px; line-height: 14px;}
A:link.footer {color: #333366; text-decoration: none; font-family:Arial, sans-serif; font-size:10px; line-height: 25px;}
A:visited.footer {color: #333366; text-decoration: none; font-family:Arial, sans-serif; font-size:10px; line-height: 25px;}
A:active.footer {color: #333366; text-decoration: none; font-family:Arial, sans-serif; font-size:10px; line-height: 25px;}
A:hover.footer {color: #CC0000; text-decoration: underline; font-family:Arial, sans-serif; font-size:10px; line-height: 25px;}

hr {color:#FFCC66;}
.border {border:solid 1px #999999;}