/*
 * Desert Fox Clan web site content styles
 */
body {
	margin:0px;
	padding:0px;
    text-decoration: none;
    font-style: normal;
    font-weight:normal;
    font-family:arial, sans-serif;
    font-size:14px;
	background-color:black;
    color:#FFFFDD;
   }
h1 {
    font-size:20px;
    font-weight:bold;
    color:#FFFFEE;
   }
h2 {
    font-size:18px;
    font-weight:bold;
    color:#FFFFEE;
   }
h3 {
    font-size:16px;
    font-weight:bold;
    color:#FFFFEE;
   }
h4 {
    font-size:16px;
    color:#FFFFEE;
   }
p  {
    font-size:14px;
   }
em {
    font-style: normal;
    color:#B0B000;
   }

.yellow  {
    color:#CCCC00;
   }

.dyellow  {
    color:#B0B000;
   }
.smallyellow
{
    font-size:11px;
    color:#CCCC00;
}
.tiny  {
    font-size:11px;
   }
.bold  {
	font-size: 15px;
	font-weight:bold;
	color: #FFFF00;
   }
.nolink  {
	color: #B08020;
   }

td.note {
    font-size:13px;
   }
   
.smallgrey {
	color:#A0A0A0;
    font-size:11px;
}

table.list {
	border : 1px solid #808080;
	background-color:transparent;
    color:#FFFFDD;
}
table.list td {
    font-size:13px;
	background-color:#202020;
   }
table.list td.title {
    font-weight:bold;
	background-color:#202020;
    color:#B0B060;
	height:22px;
   }
table.list td.bold {
    font-weight:bold;
	background-color:#202020;
   }
table.list td.black {
	background-color:#000000;
   }
table.list td.grey  {
    color:#A0A0A0;
   }

a, a:Link, a:active, a:visited
{
	text-decoration: none;
	color: #CCCC00;
}
a:hover
{
	text-decoration: none;
	color: #FFFF00;
}

table.list td a, table.list td a:Link, table.list td a:active, table.list td a:visited
{
	font-size: 13px;
	text-decoration: none;
	color: #CCCC00;
}
table.list td a:hover
{
	font-size: 13px;
	text-decoration: none;
	color: #FFFF00;
}

a.small, a.small:link, a.small:visited, a.small:active
{
    font-size:11px;
    text-decoration: none;
    color:#CCCC00;
}
a.small:hover
{
    font-size:11px;
    text-decoration: none;
    color:#FFFF00;
}

input, textarea, select {
	font-size : 13px;
	color : #F0F0F0;
	background-color : #303030;
	border : 1px solid #A0A0A0;
}

input.chk {
	background-color : #000000;
	border : none;
}

input.button {
	border : 2px solid #808080;
	background-color : #000000;
	color: #FFFFDD;
	font-size : 14px;
	font-weight : bold;
	padding : 0px;
	margin : 1px;
	cursor: pointer;
}
