/* classes for links */
A:LINK {
	color : #336699;
	text-decoration : none;
}
A:VISITED {
	color : #336699;
	text-decoration : none;
}
A:ACTIVE {
	color : #336699;
	text-decoration : none;
}
A:HOVER {
	color : #336699;
	text-decoration : none;
}
A.txt:LINK {
	color : #336699;
	text-decoration : underline;
}
A.txt:VISITED {
	color : #336699;
	text-decoration : underline;
}
A.txt:ACTIVE {
	color : #336699;
	text-decoration : underline;
}
A.txt:HOVER {
	color : #ffffff;
	background-color : #336699;
	text-decoration : none;
}
A.txtInvers:LINK {
	color : #ffffff;
	text-decoration : underline;
}
A.txtInvers:VISITED {
	color : #ffffff;
	text-decoration : underline;
}
A.txtInvers:ACTIVE {
	color : #ffffff;
	text-decoration : underline;
}
A.txtInvers:HOVER {
	color : #336699;
	background-color : #ffffff;
	text-decoration : none;
}
A.grey:LINK {
	color : #333333;
	text-decoration : none;
}
A.grey:VISITED {
	color : #333333;
	text-decoration : none;
}
A.grey:ACTIVE {
	color : #333333;
	text-decoration : none;
}
A.grey:HOVER {
	color : #aaaaaa;
	text-decoration : none;
}
A.greyInvers:LINK {
	color : #aaaaaa;
	text-decoration : none;
}
A.greyInvers:VISITED {
	color : #aaaaaa;
	text-decoration : none;
}
A.greyInvers:ACTIVE {
	color : #aaaaaa;
	text-decoration : none;
}
A.greyInvers:HOVER {
	color : #333333;
	text-decoration : none;
}
A.redBig:LINK {
	color : #aa0000;
	text-decoration : none;
}
A.redBig:VISITED {
	color : #aa0000;
	text-decoration : none;
}
A.redBig:ACTIVE {
	color : #aa0000;
	text-decoration : none;
}
A.redBig:HOVER {
	color : #333333;
	text-decoration : none;
}

/* classes for text */
.txt {
font-family : Verdana;
font-size : 11px;
font-weight : normal;
color: #336699;
}
.txtSmall {
font-family : Verdana;
font-size : 10px;
font-weight : normal;
color: #336699;
}
.txtBlack {
font-family : Verdana;
font-size : 11px;
font-weight : normal;
color: #333333;
}
.txtWhite {
font-family : Verdana;
font-size : 11px;
font-weight : normal;
color: #ffffff;
}
.txtRedBig {
font-family : Verdana;
font-size : 12px;
font-weight : normal;
color: #aa0000;
}
.txtLinkMain {
font-family : Verdana;
font-size : 11px;
font-weight : bold;
color: #333333;
}
.txtLinkMainActiv {
font-family : Verdana;
font-size : 11px;
font-weight : bold;
color: #aaaaaa;
}

/* classes for forms */
.logintxt {
width : 100px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.inputtxt60 {
width : 60px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.inputtxt100 {
width : 100px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.inputtxt120 {
width : 120px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.inputtxt150 {
width : 150px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.inputtxt170 {
width : 170px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.inputtxt250 {
width : 250px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.inputtxtarea370 {
width : 370px;
height : 45px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.inputtxtarea550 {
width : 550px;
height : 75px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.inputtxtarea {
width : 580px;
height : 100px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}



