		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; }

		body {
			background-color : #e1ecf0;
			margin-bottom : 0px;
			margin-left : 0px;
			margin-right : 0px;
			margin-top : 0px;
		}
		.login { 
			border-style: solid; 
			border-color: #666666; 
			border-width: 1px; 
			font-family : Arial, Helvetica, Verdana;
			font-size : 11px;
			font-style : normal;
			color: #666666;
			height: 114px;
			vertical-align: top;
			background-color: #ffffff;
		}
		.text {
			font-family : Arial, Helvetica, Verdana;
			font-size : 11px;
			font-style : normal;
			color: #666666;
			text-transform: uppercase;
		}
		.small_text {
			font-family : Arial, Helvetica, Verdana;
			font-size : 10px;
			font-style : normal;
			color: #666666;
		}
		.small_text a {
			font-family : Arial, Helvetica, Verdana;
			font-size : 10px;
			font-style : normal;
			color: #666666;
		}
		input {
			background-color : #ffffff;
			border : 1px solid #999999;
			font-family : Arial, Helvetica, Verdana;
			font-size : 11px;
			font-style : normal;
			color: #000000;
		}
		.btn_submit {
			font-family: Arial, Helvetica, Verdana;
			font-size: 11px;
			font-style: normal;
			color: #000000;
			letter-spacing: 1px;
			background-color: #eeeeee;
			border: 1px solid #666666;
			text-transform: uppercase;
		}