body {
	margin: 0px;
	padding: 0px;
}

table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.big_text {
	padding-left: 8px;
	padding-top: 4px;
}

td.login {
	background-image: url(../images/getall_14.gif);
	padding: 5px;
}

td.t1_yellow {
	background-color: #FFE71C;
	border: 1px solid #000000;
	padding-left: 4px;
	font-size: 11px;
}
td.t1_white {
	height: 2px;
}
td.t1_orange {
	background-color: #FFE9B6;
	border: 1px solid #000000;
	border-bottom: none;
	padding: 4px;
}
td.t1_blue {
	background-color: #D3D8E4;
	border: 1px solid #000000;
	border-bottom: none;
	padding: 4px;
}
td.t1_black {
	height: 1px;
	background-color: #000000;
}

input.log_user {
	width: 142px;
	height: 22px;
	border: 1px solid #9c4909;
	background-image: url(../images/log_usr.gif);
	background-repeat: repeat;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #3426f1;
	padding: 2px;
}

input.log_pass {
	width: 142px;
	height: 22px;
	border: 1px solid #9c4909;
	background-image: url(../images/log_pwd.gif);
	background-repeat: repeat;
	color: #3426f1;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
}

a.pwd:link, a.pwd:visited {
	padding-left: 20px;
	color: #630101;
	font-size: 11px;
	text-decoration: none;
}

a.pwd:hover {
	text-decoration: underline;
}

p.hint {
	display: block;
	color: #f17f30;
	text-transform: uppercase;
	font-size: 11px;
	margin: 4px;
	padding-top: 2px;
	padding-bottom: 3px;
	line-height: 11px;
}
p.hint span {
	color: #3426f1;
	text-transform: none;
	font-size: 11px;
}

h2 {
	color: #BF0000;
	text-decoration: underline;
	margin: 0px;
	font-size: 11px;
}