body {
	background-color: #00009C;
	color: #DBDBDB;
	cursor:url("Arrow.cur"), default;
	font-variant: small-caps;
}

img {
	background-image: url(loading.jpg);
	background-repeat: no-repeat; 
	background-color: #00009C;
}

a:link {
	background-color: #00009C;
	color: #BF3EFF;
	cursor:url("Hand.cur"), default;
}

a:visited {
	background-color: #00009C;
	color: #EE82EE;
	cursor:url("Hand.cur"), default;
}

a:hover {
	background-color: #00009C;
	color: #DD5EF3;
	cursor:url("Hand.cur"), default;
}

table {
	border-style: none;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

td.bottom {
	border-bottom-width: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: #C0C090;
}

td.left {
	text-align: left;
}

img {
	border-style: none;
}

div.float {
	float: left;
	clear: both;
}

div.clear {
	clear: both;
}

div.center {
	text-align: center;
}

div.right {
	float: right;
}

span.smallertext {
	font-size: small;
}

p.right {
	text-align: right;
}

#dropmenudiv{
position:absolute;
border:0px solid black;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{
	color: #DD5EF3;
	background-color: #00009C;
}

.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 132px;

   border-width: 0px;
   border-style: solid;
   border-color: #000000;	
   background-color: #BFBFBF;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: block;
   width: 130px;

   padding: 2px;
   margin: 1px;
   font-family: Verdana;
   font-size: 11px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #558CFF;
   background-color: #000000;
}
.dropmenu a:hover {
   padding: 2px;
   margin: 1px;
   font-family: Verdana;
   font-size: 11px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #FFFFFF;
   background-color: #000000;
}

.skin0{
position:absolute;
width:185px;
border:2px solid black;
background-color:menu;
font-family:Verdana;
line-height:20px;
font-size:14px;
z-index:100;
visibility:hidden;
color:black;
}

.menuitems{
padding-left:10px;
padding-right:10px;
}