A.menu:link, A.menu:visited
{ 
	text-decoration: none; 
	color:#FFFFFF;
	font-size:17px;
}

a.email:link, a.email:visited
{
	color:red;
}

a.logout:link, a.logout:visited, a.lougout:active
{
	color:#FFFFFF;
}

a.menu:hover
{
	/*text-decoration: underline;*/
	color:#000000;
	font-weight:bold;
	background:#BBFFFF;
}

A.menu:active
{
	color:#000000;
	font-weight:bold;
	background:#BBFFFF;
}

.innerButton
{
	margin-left: 50px;
}

table.outer
{
	width: 805px;
	/*border: double 4px #283A90;*/
	background-color: White;
}

table.inner {
    /*width: 800px;*/ /*20240422 mark*/
    width: 800px; /*20240422 add*/
    /*margin-left: 20px;*/
    margin-left: 150px;
    /*margin-top: 35px;*/
    margin-top: 15px;
    border: solid 1px #1874CD;
    background-color: #FFFFFF;
    font-size: 15px;
}

td.inner
{
	/*border: solid 1px #FF3300;*/
	border: solid 1px #1874CD;	
}

td.heads
{
	border: solid 1px #1874CD;
	background-color: #FFEC8B;
	font-weight: bold;
}

td.applicationHead
{
	border: solid 1px #1874CD;
	background-color: #E3E3E3;
	font-weight: bold;
}

caption
{
	font-size: 18px;
	font-weight: bold;
}

