/*----- DWAF Scheme -----*/

html, body {
  color      : #000000;
  background : #FFFFFF;
}

body {
  margin                     : 0px;

}

h1 {
  font-size    : 22pt;
  color        : #FFCC00;
  font-style   : italic;
  width        : 100%;
  filter       : dropshadow(Color=#000000);
  margin       : 0pt;
}

body {
  font-size : 100%;
  font-family  : Verdana, "Trebuchet MS", Tahoma, Arial, Sans-Serif, Helvetica;
}

.mod
{
position:absolute;
left:450px;
top:80px;
z-index:1;
font-family : tahoma, arial, Sans-Serif
}

td {
  font-size    : 80%;
}

table {
  width        : 100%;
  border       : 1px;
}

table.fixed {
  width        : 780px;
  border       : 0px;
}

.smallnormaltext {
	font-size	: 70%;
}

.smallboldtext {
	font-size	:70%;
	font-weight : bold;
}

hr {
  color        : #006600;
  height       : 1px;
}


/*---------- Links: ----------*/
/*- top link back to Home Page -*/

.hometoplink
{
width      :100%;
filter     :dropshadow(Color='#000000',OffX='2',OffY='2');
}

/* 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	: #000000; }
a.onorange:visited	{ color	: #666666; }
a.onorange:hover	{ color	: #004080; 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 -----*/

form { margin : 3px; }

input {
	font-size : 100%;
	filter           : progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#C0C0C0');
}

/*----- End of style sheet -----*/