/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color:#4c7095;
}
#MainBody
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#mytablelinks
{
    width:100%;
}
#subTable
{
    width:100%;
    height:100%;
    background-color:#4c7095
}
#myColumn
{
    width: auto;
}
.mylinks
{
    font-family: Arial , Verdana , Sans-Serif ;
    font-weight: bolder;
    font-size:12px;
    color:#D7D7D7; 
    text-decoration:none;
}
.mylinks a:link
{
    font-family: Arial , Verdana , Sans-Serif ;
    font-weight: bolder;
    font-size:12px;
    color:#D7D7D7; 
    text-decoration:none;
}
.mylinks a:visited
{
    font-family: Arial , Verdana , Sans-Serif ;
    font-weight: bolder;
    font-size:12px;
    color:#D7D7D7; 
    text-decoration:none;
}
.mylinks2
{
    font-family: Arial , Verdana , Sans-Serif ;
    font-weight: bolder;
    font-size:12px;
    color:#442222; 
}
.bodyText
{
    font-family:Arial, Verdana , Sans-Serif ;
    font-weight:bolder;
    font-size:13px;
    color:#D7D7D7;
}
.borderit2
{
    border: solid 1px #FFFFFF;
}
.mylineclass
{
    color:#FFFFFF;
 
}
.changecolor
{
    color:#f6f99d;
}