/* LAST MODIFIED 01.12.04 BY M. NAVEED USMAN */

a:visited    { text-decoration: underline; color: #FF3300; }
a:link       { text-decoration: underline; color: #FF3300; }
a:hover      { text-decoration: underline; color: #FFB0B0; }

a.side:visited    { text-decoration: none; color: #333333; font-size: 8pt;}
a.side:link       { text-decoration: none; color: #333333; font-size: 8pt;}
a.side:hover      { text-decoration: none; color: #FFFFFF; background: #333333; font-size: 8pt;}

body
	{
	background-image: url(images/bg_1.gif);
	background-repeat: repeat-y;
	}
	
.extend
	{
	background-image: url(images/bg_2.gif);
	background-repeat: repeat-x;
	}

td, p
	
	{ 
	font-family: Verdana, Arial, Sans-Serrif;
	font-size: 9pt;
	color: #666666;
	}

.footer
	
	{ 
	font-family: Verdana, Arial, Sans-Serrif;
	font-size: 8pt;
	color: #050566;
	}

li
	{
	list-style-type: square;
	}
	
input, textarea, select
  	
	{
	font-family: Arial, Verdana, Sans-Serrif; 
	font-size: 9pt; 
	background-color: #FFE8E8;
	}

.subheader
	{  
    font-family: Verdana, Arial, Sans-Serrif;
	font-size: 16pt;
	color:#000000;
	}

.oops
	{
	color:#FF3300;
	}

#links li {
	list-style-type: square;
	padding-bottom: 5px;
	}
	
	
