.menu {
	font-family: Arial, helvetica, sans-sheriff;
	font-size: 16px;
    color: #EC6D20;
	text-decoration: none;
}
.menu:hover {
	font-family: Arial, helvetica, sans-sheriff;
	font-size: 16px;
	text-decoration: none;
    color: #EC6D20;
}
.text {
	font-family: Arial, helvetica, sans-sheriff;
	font-size: 12px;
    color: #000000;
	text-decoration: none;
}
.text:hover {
	font-family: Arial, helvetica, sans-sheriff;
	font-size: 12px;
	text-decoration: none;
    color: #000000;
}
.title {
	font-family: Arial, helvetica, sans-sheriff;
    font-weight: bold;
	font-size: 16px;
    color: #EC6D20;
	text-decoration: none;
    margin-top: 0px;
}
.title:hover {
	font-family: Arial, helvetica, sans-sheriff;
    font-weight: bold;
	font-size: 16px;
	text-decoration: none;
    color: #EC6D20;
}

.input {color: #000000; font-family: arial,helvetica,sans-serif; border: 0px solid #DEDEDE; font-size: 12px; background-color: #FFFFFF; margin-left: 5px;}
.code {BACKGROUND: #FDFEFF; BORDER-BOTTOM: #FDFEFF 0px solid; BORDER-LEFT: #FDFEFF 0px solid; BORDER-RIGHT: #FDFEFF 0px solid; BORDER-TOP: #FDFEFF 0px solid; COLOR: #000000; FONT: 16px verdana; FONT-WIDTH: 72px; font-weight: bold;}
input.submit {
	background: transparent url(../interface/submit_bg.gif) no-repeat 0 0;
	width: 143px;
	height: 22px;
	color: #FFFFFF;
	font-size: 12px;
	vertical-align: middle;	
	padding: 4px 10px 3px 3px;
	border: 0;
	margin: 0;
}

