.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #404040;
	text-decoration: none;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

.text3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-decoration: bold;
}

.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-decoration: bold;
}

.text6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

.text7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FF0000;
	text-decoration: bold;
}

form {
	margin: 0px;
	padding: 0px;
}

.inp {
	font-family: Arial;
	font-size: 11px;
	border:  1px solid #A0A0A0;
	color: #404040;
	padding-left: 1px;
	padding-right: 1px;
}

.lnk {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #0013C5;
	text-decoration: underline;
}

.lnk:hover {
	color: #FF0000;
	text-decoration: none;
}
	
.lnk1 {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #0013C5;
	text-decoration: none;
}

.lnk1:hover {
	color: #FF0000;
	text-decoration: none;
}

.lnk2 {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;
}

.lnk2:hover {
	color: #FFA200;
	text-decoration: none;
}

.fotgal {
	border:2px;
	border-thickness: 1px;
	border-color: white;
	border-style: solid;
}

.selectedapp {
	border:2px; border-thickness: 2px; border-color: red; border-style: solid
}

.over {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-decoration: bold;
	color:blue
}

.out {
<!--	font-size:8pt;
	font-weight:normal;-->
	color:black
}

a:hover .fotgal  {
	border:1px;
	border-thickness: 1px;
	border-color: blue;
	border-style: solid
}


a:active .fotgal {
	border: 2px solid red; 
	-moz-outline: 2px solid red;
}
a:focus .fotgal {
	-moz-outline: 2px solid red;
}