body {
	margin: 0px 0px 0px 0px;
	padding:0;
	background: url(images/bg.gif);
	text-align : center;
}
.text
{
	color: Black;
	font-size: 13px;
	font-family : sans-serif;
	padding-left : 20px;
	padding-right : 20px;
	z-index: 1;
	text-align: left;
}
.text a:link, .text a:visited
 {
	color: Black;
	text-decoration: underline;
}
.text a:hover
 {
	text-decoration: none;
}
.title
{
	padding-left: 10px;
	color: #9bc878;
	font-size: 20px;
	padding-right : 10px;
	font-family : sans-serif;
}
.title a:link, .title a:visited
 {
	color: #9bc878;
	text-decoration: underline;
}
.title a:hover
 {
 	color: #9bc878;
	text-decoration: none;
}
.img
{
	border: 1px dashed #9bc878;
	color: Black;
	font-size: 13px;
	font-family : sans-serif;
	text-align: left;
}
.img1
{
	border: 1px dashed #9bc878;
	float: left;
}
.img2
{
	border: 1px dashed #9bc878;
	float: right;
	table-layout : inherit;
	vertical-align : sub;
}

.cur,i
{
	padding-left: 5px;
	color: #3A3A3A;
	font-size: 11px;
	padding-right : 5px;
	font-family : sans-serif;
	font-style : italic;
}
.cur a:link, .cur a:visited
 {
	color: #3A3A3A;
	text-decoration: underline;
}
.cur a:hover
 {
	color: #3A3A3A;
	text-decoration: none;
}
.polosi
{
	background : White url(images/tarnsp_l.jpg) no-repeat bottom;
}
textarea,select,input
{
	border: 1px solid #dddddd;
	font: 11px;
	font-family : sans-serif;
	background : url(images/bg.gif);
	color : Black;
}

