

a.button 
{	font-weight: bold;	font-size:9px;	font-family: Verdana, Arial, Helvetica, sans-serif;	 padding:4px 8px; border-top: 1px solid white;	border-right: 1px solid black;	border-bottom: 1px solid black; border-left: 1px solid white;	text-align: center;	width: 120px; height: 20px;text-transform: uppercase; display: block;}

a:link.button 
{ 	background-color: #4169E1; 	color: #ffffff;	text-decoration: none; }

a:visited.button 
{	background-color: #4169E1; 	color: #fff;	text-decoration: none;}

a:hover.button 
{ 	background-color: #4169E1; 	color:#000000;	text-decoration: none;  border-left-color:black; border-right-color:white; border-top-color:black; border-bottom-color:white	}


a:active.button 
{ 	background-color: #369; 	color: #ccc; 	text-decoration: none; 	}




a:link.simple
{	color: #0000ff;	text-decoration: none; }
a:visited.simple
{	color: #0000ff;	text-decoration: none; }
a:hover.simple
{	color: #0000ff;	text-decoration: none; }




a.edit
{	font-weight: bold;	font-size:12px;	font-family: Verdana, Arial, Helvetica, sans-serif;	 padding:12px 0px; border-top: 1px solid white;	border-right: 1px solid black;	border-bottom: 1px solid black; border-left: 1px solid white;	text-align: center;	 width: 120px; height: 20px;text-transform: uppercase; display: block;}

a:link.edit
{ 	background-color: #0000ff; 	color: #ffff00;	text-decoration: none; }

a:visited.edit
{	background-color: #0000ff; 	color: #ffff00;	text-decoration: none;}

a:hover.edit
{ 	background-color: #0000ff; 	color:#000000;	text-decoration: none;  border-left-color:black; border-right-color:white; border-top-color:black; border-bottom-color:white	}


.white
{  color: #ffffff }