
a img{
	border: 0px;
}

html, body, div, p, table, tr, td, p{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
	color: #000;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	text-align: center;
	color: #000;
	background-image: url(../../img/bg.jpg);
	background-repeat: repeat-x;
}

	.page{
		width: 960px;
		margin: auto;
		text-align: left;
	}

		.header{
			text-align: center;
			height: 147px;
		}


	.tdLabel{
		color: #A6A3A3;
		font-weight: bold;
		font-size: 14px;
	}

	.tdValue{
		color: #fff;
		font-weight: bold;
		font-size: 15px;
	}

	.tdInput{
		font-size: 15px;
		font-weight: bold;
		
	}


	.err{
		padding: 5px;
		background-color: #fff;
		filter:alpha(opacity=80);
		opacity: 0.8;
		-moz-opacity:0.8;
		color: #ff0000;
		font-size: 12px;
		font-weight: bold;
	}

	.ok{
		padding: 5px;
		background-color: #fff;
		filter:alpha(opacity=80);
		opacity: 0.8;
		-moz-opacity:0.8;
		color: #00AD08;
		font-size: 12px;
		font-weight: bold;
	}

	.tal{
		text-align: left;
	}

	.tac{
		text-align: center;
	}

	.tar{
		text-align: right;
	}

	h1, h2, h3, h4{
		color: #56C4E9;
		font-weight: bold;
		border-bottom: 1px solid #56C4E9;
		padding-left: 10px;
	}

	h1{
		font-size: 16px;
	}
	h2{
		font-size: 15px;
	}

	h3{
		font-size: 14px;
	}
	h4{
		font-size: 13px;
	}


	.ui-autocomplete-loading { 
		background: #fff url('../../img/ui-anim_basic_16x16.gif') right center no-repeat;
	}

	.ui-autocomplete {
		max-height: 100px;
		overflow-y: auto;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		height: 100px;
	}

	a{
		font-size: 12px;
		color: #E0FFF0;
		text-decoration: none;
	}

	a:hover{
		color: #fff;
	}

	.content  a{
		font-size: 12px;
		color: #555;
		text-decoration: none;
	}

	.content a:hover{
		color: #000;
	}
