BODY
{
	margin:0;
 	background-color: #EBEBEB;
	background-image: url(../images/common/background.gif);
}

.maintablebackground
{
 	background-color: #F7EDE6;
}

.bordercolor
{
	border-style : solid;
	
	border-left-width : 1px;	
	border-top-width : 1px;	
	border-bottom-width : 1px;	
	border-right-width : 1px;	
	
	border-left-color : #724A4A;
	border-top-color : #724A4A;
	border-bottom-color : #724A4A;
	border-right-color : #724A4A;
}

.text
{
    FONT-SIZE: 9pt;
    COLOR: #493e18;
    FONT-FAMILY: Verdana, Arial
}
.text16
{
    FONT-SIZE: 16pt;
    COLOR: #493e18;
    FONT-FAMILY: Verdana, Arial
}
.text12
{
	FONT-SIZE: 12pt;
	COLOR: #493e18;
	FONT-FAMILY: Verdana, Arial;
	font-weight: bold;
}
A:link
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A:hover
{
    BACKGROUND-COLOR: #a9c4d6
}
.head
{
    FONT-SIZE: 9pt;
    COLOR: #493e18;
    FONT-FAMILY: Verdana, Arial
}
.title
{
    FONT-SIZE: 13pt;
    COLOR: #493e18;
    FONT-FAMILY: Verdana, Arial
}
.popLinks
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial;
    FONT-VARIANT: normal
}

/* ADDED FOR FOOTER STYLES BY ANJANA ON 19FEB2010 */
.FooterBG
{
	background-image:url("../images/common/07_footer.jpg");
	background-repeat:no-repeat;
	width:780px;
	height:38px;
}

.TextFooter
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000000;
}
a.TextFooter:link
{
    text-decoration:underline;
    color:#000000;
}
a.TextFooter:visited
{
    text-decoration:underline;
    color:#000000;
}
a.TextFooter:hover
{
    text-decoration:none;
    color:#000000;
	background-color:transparent;
}
a.TextFooter:active
{
    text-decoration:none;
    color:#000000;
}
.FooterBGColor
{
	background-color:#f5b26e;
}