a, a:active, a:visited
{
color: #f28a25;
text-decoration:none;
}
a:hover
{
color: #cc9900;
text-decoration:none;
}

a.portfoliolink, a.portfoliolink:active, a.portfoliolink:visited
{
color: #f28a25;
font-weight:bold;
text-decoration:none;
}

a.portfoliolink:hover
{
color: #cc9900;
font-weight:bold;
text-decoration:none;
}

a.dottedlink, a.dottedlink:active,a.dottedlink:visited
{
     text-decoration:none;
     color: #f28a25;
     font-weight: bold;
     border-top: #f28a25 dotted 0px;;
     border-right: #f28a25 dotted 0px;
     border-bottom: #f28a25 dotted 1px;
     border-left: #f28a25 dotted 0px;
}

a.dottedlink:hover
{
     text-decoration:none;
     color: #cc9900;
     font-weight: bold;
     border-top: #f28a25 dotted 0px;;
     border-right: #f28a25 dotted 0px;
     border-bottom: #f28a25 dotted 1px;
     border-left: #f28a25 dotted 0px;
}
     
a.menulink
{
color: #e8531f;
text-decoration:none;
}

.editor {
background-color: #000000;
color: #ffffff;
font-size:9pt;
font-family:Arial;
}

abbr
{
}
acronym
{
}
address
{
}
blockquote
{
}
body.body
{
background:#2a2a2a;
font-size:8pt;
font-family:Tahoma,sans-serif;
color: #ffffff;
}
cite
{
}
h1
{
color: #ffffff;
}
h2
{
color: #ffffff;
}
h3
{
color: #ffffff;
}
h4
{
color: #ffffff;
}
h5
{
color: #ffffff;
}
h6
{
}
img
{
}
label
{
}
p
{
}
q
{
}
table
{
}
th
{
}
td
{
}
tr
{
}
.form_element{}
.form_data{}