@charset "utf-8";
/* CSS Document */

body
{ margin:0;
padding:0;
background-color:#333333;
}

#tblOuter
{
margin:0;
padding:0;
width:1000;
height:745;
/*background-image:url(../images/inner/bagrnd.jpg);
background-repeat:repeat-x;*/
background-color:#FFFFFF;
}

#tblContent
{
background-color:#f6e5e8;
}

.txtMnuLarge
{
font-family:Verdana;
font-size:16px;
text-decoration:none;
font-weight:bold;
color:#000000;
}

.txtMnu
{
font-family:Verdana;
font-size:11.8px;
text-decoration:none;
color:#000000;
}

.txtContent
{
font:normal 12px Verdana;
text-decoration:none;
color:#003366;
}

.txtContentWhite
{
font:normal 12px Verdana;
text-decoration:none;
color:#FFFFFF;
}

.txtHeadContent
{
font:normal 12px Verdana;
text-decoration:none;
color:#b6062a;
}

.txtgrayContent
{
font-family:Verdana;
font-size:16px;
font-weight:400;
text-decoration:none;
color:#666666;
}

.txtlargeContent
{
font-family:Verdana;
font-size:20px;
font-weight:400;
text-decoration:none;
color:#003366;
}

.txtSmallContent
{
font-family:Verdana;
font-size:10px;
text-decoration:none;
color:#003366;
}

a:hover
{
color:#b6062a;
}


/* ---------------To menu display---------------*/

div.popup
	{	
	display:none;	
	position:absolute;
	border:solid 1px black;	
	padding:5px;
	width:130px;	
	background-color:#dbaeb5;
	top:197px;		
	}
	
a.popup:hover + div.popup
	{	
	display:block;
	}
	
div.popup:hover
	{	
	display:block;
	}

/*------------------end menu-----------------------*/

/*-------------------Text Box----------------------*/

.txtBoxColor
{
background-color:#f7dfe3;
}