@charset "iso-8859-1";

/* author: puppetz */
/* Creation date: 11/5/2003 */
BODY {
SCROLLBAR-FACE-COLOR: #990000; 
SCROLLBAR-HIGHLIGHT-COLOR: #FFFF00; 
SCROLLBAR-SHADOW-COLOR: #444400; 
SCROLLBAR-3DLIGHT-COLOR: #FFFF00; 
SCROLLBAR-ARROW-COLOR: #FFFF00; 
SCROLLBAR-TRACK-COLOR: #000000; 
SCROLLBAR-DARKSHADOW-COLOR: #333300;
background-image: url(http://docweasel.com/img/00/skins/dhowa/back.png) ;
margin:0px;
overflow-x:hidden;
background-color:#000000;
color:#FFFF00;
font-family:verdana;
font-size:10px;

}

hr {
COLOR: #FFFF00;
}
h1 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:11px;
	font-weight:500;
	color:#FFFFFFF;
	}
h2 {
	font:bold 12px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
a:active {font-family: Verdana, Arial; color: #FFffff; text-decoration: none}
a:link {font-family: Verdana, Arial; color: #ff7700; text-decoration: none}
a:visited {font-family: Verdana, Arial; color: #ff6600; text-decoration: none}
a:hover {font-family: Verdana, Arial; color: #ffff00; text-decoration: underline overline}
p {font-family: Verdana, Arial; font-size:12}
td.redmenu
{font-size:12;
background-color:#990000;
padding:4px;
font-weight:bold
}
td.redmenu2
{font-size:10;
background-color:#000000;
padding:4px;
}
table {font-family: Verdana, Arial; font-size:12}
.leftmenu {font-family: Verdana, Arial; font-size:12}
input {font-family:Verdana, Arial; background-color:#990000; color:#ffff00
}
.topmenu:link {font-family: Verdana, Arial; color: #ff7700; text-decoration: none; font-size:10px}
.topmenu:visited {font-family: Verdana, Arial; color: #ff6600; text-decoration: none; font-size:10px}
.topmenu:hover {font-family: Verdana, Arial; color: #ffff00; text-decoration: underline overline; font-size:10px}
.topmenu:active {font-family: Verdana, Arial; color: #FFffff; text-decoration: none; font-size:10px
}
.article:link {font-family: Verdana, Arial; color: #ff7700; text-decoration: none; font-size:10px}
.article:visited {font-family: Verdana, Arial; color: #ff6600; text-decoration: none; font-size:10px}
.article:hover {font-family: Verdana, Arial; color: #ffff00; text-decoration: underline overline; font-size:10px}
.article:active {font-family: Verdana, Arial; color: #FFffff; text-decoration: none; font-size:10px
}
.textjustify {
FONT-SIZE: 10px; COLOR: #FFFFFF; text-align:justify
}
.text {
FONT-SIZE: 10px; COLOR: #FFFF00;
}
.textb {
FONT-SIZE: 10px; COLOR: #FFFF00; font-weight:bold
}
.text11 {
FONT-SIZE: 11px; COLOR: #FFFF00; TEXT-DECORATION: none
}
.text12 {
FONT-SIZE: 12px; COLOR: #FFFF00; TEXT-DECORATION: none
}
.text12bold {
FONT-SIZE: 12px; COLOR: #FFFF00; TEXT-DECORATION: none; FONT-WEIGHT: bold
}
.text12ital {
FONT-SIZE: 12px; COLOR: #FFFF00; TEXT-DECORATION: none; FONT-STYLE: italic
}
.text12 {
FONT-SIZE: 12px; COLOR: #FFFF00;
}
.text12b {
FONT-SIZE: 12px; COLOR: #FFFF00; BACKGROUND-COLOR: #606DF2;
}
.textcenter {
	TEXT-ALIGN: center; FONT-SIZE: 10px; COLOR: #FFFF00;
	}
HR { color:#FFFFFF; width:75%; size: 2px
}
.article1 { BACKGROUND-COLOR: #990000
}
.article2 { BACKGROUND-COLOR: #000000}

.logo {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:470px;
	margin:10px 150px 10px 130px;
	border:0px solid #FFFF00;
	padding:0px;
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:470px;
	margin:10px 150px 10px 130px;
	border:2px solid #FFFF00;
	background-color:#990000;
	padding:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:110px;
	top:10px;
	left:4px;
	border:2px solid #FFFF00;
	background-color:#000000;
	padding:0px;
	z-index:2;

/* 
IE5/Win incorrectly parses the "\"}"" value*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width:110px;
	}
/*  feeds correct length values to user agents (opera) that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector */
body>#navAlpha {width:110px;}
		
#navBeta {
	position:absolute;
	width:110px;
	top:10px;
	right:10px;
	border:2px solid #FFFF00;
	padding:6px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:110px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:110px;}