/*--------htmfiles external css rules page for C&A--------------------*/
body {
  background-color: rgb(5, 8, 72);
}
p {
   font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
p.center {
	border-top: 1px solid #000099;
	text-align: center;
	font-size: 10px;
}
p.regular {
   text-align: left;
}
p.page {
	text-align: center;
}
h1 {
   color: #000000;
   font-family: impact;
   font-size: 2.25em;
   margin: 0px;
   padding-left: 10px;
}
h2, h3, h4, h5 {
   font-family: "Times New Roman", Times, serif;
	text-align: center;
}
font.lite {
	font-size: 27px;
	color: gray;
}
#wrap {
	/*background-color: rgb(0, 0, 0);*/
	color: rgb(0, 0, 0);
	margin: 15px 40px 10px 25px;
	/*padding: 10px;*/
}
#dropmenudiv{
   position:absolute;
   border:1px solid #000099;
   border-bottom-width: 0;
   font:normal 12px Verdana;
   line-height:18px;
   z-index:100;
}

#dropmenudiv a{
   color: #000000;
   width: 100%;
   display: block;
   text-indent: 3px;
   border-bottom: 1px solid #000099;
   padding: 1px 0;
   text-decoration: none;
   /*font-weight: bold;*/
}
#dropmenudiv a:hover{
   background-color: #ff0000;
	color: #ffffff;
}
#header {
   background-color:  #ffffff;
	border-left: 1px solid #000099;
	border-right: 1px solid #000099;
   border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
   height: 59px;
	margin: 0px;
   width: 100%;
   padding: 10px;
}
#navcent {
   background-color: rgb(5, 8, 72);
   color: rgb(0, 0, 0);
	/*border-left: 2px solid #000099;
	border-right: 2px solid #000099;*/
   /*border-bottom: 1px solid #000099;*/
	/*border-top: 1px solid #000099;*/
   list-style: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
	text-align: center;
   width: 100%;
	display: block;
}
#navcent ul {
	margin: 0;
	padding: 0;
}
#navcent li {
	background-color: rgb(5, 8, 72);
	color: rgb(255, 255, 255);
	display: inline;
}
#navcent li a:link {
	background-color: rgb(5, 8, 72);
	color: rgb(255, 255, 255);
	text-decoration: none;

}
#navcent li a:visited {
	text-decoration: none;
	background-color: rgb(5, 8, 72);
	color: rgb(255, 255, 255);
}
#navcent li a:hover {
   background-color: #ff0000;
   color: #ffffff;
}
#content {
	background-color: #ffffff;
	border-top: 1px solid #000099;
	border-left: 1px solid #000099;
	border-right: 1px solid #000099;
   border-bottom: 1px solid #000099;
	color: #000000;
	margin: 0 /*0 10px 0*/;
	padding: 10px;
	width: 100%;
}
#content ul {
   font-family: "Times New Roman", Times, serif;
   font-size: 12pt;
}
#content a {
	background-color: #ffffff;
	color: #000099;
	text-decoration: underline;
}
#content a:visited {
	text-decoration: underline;
	background-color: #ffffff;
	color: #000099;
}
#content a:hover {
   background-color: #ff0000;
   color: #ffffff;
}
/*#topright {
  position: absolute;	
  top: 21px;
  right: 155px;
}
#topright {
  font-family: "Times New Roman", Times, serif;
  font-size: 4px;
}*/
/*-------The end of CSS format--------*/