/* CSS Document */

.style1 {
	color: #FFFFFF;
	font-weight:bold;
	font-family: Verdana;
	font-size: 16px;
	font-variant: small-caps;	
}
.style2 {
	color: #FFFFFF;
	font-weight:normal;
	font-family: Verdana;
	font-size: 10px;
	font-variant: small-caps;
	text-decoration: none;
}
style2.visited {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
	font-variant: small-caps;
}
.style2b {
	color: #000000;
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
	font-variant: small-caps;
	text-decoration: none;
}
style2b.visited {
	color: #000000;
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
	font-variant: small-caps;
}
.style3 {
	color: #FFFFFF;
	font-weight: lighter;
	font-family: Verdana;
	font-size: 14px;
	font-variant: small-caps;
	font-style: italic;
	text-decoration:none;
}
.style3.visited {
	color: #FFFFFF;
	font-weight: lighter;
	font-family: Verdana;
	font-size: 14px;
	font-variant: small-caps;
	font-style: italic;
	text-decoration:none;
}
.style4 {
	color: #B51313;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;
}
style4.visited {
	color: #B51313;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	font-variant: small-caps;
}
.style5 {
	color: #000000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	font-variant: small-caps;	
	text-decoration: none;
}
.style5b {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	font-variant: small-caps;
	font-style:italic;
}
.style6 {
	color: #000000;
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
}
.style6b {
	color: #000000;
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	text-decoration:none;
	font-variant:small-caps;
}

.style7 {
	color: #B51313;
	font-weight: bold;
	font-family: Verdana;
	font-size: 18px;
	font-variant: small-caps;
	text-decoration: none;
}

.style8 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	font-size: 20px;
	font-variant: small-caps;
	text-decoration: none;
}

.opacy img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.4;
}

.opacy:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.der10{
	padding-right: 10px;
}

td#row1 { border: 1px solid black }