/**
 *  FILE: chamili.css
 *
 *  ABSTRACTION:
 *    The CSS for the template interface of the AclaimAfrica. 
 *    Supported by IE 4+ and Netscape 4+.
 *
 *  DOCUMENTS:
 *    None
 *
 *  AUTHOR:
 *    Charles Mukasa
 *
 *  CREATION DATE (2004/10/13):
 *    
 *	  
 *
 *  COPYRIGHT:
 *    Char.
 *
 *  VERSION:
 *  1.0
 *
 *  NOTES:
 *    None
**/
.header {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	padding-top:20px;
	padding-bottom:5px;
	font-weight: bold;
	color: #ff0000;
}
.maroon {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.text{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	color: #ffffff;
	background-color : #000000;
}
.white{
   	background-color: #ffffff;
}
.red{
   	background-color: #FF0000;
}
.purple{
    font-family: verdana, arial, helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #CECECE;
   	background-color: #000000;
}
.gappie{
	padding-left:20px;
	background-color: #000000;
}
.gappie2{
    padding-top:57px;
	padding-left:20px;
}
.gappie3{
    padding-top:20px;
	padding-left:65px;
}
.blue{
    font-family: verdana, arial, helvetica;
	font-size: 11px;
    color: #0000ff;
	text-decoration: underline;
}
a:hover.blue{
    font-family: verdana, arial, helvetica;
	font-size: 11px;
    color: #ff0000;
	text-decoration: none;
}
.textinq{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	padding-top:5px;
	padding-bottom:5px;
	color: #ffffff;
	background-color : #000000;
}