.main { font-family: sans-serif ; background-color: #88bb88}
.login { background-color: green ; align: center }
.title { font-size: 18 ; font-weight: bold ; color: yellow}
.warn { font-weight: bold ; color: #aa2222}
.menu { font-family: sans-serif ;
		font-size: 16 ;
		font-weight: bold ;
		text-decoration: none ;
		color: yellow}

.menu2 { font-family: sans-serif ;
		font-size: 16 ;
		text-decoration: none ;
		color: blue}

.menu3 { font-family: sans-serif ;
		font-size: 16 ;
		font-weight: bold ;
		text-decoration: none ;
		color: blue}

.link { font-family: sans-serif ;
		font-size: 16 ;
		font-weight: bold ;
		color: blue}

.btn { background: #9BC3E6 url(/bg-translate.gif) ;
		color: #0022aa ;
		font-weight: bold }

.inpt { background-color: #aaddaa}

/*
button span {font-size:16px;font-weight:bold;position: relative;top:-10px;color: #006400;}
*/

.disabled_menu {
	color: #9c9c3d;
	cursor: default;
}