/* CSS Document */

.txt1 {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #070707;
}

.txt1 a:link {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FF0000;
}
.txt1 a:visited {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FF0000;
}
.txt1 a:hover {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FF0000;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight:bold;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #OOO;
	font-weight:bold;
	padding-left: 20px;
	padding-right: 20px;
}
.txt2 {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #777777;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.txt2 a:link{
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #D1265C;
	text-decoration:none;
}
.txt2 a:visited{
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #D1265C;
	text-decoration:none;
}
.txt2 a:hover{
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #D1265C;
	text-decoration:underline;
}
.txt3 {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #f2f2f2;
}
.txt3 a:link{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFCC;
	text-decoration:none;
}
.txt3 a:visited {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFCC;
	text-decoration:none;
}
.txt3 a:hover{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFCC;
	text-decoration:underline;
}
