/* Layout Stylesheet */ 

body {
 background-image:url(images/background.jpg); 
 background-attachment: fixed;
 background-repeat    : no-repeat;
 background-position  : top;  
 margin:auto;
 margin-bottom:1px;
 margin-top:1px;
 margin-left: 1px;
 font-size: 11px;
 font-family:tahoma,sans-serif;
 color: #E6EBFB; 

 scrollbar-face-color: #344566;
 scrollbar-highlight-color: #344566;
 scrollbar-shadow-color: #465673;
 scrollbar-3dlight-color: #465673; 
 scrollbar-arrow-color: #e6ebfb;
 scrollbar-track-color: #344566; 
 scrollbar-darkshadow-color: #344566;
 scrollbar-base-color: #344566;
 
 }

a:link {
 cursor: default;
 color: #f2f2f2; 
 font: bold;
 text-decoration: none;
 }
 
a:visited {
 cursor: default;
 color: #f2f2f2;
 font: bold;
 text-decoration: none;
}

a:active {
 cursor: default;
 color: #f2f2f2; 
 font: bold;
 text-decoration: none;
 }
 
a:hover {
 cursor: default; 
 color: #e6ebfb; 
 font: bold; 
 text-decoration: underline;
}


img {
 border: 0px;
}

th {
 border: #415680 1px solid;
 background-color: #344566;
 padding-right: 3px; 
 padding-left: 3px; 
 text-align: center;
}

th.left {
 text-align: left;
}

th.right  {
 text-align: right;
}

td {
 border: #415680 1px solid;
 background-color: #344566;
 padding-right: 3px; 
 padding-left: 3px; 
 text-align: center;
}

*.titlefont {
 text-align:center;
 font-size:18px;
 color: #00aaff; 
}

*.acapitfont {
 font-size:12px;
 font: bold;
 color: #00ff00; 
}

*.textfont {
 text-align:left;
}

*.textrightfont {
 text-align:right;
 font:bold;
}
