
/* For using the stylesheet put class="StyleNlassName" e.g. class="body" */
/* Do not put "." (dot) before the ClassName while mentioning it into the html tag */
.homeleftbody /* Put this in the body tag. Format : class="pagebody" */
{
    WIDTH: 100%;
    BACKGROUND-COLOR: #003366;
}
.body /* Put this in the body tag. Format : class="pagebody" */
{
    WIDTH: 100%;
    BACKGROUND-COLOR: #F0F8FF;
}
.hometopbody /* Put this in the body tag. Format : class="pagebody" */
{
    WIDTH: 100%;
    BACKGROUND-COLOR: #636360;
}
.table
{
    WIDTH: 99%;
    RULES: groups;
    ALIGN: center	
}
.menu
{
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: underline;
	FONT-SIZE: 15px;
}

.ttext
{
	COLOR: #000000; 
	FONT-FAMILY: Verdana; 
	FONT-SIZE: 15px;
}
.ttextbold
{
	COLOR: #000000; 
	FONT-FAMILY: Verdana;
	FONT-WEIGHT: Bold; 
	FONT-SIZE: 15px;
}
.ttextred
{
	COLOR: red; 
	FONT-FAMILY: Verdana;
	FONT-WEIGHT: Bold; 
	FONT-SIZE: 15px;
}
.ttextsmall
{
	COLOR: #000000; 
	FONT-FAMILY: Verdana; 
	FONT-SIZE: 12px;
}

.lable
{
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana; 
	FONT-SIZE: 15px;
}
.lablemain
{
	COLOR: #9999ff; 
	FONT-FAMILY: Verdana; 
	FONT-SIZE: 17px;
}
.textdata
{
	COLOR: #0000ff; 
	FONT-FAMILY: Verdana; 
	FONT-SIZE: 15px;
}
.header
{
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana; 
	FONT-SIZE: 30px;
}
.headersmall
{
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana; 
	FONT-SIZE: 30px;
}
.headerred
{
	COLOR: red; 
	FONT-FAMILY: Verdana; 
	FONT-SIZE: 30px;
}
.separator
{
    BORDER-TOP: #000000  thin solid;
    WIDTH:100%;
}
