		body {
			margin-bottom : 0px;
			margin-left : 0px;
			margin-right : 0px;
			margin-top : 0px;
		}
		
		a:link { text-decoration: none; color: #000; }
		a:active { text-decoration: none; color: #000; }
		a:visited { text-decoration: none; color: #000; }
		a:hover { text-decoration: underline; color: #000; }
		
		.footer {
			background-color: #cccccc;
			height: 35px;
		}
		.footerborder {
			background-color: #999999;
			height: 1px;
		}
		
		.login { 
			border-style: solid; 
			border-color: #666666; 
			border-width: 1px; 
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size : 11px;
			font-style : normal;
			color: #666666;
			vertical-align: top;
			background-color: #ffffff;
		}
		
		input {
			background-color : #ffffff;
			border : 1px solid #999999;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size : 11px;
			font-style : normal;
			color: #000000;
		}
		
		.btn_submit {
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			color: #000000;
			letter-spacing: 1px;
			background-color: #eeeeee;
			border: 1px solid #666666;
			text-transform: uppercase;
		}
		.title {
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #ff9900;
		}