﻿	html, body {
	    height: 100%;
	    overflow: auto;
	    font-family:Verdana; 
	    font-size: 11px;
    }
    body {
	    padding: 0;
	    margin: 0;
    }
    .currD 
    {
    	margin-left: 0px;
    	color: White;
    	line-height: 25px;
    }
    .welcomeMsg
    {
    	margin-left: 15px;
    	color: White;
    	line-height: 25px;
    	font-size: 12px;
    }
    .currMsg
    {
    	margin-left: 0px;
    	color: White;
    	line-height: 25px;
    	font-size: 12px;
    }
    .dbsoupImg
    {
    	margin-left: 200px;
    }
    .headerTD
    {
    	height: 25px;
    	background-color:ThreeDShadow;
    }
    .contentTD
    {
    	height: 250px;
    	width: 450px;
    	text-align: left;
    	vertical-align: top;
    	border-bottom: solid 1px #ececec;
    }
    .linkG
    {
    	font-style:normal;
    	color: #808080;
    	text-decoration: none;
    	line-height: 15px;
    }