body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #E3EEE0;
}

 table
 {
    font-family:  tahoma;
    font-size:10pt;
 }

th, td {
	font-size: 10pt;
}

img { border: 0; }


a 
{
    font-family:tahoma ;
    font-size:10pt;
    color: #000000;
	text-decoration:none;
}
a:hover {
	color: #1E7D4B;
	text-decoration:underline;
}


.navbar{
	position: relative;
	margin-right:100px;
	margin-left:20px;
	padding: 0px;
	text-align:right;
	font-family: tahoma;
	font-size:11pt;
}

.navbar a {
	display: block;
	padding: 2px 0px 2px 10px;
	color:#FF4300;
	text-decoration:none;
	font-size:11pt;
}

.navbar a:hover{
	background-color: #F1DBBC;
	text-decoration:underline;
	font-size:11pt;

}
.navbar a:visited{
	display: block;
	padding: 2px 0px 2px 10px;
	color:#000000;
	font-size:11pt;

}

.textboxstyle { 	
		font-family:tahoma;
		font-size:10pt;
		border-style:solid;
		color:#006699;
		height: 25px;
		width:90%;
		text-align:right;
	}
