/* CSS Document */
a:link {
	text-decoration: underline;
	color: #000000
}
a:visited {
	text-decoration: underline;
	color: #000000
}
a:hover {
	text-decoration: none;
	color: #6D6D6D
}
a:active {
	text-decoration: none;
	color: #000000
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.page_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #063681;
}
.bold {
	font-weight: 600;
	font-size: 10px;
	color: #1E1E1E;
}
table {
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.tableMain {
	font-size: 10px;
	font-family: Verdana;
	color: #A16E2F;
	font-weight: normal;
	text-decoration: none;
}
.imageBorder {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
}
.tableContent {
	border-width: 1px;
	font-family: Verdana;
	border-style: solid;
	border-color: #666666;
	border-collapse: collapse;
}
.textfield {
	font-family: verdana;
	font-weight: bold;
	font-size: 9px;
	width: 120px;
	height: 15px;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
.textfieldLogin {
	font-family: verdana;
	font-weight: bold;
	font-size: 9px;
	width: 120px;
	height: 15px;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
.textarea {
	font-family: verdana;
	font-weight: normal;
	font-size: 9px;
	background-color: #FFFFFF;
	color: #000000;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	width: 250px;
}
.select {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	width: 120px;
}
.radiobutton {
	font: 10px verdana;
	color: #C3C3BD;
	background-color: #FFFFFF;
	border: none;
}
.checkbox {
	font: 10px verdana;
	color: #C3C3BD;
	background-color: #FFFFFF;
	border: solid 1px #C3C3BD;
}
.button {
	font: 10px verdana;
	font-weight: normal;
	color: #000000;
	background-color: #D39836;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	cursor: pointer;
}
ol {
	list-style-image: url(/portal/spanafrica/images/site/bullet_white.gif);
}
ul {
	list-style-image: url(/portal/spanafrica/images/site/bullet_white.gif);
}
/*- Menu 8--------------------------- 
	
#menu8 {
	width: 200px;
	margin: 10px;
	border-style: solid;
	border-color: #656556;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu8 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu8 li a:link, #menu8 li a:visited {
	color: #656556;
	display: block;
	background:  url(../images/m/menu8a.gif);
	padding: 8px 0 0 20px;
	}
	
#menu8 li a:hover {
	color: #474739;
	background:  url(../images/m/menu8a.gif) 0 -32px;
	padding: 8px 0 0 20px;
	}
	
        

*/    

    #list-menu {
        width: 200px;
            font-family: verdana;
            font-size: 8px; 
            
            margin: 0;
    }

    #list-menu ul {
        margin: 0;
            padding: 0;
            list-style-type: none;
    } 
    
    #list-menu li {
        margin: 2px 0 0;
		font-weight:normal;
    } 
    
    #list-menu a {
        display: block;
            padding: 2px 2px 2px 2px;
            padding-left: 30px;
            text-decoration: none; /*lets remove the link underlines*/
    } 

    #list-menu a:link, #list-menu a:active, #list-menu a:visited {
        color: #ffffff;
    }

    #list-menu a:hover {
            background: url(../images/m/nav.png);
            background-repeat: no-repeat; 
    }
	
