@CHARSET "ISO-8859-1";

html,body {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
    
}

a.login {
	text-decoration: none;
	color: #FFF;
}

a.login:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

td img {
	display: block;
}

.content {
	width: 812px;
	background: url("../_img/main_cont.jpg");
}

.left_menu {
	width: 152px;
	background: url("../_img/left_cont.jpg");
}

.main_content {
	width: 770px;
	padding-left: 10px;
	margin-left: 10px;
	border: solid 0px #000;
}

.footer {
	background: url("../_img/footer.jpg");
	width: 964px;
	height: 52px;
}

#error{
	color: red;
}

a.left_nav{
	font-size: 10px;
	color: #00000;
	font-weight: bold;
	text-decoration: none;
}
