@charset "utf-8";
/* CSS Document */

table.borders {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black;
}

.heading {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

a.heading:link{color:#FFF; text-decoration:none;}
a.heading:hover{color:#999; text-decoration:none;}

a.text:link{color:#000; text-decoration:none;}
a.text:hover{color:#999; text-decoration:none;}

.text_h {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: black;
	font-weight: bold;
}

.text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: black;
}

.paddingleft {
	padding-left: 30px
}

.paddingright {
	padding-right: 30px
}

.bordertop {
  border-top-width:1px;
  border-top-style:solid;
  border-color:black;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.pics {
	width: 70px;
	height: 56px;
}