/* CSS Document */



.t:link {
	text-decoration: none;
	color: #ffffff;
}
.t:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.t:hover {
	text-decoration: none;
	color:#3f3484;
}
.t:active {
	text-decoration: underline;
	color:#FF345C;
}



.s:link {
	text-decoration: none;
	color: #30C;
}
.s:visited {
	text-decoration: none;
	color:30C;
}
.s:hover {
	text-decoration: none;
	color:#C3373C;
}
.s:active {
	text-decoration: underline;
	color:#FFF;
}

body {
	background-color: #FFF;
	background-image: url(1-pix-tal/bg-big.jpg);
	background-repeat: no-repeat;
	 background-position: 50% 0%;
	 background-attachment:fixed;
	 margin-left: 0px;
	 margin-right: 0px;
	 margin-top: 0px;
}
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	font-size: 13px;
	color: #FFFFFF;
}



.style2 {
	color: #424242;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;	
}

.style3red {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#E70005
	
}

.style4red {
	font-family: Geneva, Arial, Helvetica, sans-serif;

	color:#E70005
	
}


.style5 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;}


.style9 {font-size: 18px}
.style10 {font-size: 22px; }

a:link {
	color: #30C;
}
a:visited {
	color: #30C;
}
a:hover {
	color: #C3373C;
}
a:active {
	color: #FFF;
	text-align: left;
}

