body {
	background-color:#000000;
	/** bluish color: #002244 **/
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	padding-bottom: 20px;
}
.titlemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.titlemenuunder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.submenuunder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.subsubmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.subsubmenuunder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3399CC;
	padding: 0px;
}
.bodysubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399CC;
	padding: 0px;
	font-weight: bold;
}
.bodyhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3399CC;
	padding: 0px;
	font-weight: bold;
}
.bodyservices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3399CC;
	padding: 0px;
	font-weight: bold;
}
.botmenuhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFF66;
}
.botmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
}
.botmenuunder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	text-decoration: underline;
}
.copytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3399CC;
	font-weight: bold;
}
.subsubtop {
   display: block;
   height: 48px;   /* height of image */
   width: 50px;   /* width of image */
   background /**/: transparent url(Graphics/subsubtopbg.png) bottom left repeat;
   /* don't really break this next line */
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
             (src='Graphics/subsubtopbg.png',sizingMethod='scale');
}
.subsubbot {
   display: block;
   height: 48px;   /* height of image */
   width: 50px;   /* width of image */
   background /**/: transparent url(Graphics/subsubbotbg.png) top left repeat;
   /* don't really break this next line */
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
             (src='Graphics/subsubbotbg.png',sizingMethod='scale');
}
.lispacer {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.headspacer {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.transbutton {
   display: block;
   height: 50px;   /* height of image */
   width: 100px;   /* width of image */
   background /**/: transparent url(Graphics/buttonbg.png) top left no-repeat;
   /* don't really break this next line */
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
             (src='Graphics/buttonbg.png',sizingMethod='scale');
}
