/*    
**    Created by: Jude Lumala
**   Author: Metrocomia East Africa
**   Date: May 2002.
**   Modified by: Kira Kariakin
**   Date: May 21, 2002
*/

a  {
	font-family : verdana, arial, helvetica;
	font-style : normal;
	text-decoration : none;
}

img.picture {
	border: 1px solid #006600;
}

.heading {
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.header {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7FFCF;
	background-color: #66CC99;
	text-indent: 10px;
}
a:hover.header {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #990033;
	background-color: #66CC99;
	text-decoration: underline;
}
.text{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #004000;
	background-color : #ffffff;
	/*padding-top:10px;
	padding-bottom:3px;
	padding-left:1px;*/
}

.underlinedlinks{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #006600;
	background-color : #FFFFFF;
    text-decoration : underline;
}
a:hover.underlinedlinks{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #006600;
	background-color : #CCFFCC;
	
}

.title{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #E7FFCF;
	background-color : #006600;
}

.breadcrumbs{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #336666;
	background-color : #CCFFCC;
	text-indent: 10px;
}

a:hover.breadcrumbs{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #663300;
	background-color : #CCFFCC;
	text-decoration : underline;
}

.normalazul {
	color: #006C00; 
	font-family: Verdana, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
}

.copyright{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #8085A2;
	text-align: center;
	background-color: #ffffff;
}

b {
    font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight:bold;
}

td {  font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* Class for white squares and spaces*/
.white{
	color: #FFFFFF;
	background-color: #FFFFF;
}

/* Line of  the layout of the interface - borders */
.darkLine {
	background-color: #004000;
}

/* Line between links on the navigation */
.menuLine{
	color: #006600;
	background-color: #006600;
}

/* this is the one on the original template as blueone - Top square on the front page*/ 
.lightSquare{
	color: #000000;
	background-color: #CCFFCC;
}

/* this is the one on the original template as bluetwo - 
Second square on gradient of the front page*/ 

.lightSquare2{
    color: #660066;
	background-color: #66CC66;
}

/* this is the one on the original template as bluethree*/
.darkSquare { 
	color: #99FF99;
	background-color: #009000;
}

/* this is the one on the original template as bluefour*/
.darkSquare2 {                    
   border-bottom: 1px solid #004000;
   border-top:1px solid #004000;
   color: #52559F;
   background-color: #006400;
} 

.blueborder {                    
	border-bottom:  #004000 solid 1px;
	border-left: #004000 solid 1px;
	border-right: #004000 solid 1px;
	border-top:#004000 solid 1px;
	margin:0 0 0 0;
	color: #9497CC;
	background-color: #99CC99;
}

.textarea {                    
 	font-family: verdana, arial, helvetica;
	font-size: 10px;
	border-bottom:  #004000 solid 1px;
	border-left: #004000 solid 1px;
	border-right: #004000 solid 1px;
	border-top:#004000 solid 1px;
	margin:0;
}

.marquee{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #00911D;
	background-color : #FFFFFF
	vertical-align: middle;
}
