/*
********************************************************************
FILE: mainstyle.css
AUTHOR: Pradyot, C 109
CREATED ON: 19/01/2003
PURPOSE: This is the Cascaded Style Sheet used in the site pages (RHS frame)

---------------NO REVISION HISTORY ALLOWED--------------------------
------------THIS FILE SHALL BE FROZEN BEFORE THE CONSTRUCTION-------
********************************************************************
*/

body
{
	/* background: url(../pics/marb038.gif); */
        /* background-color: #E8E8E8;*/
        background-color: #000000;
	font-size: 12pt;
        font-weight: bold; 
	text-align: justify;
	color: #E8E8E8; /* brown; */
	line-height: 16pt;
	font-family: "Times New Roman","MS Sans Serif","Verdana","Book Antiqua";
}

p
{
	margin-left: 24pt;
}

h1
{
	font: 20pt Times New Roman;
	font-weight: bold;
	color: #E8E8E8;
	line-height: 24pt;
	text-align: center;
}

h2
{
	font: 16pt Times New Roman;
	color: #E8E8E8;
	line-height: 22pt;
	text-align: left;
}

div.homepage
{
	font: 19pt Times New Roman;
	color: #E8E8E8;
	line-height: 22pt;
	text-align: center;
}
	
a 
{
	text-decoration: none;
}
a:link
{
	color: red;
}
a:visited
{
	color: purple;
}
a:active
{
	color: purple;
}


div.footnote
{
	font-size: 10pt;
	line-height: 12pt;
	text-align: center;
}	

div.indentright
{
	margin-left: 36pt;
}

div.alert
{
	font-size: 11pt;
	font-weight: bold;
	color: yellow;
}	
	
div.tabclass
{
	font-weight: bold;
}	




























