a:link {text-decoration:none; color: #768BB4; background-color: transparent;}     /* unvisited link */
a:visited {text-decoration:none; color: #768BB4; background-color: transparent;}  /* visited link */
a:hover {text-decoration:underline; color: #768BB4; background-color: transparent;}   /* mouse over link */
a:active {text-decoration:none; color: #768BB4; background-color: transparent;}   /* selected link */

a.SidePanel:link {text-decoration:none; color: Black; background-color: transparent;}     /* unvisited link */
a.SidePanel:visited {text-decoration:none; color: Black; background-color: transparent;}  /* visited link */
a.SidePanel:hover {text-decoration:none; color: #768BB4; background-color: transparent;}   /* mouse over link */
a.SidePanel:active {text-decoration:none; color: Black; background-color: transparent;}   /* selected link */

BODY 
{
font-family: Arial;
font-size: 8pt;
/*font-weight: bold;*/
color: Black;
background-image: url("../graphics/echolon/layout/bg_main.gif");
background-attachment: fixed;
/*background-color: Blue;*/
margin: 8px;
padding: 0px;
}

td.header_bgrepeat
{
 height: 10px;
 font-size: 1pt;
 background-image: url("../graphics/echolon/layout/header_toprepeat.gif");
 background-repeat: repeat-x;
}

td.sidepanel
{
 font-family: Arial;
 height: 10px;
 background-image: url("../graphics/echolon/layout/sidepanel.gif");
 font-size: 13pt; 
 width:190px;
}

td.sidepanel_spacer
{
 height: 1px;
 background-image: url("../graphics/echolon/layout/sidepanel_spacer.gif");
 width:219px;
}

td.mainpanel_spacer
{
 height: 1px;
 background-image: url("../graphics/echolon/layout/sidepanel_spacer.gif");
}

td.mainpanel_content
{
 font-size: 9pt;
 text-align: left;
}

td.MainPage_Footer
{
 text-align:right;
 font-size: 8pt; 
}


td.TextLogo
{
 text-align:right;
 background-color:White;
 font-size:20pt;
 font-family:Arial;
 font-weight: bold;
 margin:0px;
 color:#ff6633;
 /*height:40px;*/
}

td.RandomQuote
{
 text-align:right;
 background-color:White;
 /*font-size:7pt;*/
 font-size:8pt;
 font-family:Arial;
 margin:0px;
}

td.MainPage
{
 text-align:center;
 background-color:White;
 font-size:8pt;
 font-family:Arial;
 padding-left:10px;
 padding-right:10px;
 height:490px;                /* Force a minimum height for the mainpage */
}

td.MainPage_Header
{
 text-align:right;
 font-size:13pt;
 font-family:Arial;
 padding-left:10px;
 padding-right:10px;
 padding-top:3px;
 padding-bottom:3px;
}

td.MainPage_TableSmall
{
 text-align:left;
 font-size:10pt;
 font-family:Arial;
 padding-left:6px;
 padding-right:6px;
 padding-top:3px;
 padding-bottom:3px;
 width:80%;
 border-color:#768BB4;
 border-width:1px;
 border-style: solid;
}

td.MainPage_Footer
{
 text-align:right;
 font-size:8pt;
 font-family:Arial;
 padding-left:10px;
 padding-right:10px;
}

td.PageFooter
{
 text-align:center;
 background-color:White;
 font-size:8pt;
 font-family:Arial;
 padding:0px;
 margin:0px;
}

img.Logo_Absolute
{
position:absolute;
top:5px;
margin:0px;
z-index:-1;
}