/* Css File */
/* Defining body background text style and size */

body 
{
	font-family: arial,helvetica;
	font-size: 10pt;
	color:#000000;   
	background-color: #fbd7a1;
}

/* Create a class of link named 'normal' */

a.normal 
{
	font-family: arial narrow, helvetica;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
a.normal:link
{	
	color: #ff0000; 
}
a.normal:visited
{
	color: #0000ff;
}
a.normal:hover
{
	color: #008000;
} 
a.normal:active
{
	color: #ff00ff; 
}
h1
{
	font-family: arial narrow,helvetica;
	font-size: 20pt;
	color: navy;
	font-weight: bold;
	text-decoration: underline;
}
h2
{
	font-family: arial narrow,helvetica;
	font-size: 18pt;
	color: navy;
	font-weight: bold;
	text-indent: 2cm;
}

h3
{
	font-family: arial narrow,helvetica;
	font-size: 16pt;
	color: navy;
	font-weight: bold;
	text-indent: 2cm;
}
h4
{
	font-family: arial narrow,helvetica;
	font-size: 14pt;
	color: navy;
	font-weight: bold;
	text-indent: 2cm;	
}
h5
{
	font-family: arial narrow,helvetica;
	font-size: 12pt;
	color: navy;
	font-weight: normal;
	text-indent: 2cm;	
}
h6
{
	font-family: arial narrow,helvetica;
	font-size: 14pt;
	color: navy;
	font-weight: normal;
	text-decoration: none;
	text-indent: 1cm;
}
p
{
	font-family: arial narrow, helvetica;
	font-size: 9pt;
	color: navy;
	font-weight: normal;
}
td
{
	font-family: arial narrow, helvetica;
	font-size: 12pt;
	Text-align: center;
	color: navy;
}
