﻿html, body{height:100%;margin:0;padding:0} 
body 
{
    background-color:#131313;
    
    color:#FFFFFF; 
    margin:0px 5px 5px 5px;
}
.investorBanner
{    
    background-image: url(img/InvestorBanner.jpg);
    background-repeat:repeat-x;
    background-color:#131313;    
}
.maintable
{
    width:100%;
    border:solid 0px #ffffff;      
}
.graybg
{    
    background-image: url(img/bg_table_gray.png);
    background-repeat:repeat-x;
    background-color:#FFFFFF;
    border:solid 1px #000000;
}
.tblhorizontalborder
{    
    background-image: url(img/bghorizontalline.png);
    background-repeat:repeat-x;
}
.tblverticalborder
{    
    background-image: url(img/bgverticalline.png);
    background-repeat:repeat-y;
}
a:link 
{
	text-decoration: none;
	color: #FBB117;
}
a:visited 
{
	text-decoration: none;
	color: #FBB117;
}
a:hover 
{
	text-decoration: underline;
	color: #FFFC17;
}
a:active 
{
	text-decoration: none;
}
.copyright
{
    color:#c0c0c0;
}
.bigheader
{
    font-family:Tahoma, Verdana;
    font-weight:bold;
    font-size:20px;
    color:#FBB117; 
}
.header1
{
    font-family:Verdana, Tahoma;
    font-weight:bold;
    font-size:14px;
    color:#FBB117;    
}
.yellowline
{
    background-color:#FBB117;    
    height:1px;
}
.testimonial
{
    text-align:justify;
    color:#FFFFFF;
}
.orangefont
{
    color:#FFCD6D;
}
.orangeheader
{
    color:#FFCD6D;
    font-weight:bold;    
}

.pageheader
{
    font-family:Verdana, Tahoma;
    font-weight:bold;
    font-size:15px;
    color:#FFCD6D;    
    text-align:left;
}

#marqueecontainer{
    position: relative;
    width: 99%; /*marquee width */
    height: 270px; /*marquee height */
    overflow: hidden;
    border: 0px solid GRAY;
    padding-right: 2px;
    padding-left: 4px;
}

.tablink
{
    font-weight:bold;
    background-color:#2d2d2d;
    vertical-align:text-top;
    color:#c0c0c0;    
}
.colouredtable
{
    background-color:#FFFFFF;
    border:solid 1px #736257;
    color:#000000;        
}
.tableheader
{
    background-color:#414141;
    color:#FFFC17;
    font-family:Arial, Courier;
    font-size:13px;
    font-weight:bold;
    padding:5px;
}
.labelfont
{
	color: #414141;
	font-weight: bold;
	font-family: Tahoma;
	font-size:11px;	
}
.messagefont
{
    color:#FF552A;
    font-weight:bold;
}
#UpdateProgress1 
{
    font-size:15px;
    font-weight:bold;
    color:Yellow;
    text-align:center;
    vertical-align:middle;
    background-image:url("img/overlay.png");
    white-space:nowrap;
    background-repeat:repeat;  
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:100;
    position:absolute;
}
#ctl00_UpdateProgress1 
{
    font-size:15px;
    font-weight:bold;
    color:Yellow;
    text-align:center;
    vertical-align:middle;
    background-image:url("img/overlay.png");
    white-space:nowrap;
    background-repeat:repeat;  
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:100;
    position:absolute;
}
.nostyleforlinks
{
	text-decoration:none;
	color:#ffffff;
}
