﻿html,body 
{
    height:100%;
    width:100%;
    }
a:link
{
	color: rgb(0,114,188); 
    text-decoration: none;
}
a:visited
{
	color: rgb(0,114,188);  
    text-decoration: none;
} 
a:active 
{
	color: rgb(0,114,188); 
    text-decoration: none;
}
a:hover
{
	color: rgb(200,21,28); 
    text-decoration: underline;
}

body
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(0,0,0);
	background-color:rgb(255,255,255);		
	margin:0px 0px 0px 0px;
	
}

table
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(0,0,0);
	
}
.th
{
    background-color:#007cc0;
	font-family: Arial, Helvetica;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:#bde2f7;   
	font-family: Arial, Helvetica;
	font-style  : 9pt;
	color: rgb(0,0,0)
}
.tc
{
   background-color:#e8f7ff;
	font-family: Arial, Helvetica;
	font-size  : 9pt;
	font-style: normal;
	color: rgb(0,0,0);
}


.tc1
{
    background-color:rgb(255,255,255);
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}

.tc2
{
    background-color:rgb(255,255,255);
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
	text-align:left;
    
}

p
{
	text-align: justify;
	line-height: 150%;
}
.hd
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(200,0,0);
}

.shd
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(24,123,178);
}

.lfthd
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(200,0,0);
}

.err
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(200,0,0);
}
.success
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,200);
}
.toppmenu
{
    background-color:#92c9e7;
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 12px;
	height: 30px;
    padding: 0px 0px 0px 10px; 
    text-align: right
}
.topbar
{
    background-image:url('images/bg-top.gif');
    background-repeat:repeat-x;    
	font-family: Trebuchet MS;
	font-size: 22px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.bottom
{
    background-color: #000000;
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}


.bgbody
{
    background-color: #082535;
}

.home
{
    background-color: #082535;
}

.tb
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #c5c5c5;
	
}
.buttn
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(255,255,255);
	background-color: #007cc0;
	border-width: 1px;
	border-style: solid;
	border-color:rgb(255,255,255);	
}

ul
{
   list-style-image:url('images/list-bullet.gif');
}

.dg
{
    vertical-align:top;
    padding:2px 4px 2px 4px;
    text-align:left;
    border-bottom:solid 1px #ffffff;
}
.pg
{
    padding-right:20px;    
}
.username
{
    font-size:18px; 
    color:White;
    font-weight:bold;
    letter-spacing:500%;
    padding-right:20px;
}