/* DebsAngel.com, black and white tone */

h1 {				color: #666666;
					font-family: sans-serif, times new roman, times, verdana;
					font-weight: normal;
					font-size: 30;
					text-align: center;
					vertical-align: middle;
					font-variant: small-caps;
					border-bottom: 1px solid;
					margin-bottom:10;
					margin-top:4;
}

form input,
form select,
form textarea {		font-family: Verdana, Arial, sans-serif;
					font-size: 12;
					text-align: left;
					border-style: solid;
					border-width: 1;
					background: #FFF0E0;
					border-color: #666666;
					padding: 0;
}

.noborder {			border: 0;
					background: #FFFFFF;
}

a:link,
a:active {			color: blue; }
a:visited {			color: purple; }
a:hover {			color: red; }

a {					text-decoration: underline;
					font-weight: regular;
}

body {				font-family: Verdana, Arial, sans-serif;
					font-size: 10;
					margin: 0px;
					margin-top: 5px;
					color: #999999;
					text-align: center;
					background: #ffffff;
					scrollbar-face-color: #CCCCCC;
					scrollbar-highlight-color: #FFFFFF;
					scrollbar-3dlight-color: #CCCCCC;
					scrollbar-darkshadow-color: #666666;
					scrollbar-shadow-color: #FFFFFF;
					scrollbar-arrow-color: #000000;
					scrollbar-track-color: #f5f5f5;
}

div.hl {			font-family: impact;
					font-size: 28;
					color: #FFFFCC;
					background: #000000;
}

table {				font-family: Verdana, Arial, sans-serif;
					font-size: 10;
					color: #666666;
					border-width: 0;
					background: #FFFFFF;
}

tr {				vertical-align: top;
}

th {				font-family: Verdana, Arial, sans-serif;
					font-size: 12;
					color: #FFFFFF;
					font-weight: bold;
					text-align: left;
					vertical-align: bottom;
					background: #333333;
					filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#333333, endColorstr=#666666);
}

td.border {			border-width: 0 1px 1px 1px;
					border-style: solid;
					border-color: #666666;
}

img	{				border-width: 0;
}

img.button {		border-width: 1px;
					border-style: solid;
					border-color: #999999 #333333 #333333 #999999;
					padding-bottom: 1px;
					filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#EEEEEE');
}

tr.menu {			vertical-align: middle;
}

tr.menu td {		border-width: 1px 0px 1px 0px;
					border-style: solid;
					border-color: #663300;
					color: #FFFF66;
					height: 26px;
					background-color: #9E4040;
					filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#9E4040', EndColorStr='#CC9B9B');
}


a.button {			border-width: 1px;
					border-style: solid;
					border-color: #CCCCCC;
}

a.button:hover {	border-color: #000000;
}

a.menu-small,
a.menu {			text-decoration: none;
					font-size: 10;
					font-family: Verdana, Arial, sans-serif;
					line-height: 19px;
					padding-left: 3pt;
					padding-right: 3pt;
					padding-bottom: 1pt;
}

a.menu-small {		font-size: 8pt;
					line-height: 15px;
}

a.menu-small:link,
a.menu-small:visited,
a.menu-small:active,
a.menu:link,
a.menu:visited,
a.menu:active {		color: #FFFF66;
}

a.menu-small:hover,
a.menu:hover {		color: white;
					background: #333333;
}