#positioned-element {
	background-color: white;
	border: 1px silver solid;
	height: 75%;
	left: 210px;
	overflow: auto;
	position: absolute;
	top: 125px;
	width: 75%;
	z-index: 1;
}

#positioned-element_1 {
	background-color: #e6e6e6;
	border: 1px silver solid;
	height: 98px;
	left: 210px;
	overflow: visible;
	position: absolute;
	top: 15px;
	width: 75%;
	z-index: 1;
	text-align: center;
}

#positioned-element_2 {
	background-color: #e6e6e6;
	border: 1px silver solid;
	height: 2em;
	left: 5%;
	overflow: visible;
	position: absolute;
	top: 40%;
	width: 13em;
	z-index: 1;
	text-align: center;	font-size: 10px;	text-align: center;	padding-top: 1em;}

body {
	font-family: Arial, serif;
	font-size: 14px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(images/Background4.gif);
	background-color: #f4f4f4;
}

ul.navbar {
	left: 1em;
	list-style-type: none;
	position: absolute;
	top: 10px;
	width: 9em;
}

ul.navbar li {
	background: #e6e6e6;
	border-right: 10px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	margin: 0.5em 0;
	padding: 0.3em
}

ul.navbar a {
	font-weight: normal;
	font-size: 16px;
	font-variant: small-caps;
	text-decoration: none;
	color: #db002c;
}

ul.navbar a:hover {
  	color: red;
  	font-weight: bolder;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	text-align: justify;
	line-height: 130%;
}

td {
	border-bottom: 1px solid #c0c0c0;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
}

td:hover {	color: black;}

.tdBlank {
	padding-top: 5px;
	padding-bottom: 5px
}

.tdBlankSmall {
	padding-top: 0px;
	padding-bottom: 0px;
}

th {
	background: #e6e6e6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	border-bottom: 1px solid #c0c0c0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.BolderFont {
	font-weight: bolder;	
}

a {
	color: #de0029;
	font-weight: bolder;
}

a:hover {
	color: blue;
	background: #e6e6e6;
}

.TableSubTitle {
	background-color: #f4f4f4;
}

.TableNameText {
	color: #de0029;
	font-weight: bolder;
	font-size: 14px;}

ul.Text {

}


li.Text {	margin: 1%;	font-weight: bolder;	color: #585858;	list-style-type: circle;}

.red {
	color: red;
}

.black {
	color: black;
}

.blue {
	color: blue;
}

.c {	text-align: center;}
