BODY {
	background-color : Black;
	color : #ADC1E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}

A {
	color : #ADC1E2;
	font-size : 12px;
}

A.small {
	font-size : 10px;
	font-weight : normal;
}

A:ACTIVE, A:LINK, A:VISITED {
	text-decoration : none;
}

A:FOCUS, A:HOVER {
	color : Cyan; 
	text-decoration: overline underline; 
}

TABLE.border {
	background-color : #003399;
}

textarea
  {
    border: 1px solid;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
	color: #ADC1E2;
    background: #000000;
	font-size : 11px;
  }

  input
  {
    border: 1px solid;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
	color: #ADC1E2;
	background: #000000;
	font-size : 11px;
  }

  input.radio
  {
    border: none;
	background: transparent;
  }

  input.checkbox
  {
    border: none;
	background: transparent;
  }

  select
  {
    border: 1px solid;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
	color: #ADC1E2;
	background: #000000;
	font-size : 11px;
  }

table
  {
	padding-bottom: 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	border : 0;
}

TD 
  {
	padding-bottom: 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	font-size : 12px;
}

TD.scan
{
	background: url(../images/struc/Untitled-1_03.jpg);
}

TD.scanheader {
	font-weight : bold;
	background: url(../images/struc/Untitled-1_03.jpg);
}

img {
	border : 0;
}

TD.small {
	font-size : 10px;
}

TD.resources {
    font-size : 10px;
	text-align : center;
}

TD.hostile {
	color : #DC143C;
}

TD.friendly {
	color : #32CD32;
}

TD.header {
	font-weight : bold;
	text-align : center;
}

TD.gheader {
        
        font-weight : bold;
}

TD.bigheader {

	font-weight : bold;
	width : 100%;
	font-size : 14px;
}

TD.highlight_none {
	background-color : #0066FF;
	font-weight : bold;
	width : 25%;
}

TD.minecap {
        background-color : #333333;
}

TD.highlight_yellow {
	background-color : #ABA827;
	font-weight : bold;
	width : 25%;
}

TD.highlight_green {
	background-color : #32CD32;
	font-weight : bold;
	width : 25%;
}

TD.highlight_red {
	background-color : Red;
	font-weight : bold;
	width : 25%;
}

TD.news_header {
	background-color : Blue;
	font-weight : bold;
}
