BODY { 
  margin: 1em;
  font-family: trajan pro, arial, serif;
  font-size: 10pt;
  line-height: 1.2;
  background-color: #000000;
  color: #ffffff;
  background-attachment: fixed;
  text-align: center; 
}
h1 {font-family: trajan pro, arial, serif; font-size: 28pt; font-weight: bold; text-align: center; color: #000000; background-color: #ffffff; }
h2 {font-family: trajan pro, arial, serif; font-size: 16pt; font-weight: bold; text-align: center; color: #6A6F73; background-color: #fFFFFF; }
h3 {font-family: trajan pro, arial, serif; font-size: 10pt; font-weight: bold; text-align: center; color: #6A6F73; padding-left: 28%; padding-right: 10%; background-color: #ffffff; }
p {font-size: 10pt; font-family: trajan pro, arial, serif; padding-left: 14px; padding-right: 14px;text-align: justify; }
#p1 {font-family: trajan pro, arial, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #675C94; background-color: #ffffff; }
div.pdmenu {
	padding:16px; padding-left: 7%; 
}
.pdmenu ul {
	margin: 0;
	padding: 0 0 0px 0;
	list-style-type: none;
	font-size: 8pt;
	text-align: center;
}
.pdmenu li  {
	width:12%;
	height: 38px;
	margin: 0 -1px 0 0;
	padding: 0;
	border:1px solid #6A6F73;
	color:black;
	text-decoration:none;
	background-color:#6A6F73;
	float:left;
	text-align: center;
	font-size: 8pt;
}
.pdmenu a {
	text-decoration: none;
	display: block;
	color: #6A6F73;
	background-color: #ffffff;
	padding: 5px;
	font-size: 10pt;
}
.pdmenu a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #0B4B6F;
}
.pdmenu li ul {
	display: none;
}
.pdmenu li:hover ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width: 12%;
	padding: 0;
	margin: 0;
	border:1px solid black;
}
.pdmenu li li {
	border: none;
	}	

.pdmenu li li a {
	padding: 2px 2px 2px 10px;
}

.support {
	clear: both;
}
#norm11 {text-align: justify; 
font-family: trajan pro, arial, serif;
font-size: 8pt;
background-color: #000000;
color: #ffffff;
padding-left:5px;
padding-right: 5px;
}
#outer {
 text-align: center;
 border:40px ridge #6A6F73;
 width:70%;
 margin:auto;
}
#col, table { margin-top: 0px; margin-bottom: 0px;
padding-top: 5px; padding-bottom: 5px; border-top: 10px solid #6A6F73; 
border-bottom: 10px solid #6A6F73; border-left: 10px solid #BDBFC1; border-right: 10px solid #BDBFC1; width: 100%; background-color: #ffffff; }
#table1 { margin-top: 0px; margin-bottom: 0px;
padding-top: 5px; padding-bottom: 5px; border-top: 15px solid #BDBFC1; 
border-bottom: 15px solid #BDBFC1; border-left: 15px solid #6A6F73; border-right: 15px solid #6A6F73; width: 100%; background-color: #ffffff; }
#tr, td { margin-top: 0px; margin-bottom: 0px;
padding-top: 5px; padding-bottom: 5px; border-top: 15px solid #BDBFC1; 
border-bottom: 15px solid #BDBFC1; border-left: 15px solid #6A6F73; border-right: 15px solid #6A6F73; width: 100%;  }
#logo
{
border: 0px;
width: 250px;
height: 238px;
font: 10pt verdana, arial, serif;
}
LI { display: list-item }
B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS  { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }
PRE { white-space: pre }
ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3px; margin-right: 3px;
font-weight: bold;
 color: #ffffff;
 background-color: #0B4A6C;
 text-align: center;
 font-family: verdana, arial, serif;
 font-size: 10pt; }


UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 3em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

A:link { color: #0B4A6C; font-weight: bold; background-color: #ffffff; }          /* unvisited link */
A:hover { color: #ffffff; font-weight: bold; background-color: #0B4B6F;}			/* hover link */
A:visited { color: #148CCD; font-weight: bold; background-color: #ffffff;}        /* visited links */
A:active { color: #30A9EB; font-weight: bold; background-color: #0B4B6F;}        /* active links */
a.cc-link{
	background-color: black;
}