/*--------General Container Style----------*/
.Head
{
	font-family:Tahoma, Arial;
    font-size:  12px;
    font-weight: bold;
    color: #E1E1E1;
}
.Normal
{
	font-family:Tahoma, Arial;
    font-size:  11px;
    font-weight: Normal;
    color: #BABABA;
	padding:0px 0px 0px 0px;
}

/*-------- Grey heading Container Style----------*/
#lgtgrey .Head
{
	font-family:Tahoma, Arial;
    font-size:  15px;
    font-weight: bold;
    color: #E1E1E1;
}
#lgtgrey .Normal, #lgtgrey td .Normal, #lgtgrey th .Normal, #lgtgrey div .Normal, #lgtgrey p .Normal
{
	font-family:Tahoma, Arial;
    font-size:  11px;
    font-weight: Normal;
    color: #BABABA;
	padding:0px 0px 0px 0px;
}

/*--------White heading Container Style----------*/
#white .Head
{
	font-family:Tahoma, Arial;
    font-size:  10px;
    font-weight: bold;
    color: #ffffff;
}
#white .Normal, #white td .Normal, #white th .Normal, #white div .Normal, #white p .Normal
{
	font-family:Tahoma, Arial;
    font-size:  11px;
    font-weight: Normal;
    color: #BABABA;
	padding:0px 0px 0px 0px;
}

/*--------Blue Heading Container Style----------*/
#blue .Head
{
	font-family:Tahoma, Arial;
    font-size:  14px;
    font-weight: bold;
    color: #1E5C89;
}
#blue .Normal, #blue td .Normal, #blue th .Normal, #blue div .Normal, #blue p .Normal
{
	font-family:Tahoma, Arial;
    font-size:  11px;
    font-weight: Normal;
    color: #BABABA;
	padding:0px 0px 0px 0px;
}
