/*----- DWAF Scheme -----*/

html, body {
  color      		: #333333;
  background-color	: #008000;
  background 		: url('images/background.jpg');
}

body {
  font-family  : Verdana, Tahoma, "Trebuchet MS", Arial, Sans-Serif, Helvetica;
  margin : 0px;
}

h1 {
  font-size    : 20pt;
  color        : #FFFF99;
  width        : 100%;
  filter       : shadow(Color=#000000);
  margin       : 0pt;
}

h2, h3, h4 {
  margin       : 0pt;
}

.menu1
{
position:absolute;
left:235px;
top:40px;
z-index:1;
visibility: hidden;
font-family:tahoma, arial, sans-serif;
}

.menu2
{
position:absolute;
left:435px;
top:110px;
z-index:1;
visibility: hidden;
font-family:tahoma, arial, sans-serif;
}

.menu3
{
position:absolute;
left:435px;
top:280px;
z-index:1;
visibility: hidden;
font-family:tahoma, arial, sans-serif;
}

.menu4
{
position:absolute;
left:225px;
top:225px;
z-index:1;
visibility: hidden;
font-family:tahoma, arial, sans-serif;
}

.menu5
{
position:absolute;
left:5px;
top:255px;
z-index:1;
visibility: hidden;
font-family:tahoma, arial, sans-serif;
}

.menu6
{
position:absolute;
left:45px;
top:100px;
z-index:1;
visibility: hidden;
font-family:tahoma, arial, sans-serif;
}


.menutable
{
padding: 4px 4px 4px 4px;
border: 1px solid #000000;
background:#FFFFFF;
FILTER: Alpha(Opacity=80, FinishOpacity=80,Style=1);
filter: progid:DXImageTransform.Microsoft.Shadow (Color=#C0C0C0, Direction=125, Strength=5);
width:150px;
}


td {
  font-size    : 80%;
}

table {
  width        : 100%;
  border       : 0px;
  border-collapse: collapse;
}

table.fixed {
  width        : 780px;
  border       : 0px;
  border-collapse: collapse;
}

.smallnormaltext {
	font-size	: 70%;
}

.smallboldtext {
	font-size	: 70%;
	font-weight : bold;
}

.links{
	font-size	: 80%;
}


hr {
  color        : #333333;
  height       : 1px;
}

ul
{
	list-style-image: url('images/arr_wht_1.gif'); 
}

.navbar {
	filter			: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FF9900', EndColorStr='#FFFF66');
	font-size		: 70%;
	padding			: 4;
	border-color	: FFFF66;
	border-collapse	: collapse;
	border-width	: 1px;
	background-color: FFCC00;
}

.filter {
	filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FF9900', EndColorStr='#FFFFCC');
}

.filter1 {
	filter           : progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#CC3300', EndColorStr='#FF9900');
}

.filter2 {
	filter           : progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#008000', EndColorStr='#00CC00');
}

/*---------- Links: ----------*/
/*- top link back to Home Page -*/

/* LINKS */
/* All normal links on white background */
a:visited	{ text-decoration	: none; }
a:link		{ color				: #0000FF; text-decoration:none; }
a:hover		{ color				: #6699FF; text-decoration:underline; }

/* All other links */
a.onorange:link		{ color	: #000080; }
a.onorange:visited	{ color	: #800080; }
a.onorange:hover	{ color	: #336699; text-decoration:none;}
a.onblue:link		{ color	: #FFFFFF; }
a.onblue:visited	{ color	: #FFFFFF; }
a.onblue:hover		{ color	: #FFFF66; }


/*----- Paragraphs -----*/

p {                                /* justified */
  text-align   : justify;
}

p.center {                         /* centered */
  text-align   : center;
}

p.right {                         /* right-aligned */
  text-align   : right;
}


/*----- Images -----*/

img { border : 0px none; }


/*----- Form elements -----*/
.greytext {
  color : #C0C0C0;
}

.blacktext {
  color : #000080;
}

form { 
margin : 0px; 
}

input {
	font-size : 80%;
	font-weight : bold;
	filter           : progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#C0C0C0');
}

select
{
	font-size : 90%;
}

/*----- End of style sheet -----*/