body {
	padding:0px;
	margin:0px;

}

td {
	font-family:tahoma;
	font-size:11px;
	color:#404040;
}

.txt{
font-family:tahoma;
font-size:11px;
color:#000000;
line-height:17px;
padding: 15px;
}

.txt_form{
font-family:arial;
font-size:11px;
color:#8C2020;
line-height:17px;
padding : 5px;
}

.bdr {border:1px solid #E9E9E9;
background-color:#F4F4F4;
}

form {
	padding:0px;
	margin:0px;
}

input{
	border:1px solid #CCC9C9;
	background-color:#F9F7F7;
	color:#000;
	font-family:tahoma; 
	font-size:11px; 
}

textarea{
	border:1px solid #CCC9C9;
	background-color:#F9F7F7;
	color:#000;
	font-family:tahoma; 
	font-size:11px;
	padding:1px; 
}

select{
	border:1px solid #CCC9C9;
	background-color:#F9F7F7;
	color:#000;
	font-family:tahoma; 
	font-size:11px; 
	padding:1px;
}


a.info{
	font-family:arial; 
	font-size:11px; 
	color:#5291B4;
	text-decoration:none;
}

a.info:hover{
	font-family:arial; 
	font-size:11px; 
	color:#5291B4;
	text-decoration:underline;
}
.button{
	background-image:url(../images/button_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #E1E1E1;
	color:#444;
	font-family:tahoma; 
	font-size:11px; 
}

.bg{
	background-image:url(../images/bg.gif); 
	background-repeat:repeat-x;
}