/*   
MemuLevel1 sets the information about the table in mnulevel1.asp.
We set the font-information for the td's of the table
We set the margins for the table
*/
.Login {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:10px;
	font-style: normal;
	font-weight: normal;
	color:#ffffff;
	text-decoration:none;
	background-color: #E2E2E0;
	width: 300px;
	/*height: 106px;*/
	/*text-align: right;*/
	/*vertical-align: middle;*/
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.LoginText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	font-style: normal;
	font-weight: normal;
	color:#ffffff;
	background-color: #E2E2E0;
	/*background-color: #46A1BE;*/
	text-decoration:none;
	padding: 0px 0px 0px 100px;
}

.LoginText a { 
	font-size:13px;
	color:#ffffff;
	background-color: #E2E2E0;
	/*background-image: url(../images/template/bullet_orange.gif);*/
	text-decoration:none;
}

.LoginText a:hover { 
	font-size:13px;
	color:#ffffff;
	text-decoration:underline;
	/*background-image: url(../images/template/bullet_orange_on.gif);*/
	background-color: #E2E2E0;
}

.Loginbox {
	font-size:11px;
	color:#FF7900;
	text-decoration:none;
	background-color: #ffffff;
	padding: 1px;
	border: 1px solid #7FA1A8;
	height: 20px;
	width: 140px;
}

.Secure {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:16px;
	font-style: normal;
	font-weight: normal;
	color:#1C6070;
	text-decoration:none;
	background-color: #E2E2E0;
	width: 300px;
	/*height: 106px;*/
	/*text-align: right;*/
	/*vertical-align: middle;*/
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.SecureText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	font-style: normal;
	font-weight: normal;
	width: 300px;
	color:#FFBF00;
	background-color: #E2E2E0;
	text-decoration:none;
	padding: 0px 0px 0px 40px;
}

.SecureText a { 
	font-size:13px;
	color:#FFBF00; 
	background-color: #E2E2E0;
	/*background-image: url(../images/template/bullet_blue.gif);*/
	text-decoration:none;
}

.SecureText a:hover { 
	font-size:13px;
	color:#FFBF00; 
	text-decoration:underline;
	/*background-image: url(../images/template/bullet_blue_on.gif);*/
	background-color: #E2E2E0;
}


.register {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	text-align:right;
	vertical-align: middle;
	background-color: #ffffff;
	padding: 10px 2px 10px 2px;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.Registerbox {
	font-size:11px;
	color:#FF7900;
	text-decoration:none;
	background-color: #ffffff;
	padding: 1px;
	border: 1px solid #FF7900;
	height: 20px;
	width: 130px;
}
.Registerbutton {
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	background-color: #46A1BE;
	padding: 1px;
	border: 1px solid #FF7900;
	height: 20px;
}



