.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	width:100%;
}
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003399;
	text-decoration: none;
	padding:10px;
}
    .TABLE_Main
    {
        width: 97%;
        margin-left: auto;
        margin-right: auto;
		border:1px;
		border-color:#CCCCCC;
    }

    .Header
    {
        width: 100%;
		background:#FFFFFF;
		border:#999999;
    }

    .MainHeaderTD1, .MainHeaderTD2
    {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #CCCCCC;
	background-color:#660000;
    }

    .MainHeaderTD3
    {
        font-weight: bold;
        font-size: 12px;
        color: #E52324;
    }
	 .MainHeaderTD4
    {
        font-weight: normal;
        font-size: 12px;
        color: #666666;
		background:#EAF4FF;
		vertical-align:middle;
		text-align:center;
    }
	
    .HeaderLinks
    {
	    font-family : Arial;
	    font-size : 12px;
	    font-weight : bold;
	    color : #0066CC;

    }

    A:Visited.HeaderLinks
    {
	    text-decoration: none;
	    color: #0066CC;
    }

    A:Link.HeaderLinks
    {
	    text-decoration: none;
	    color: #0066CC;
    }

    A:Hover.HeaderLinks
    {
	    text-decoration: none;
	    color:#E52324;
    }
	.border {
	float: none;
	width: 100%;
	border: 1px solid #003399;
	margin:5px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00CCFF;
	text-decoration: none;
	background-color: #003399;
	background-position: center center;
	border: 1px solid #00CCFF;
	cursor:pointer;
}

