@charset "utf-8";
/* CSS Document */

body {
	background-image: url(Images/Page-Background.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: top, center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
.Headline {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.Headline2 {
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Headlinesmall {
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.Headlinesmall2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Headlinesmall li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
}
.TextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	vertical-align: text-top;
	text-align: left;
		
}
.TextBold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.Itemcode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.Copyright {
	font-size: 12px;
	text-align: right;
	font-weight: normal;
}
.TextLined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.Add {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
	font-weight: normal;
	top: auto;
	vertical-align: top;
}
.Construct {
	text-align: left;
	font-style: italic;
	font-weight: 600;
}
.Article {
	font-weight: normal;
	text-align: justify;
}
a:link {
	color: #FF0000;
}
a:hover {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #FFFD000;
	
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
	
  }

li {
	float: none;


	position: relative
	width: 10em;
  }

li ul {
  display: none;
  position: absolute;
  top: 1em;
  left: 0;
  }

li > ul {
	top: auto;
	left: auto;
	}

li:hover ul { 
    display:
	block; 
	background-color: #C6C8C8;
	min-width: 177px;
}
