body{
	background: url(imgs/bg.gif) repeat;
	margin: 0 0;
}
.td_left{
	background: url(imgs/left.gif) repeat-y left;
}
.td_right{
	background: url(imgs/right.gif) repeat-y right;
}
a.image, a.image:active, a.image:visited{
	border: 1px solid #990033;
	display: block;
}
a.image:hover{
	border: 1px solid #FFF4BF;
	display: block;
}
.td_left_text{
	background: #FFA810 url(imgs/left_text.gif) no-repeat top left;

}
.td_right_text{
	background: #FFA810 url(imgs/s1.gif) no-repeat top right;
	padding-top: 31px;
}
.text{
	color: #FFFFFF;
	font: normal normal 11px Arial;

}
a.click, a.click:visited, a.click:active{
	color: #FFFFCC;
	font: normal bold 12px Arial;
	text-decoration: none;
}
a.click:hover{
	color: #990033;
	font: normal bold 12px Arial;
	text-decoration: none;
}
a.red, a.red:active, a.red:visited{
	color: #990033;
	font: normal normal 12px Arial;
	text-decoration: none;
}
a.red:hover{
	font: normal normal 12px Arial;
	text-decoration: underline;
}
a.white, a.white:active, a.white:visited{
	color: #FFFFFF;
	font: normal normal 12px Arial;
	text-decoration: none;
}
a.white:hover{	
	font: normal normal 12px Arial;
	text-decoration: underline;
}
.td_left_padd{
	padding-left: 10px;
}
.form{
	color: #FFFFFF;
	font: normal bold 18px Arial;
	text-decoration: none;
}
.input {
	width: 430px;
	border: 1px solid #DFDFDF;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	padding: 2px;	
	margin-top:5px;
}