body {
margin: 0;
padding: 0;
font-family: lucida grande, verdana, helvetica, arial, sans-serif;
font-size: 11px;
line-height: 16px;
color: #000; background-color: #003; background-image: url(images/bg.gif);
background-position: top right;
background-repeat: no-repeat;
background-position: fixed;
}

div.menu {
width: 640px; margin-left: 10px; margin-right: auto; margin-top: 10px;
padding-right: 20px;
padding-bottom: 5px;
background-color: #003;
background-image: url(images/st.jpg);
background-repeat: no-repeat;
background-position: top left;
color: #CCC;
}

div.title {
width: 640px; margin-left: 10px; margin-right: auto;
padding-right: 20px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #FFF;
color: #FFF;
background-image: url(images/div.gif);
background-repeat: no-repeat;
background-position: top left;
}


div.content {
width: 640px; margin-left: 10px; margin-right: auto;
padding: 10px;
background-color: #FFF;
}

div.copy {
width: 640px; margin-left: 10px; margin-right: auto;
padding-right: 20px;
color: #FFF;
}

span.newsitem {
font-size: 14px;
line-height: 16px;
font-weight: bold;
color: #006;
}

span.sub {color: #320098;
font-family: lucida grande, verdana, helvetica, arial, sans-serif;
font-size: 14px;
line-height: 16px;
}

span.solution {
color: #4D5C73;
}

table {
font-size: 11px;
line-height: 16px;
}

td.sidebar {
border-left: dotted #000 1px;
}

A:link {
text-decoration: underline;
color: #003;
}
A:visited {
text-decoration: underline;
color: #003;
}
A:hover {
text-decoration: none;
color: #66F;
}
A:active {
text-decoration: none;
color: #66F;
}

A.header:link {
text-decoration: none;
color: #FFF;
}
A.header:visited {
text-decoration: none;
color: #FFF;
}
A.header:hover {
text-decoration: none;
color: #006;
background-color: #FFF;
}
A.header:active {
text-decoration: none;
color: #006;
background-color: #FFF;
}