	A {	color: #CD0000;  } 
	A:link {	color: #CD0000; text-decoration: none; } 
	A:visited {	color: #CD0000; text-decoration: none; } 
	A:active {	color: #CD0000;  } 
	A:hover		{ color: #8B0000;  } 

    A.menu {font-weight: bold; font-size: 8pt; font-family:Verdana; color: #FF4500; text-decoration: none;} 
	A:link.menu {font-weight: bold; font-size: 8pt; font-family:Verdana; color: #FF4500; text-decoration: none;} 
	A:visited.menu {font-weight: bold; font-size: 8pt; font-family:Verdana; color: #FF4500; text-decoration: none;} 
	A:active.menu {	color: #FF4500;} 
	A:hover.menu		{ color: #87CEFA;  } 

body {
	/*background-image: url(images/sky.gif);
	*/
	background-color: #C9CFFF;
	margin: 0px;
	padding: 0px;
	font-family: times New Roman;
	font-size: 14px;
}
div.header {
	 background-image: url(images/sky.jpg);
	/*background-image: url(images/bg-horz.jpg);*//
	background-color : Navy;
	width: 100%;
	height: 130px;
}
div.footer {
	 background-image: url(images/bg-footer.jpg);
	/*background-image: url(images/bg-horz.jpg);*//
	background-color : Navy;
	width: 100%;
	height: 90px;
	border-color: #000080;
	border-style: solid;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 2px;
}

table.template {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.menu {
    color: #FF4500;
	background-color : Navy;
	width: 135px;
	height: auto;
	text-align: left;
	vertical-align: top;
    font-size: 10pt;
    font-family:Verdana;
   text-decoration: none;
	
}
td.content {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
}
.title {
	color: #000066;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.title2 {
	color: #000066;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}


ul.ddm {
	padding: 5;
	margin: 0;
	list-style: none;
	color: #FF4500;
	background-color : Navy;
	width: 120px;
	font-weight: bold;
	font-size: 8pt;
	font-family:Verdana;
	color: #FF4500;
	text-decoration: none;
	line-height : 16px;
}
li.ddm ul.ddm {
  display: none;
	border: 1px;
	border-color: Blue;
	border-style: solid;
  position: absolute; 
  top: 1e;
  left: 50px;
  }
li.ddm > ul.ddm {
  top: 1e;
  left: 50px;
	}    
	
li.ddm:hover ul { display: block;}	
li.ddm:hover ul, li.ddm.over ul.ddm { display: block;}	
