/* CSS Document */

body {
	margin-top:10px;
	background:#999999;
	}
img {
	border:0px;
	}
table {
	border-collapse: collapse;
	text-align:center;
	}
.wrapper {
	width:769px;
	border:1px solid #000000;
	background:#ffffff;
	}
/* This style defines the area behind the logo. */
.logobkg {
	background:#333399;
	border-bottom:1px solid #000000;
	}
/* This style defines the area around the navigation bar. This is where the background image for the navigation bar is defines */
.navbar {
	position:relative;
	width:767px;
	background:#003399;
	}
/* These styles define the buttons in the navigation bar */
.buttons {
	margin:0px 0px 0px -16px;
	padding:0px 15px 0px 16px;
	text-transform:uppercase;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:.6em;
	white-space:nowrap;
	}  
.buttons a {
	float:left;
	border-style:none;
	border-right:1px solid #000000;
	padding:7px 20px;
	text-decoration:none;
	color:#9cf;
	}  
.buttons strong {
	float:left;
	border-style:none;
	border-right:1px solid #000000;
	padding:7px 20px;
	text-decoration:none;
	background:#000066;
	color:#fff;
	}
.buttons a:hover {
	color:#fff;
	background:#0000cc;
	border-bottom-width:0;
	}
.subnav {
	background:#000066;
	padding:3px;
	}
/* These styles define link behaviors */
a:active, a:focus {
   background-color:#FFFF00;
	}
a:hover
	{
   text-decoration: underline;
   color: green;
	}
a
	{
   text-decoration: none;
   color: #6699CC;
   font-style: none;
   font-size: 1em;
	}
/* These styles define the columns that appear within the body of the page */
.leftcolumn {
	width:568px;
	background:#ffffff;
	padding:12px 14px 16px 16px;
	float:left;
	style-list:none;
	}
.rightcolumn {
	width:196px;
	background:#ffffff;
	padding:12px 14px 16px 16px;
	}
.fullcolumn {
	width:767px;
	background:#ffffff;
	padding:12px 14px 16px 16px;
	}
/* Heading can be used alone or with Boxbeige and Boxwhite below */
.heading {
	background:#eeeeee;
	border:1px solid #cccccc;
	padding:5px 8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	font-weight:bold;
	text-transform:uppercase;
	color:#000066;
	}
/* Boxbeige and Boxwhite should be used with the Heading style above */
.boxbeige {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#feffef;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	}
.boxwhite {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#ffffff;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	}
/* These styles define font attributes */
h1 {
	font-family:Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	}
h4 {
	font-family:Arial, sans-serif;
	font-size:1em;
	font-weight:bold;
	}
.amharique_titre {
	font-size:1.5em;
	}
.amha_table {
	font-size:1.5em
	}
.smltxt {
	font-family:Verdana, sans-serif;
	font-size:.6em;
	}
p {
	font-family:Verdana, sans-serif;
	font-size:.8em;
	font-weight:normal;
	}
th {
	font-weight:normal;
	}
/* This style defines the footer */
.footer {
	position:relative;
	width:767px;
	padding:4px 12px;
	margin:0px;
	background:#000000;
	border-top:1px solid #666666;
	font-family:Verdana, sans-serif;
	font-size:.6em;
	color:#666666;
	clear:both;
	}
