a.r:link {    	
	display:block;
	width:110px;
	font-weight:normal;
	text-decoration:none;
	color:rgb(0,0,0);
	padding-left:5px; 
	margin:1px; 
    border-style:outset;
	border-color:grey;
	border-width:2px;
	font-size:5pt;
		vertical-align:middle;
	border-top-right-radius: 50px 50%;
        border-bottom-right-radius: 50px 50%;
        border-top-left-radius: 25px 15%;
        border-bottom-left-radius: 25px 15%;
    -moz-border-radius: 4px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	 
	}
a.r:visited { 	
	display:block;
	font-weight:normal;
	text-decoration:none;
	color:rgb(0,0,0);
	padding-left:5px;
	margin:2px; 
	border-style:outset;
	font-family:Arial; font-size:6pt;
    }
a.r:hover {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:rgb(0,0,0); 
	width:100px;
	background-color:rgb(50%,50%,50%);
	border-style:outset;
	width:100px;
	font-family:Arial; font-size:6pt;
    }
a.r:active {	
	display:block;
	background-color:rgb(30%,30%,30%); 
	border-style:inset; 
	color:rgb(0,0,0); 
	font-family:Arial; 
	font-size:5pt;
    }

a.l:link {    	
	display:block;
	width:100px;
	font-weight:normal;
	text-decoration:none;
	color:rgb(0,0,0);
	padding-right:2px; 
	margin:1px; 
    border-style:outset;
	border-color:grey;
	border-width:2px;
	font-size:5pt; 
	text-align:right;
	vertical-align:middle;
	border-top-right-radius: 25px 15%;
        border-bottom-right-radius: 25px 15%;
        border-top-left-radius: 50px 50%;
        border-bottom-left-radius: 50px 50%;
    -moz-border-radius: 4px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	 
	}
a.l:visited { 	
	display:block;
	font-weight:normal;
	text-decoration:none;
	color:rgb(0,0,0);
	padding-left:5px;
	margin:1px; 
	border-style:outset;
	font-family:Arial; font-size:6pt;
    }
a.l:hover {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:rgb(0,0,0); 
	width:100px;
	background-color:rgb(50%,50%,50%);
	border-style:outset;
	font-family:Arial; font-size:6pt;
    }
a.l:active {	
	display:block;
	background-color:rgb(30%,30%,30%); 
	border-style:inset; 
	color:rgb(0,0,0); 
	font-family:Arial; 
	font-size:6pt;
    }

body {  font-family:Arial; font-size:8pt; }
table {  font-family:Arial; font-size:8pt; }

