﻿body 
{
    overflow:visible;
    cursor:default;
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
	background-image:url(images/texture.gif);
	background-repeat:repeat;
}
A
{
	text-decoration:none;
	color:#4e8bc1;
}
A:active
{
	text-decoration:none;
	color:#4e8bc1;
}
A:visited
{
	text-decoration:none;
	color:#4e8bc1;	
}
A:hover
{
	text-decoration:underline;
	color:#4e8bc1;
}
HR
{
	color:#eeeeee;
}
html, #wrapper {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
   }
#wrapper {
   margin: 0 auto;
   text-align: center;
   vertical-align: middle;   
   height:100%;
   width:100%;
   }
.footer
{
    text-align:center;
	font-size:11px;	
	color:#888888;
}
.footermenu
{
	font-size:13px;
	color:#444444;
}
.top_menu_cells
{
    border-width:0px;
    border-left:1px #aaaaaa;
    border-left-style:solid;
    width:80px;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    height:25px;
}
.top_menu_cells A:active
{
    color:#000000;  
}
.top_menu_cells A:visited
{
    color:#000000;
}
.top_menu_cells A
{
    color:#000000;
}
.top_menu_cells A:hover
{
    color:#4e8bc1;
    text-decoration:none;
}
.header_date
{
    font-size:13px;
    background-color:#aaaaaa;
    color:#ffffff;
    text-align:center;
    font-weight:bold;
}
.header_marquee
{
   height:25px;   
   background-color:#f5f5f5;
   padding-left:5px;
   padding-right:5px;
   vertical-align:middle;
   text-align:center;
}
.box_header
{
   height:22px;
   width:130px;   
   color:#ffffff;
   font-weight:bold;
   text-align:center;
   vertical-align:middle;
   font-size:14px;   
}
.box_item
{
   border-bottom:solid 1px #dddddd;
   height:22px;
   color:#444444;
   font-weight:bold;
   text-align:center;
   vertical-align:middle;
   font-size:14px;
}
.box_item A:active
{
    color:#555555;  
}
.box_item A:visited
{
    color:#555555;
}
.box_item A
{
    color:#555555;
}
.box_item A:hover
{
    color:#4e8bc1;
    text-decoration:none;
}
.rightbar
{
    background-color:#f5f5f5;   
    width:140px;
    vertical-align:top;   
    border-left:dashed 1px #aaaaaa;
    border-bottom:dashed 1px #aaaaaa;
}