/* ****************************************************************************
SnippetEdit - a tool that simplifies website content editing.
Copyright 2005 ShinySolutions.com <troy@shinysolutions.com>
Visit http://www.SnippetEdit.com for more information.

SnippetEdit Style Sheet
You can change the styles, but you do not need to.
**************************************************************************** */

body {
	padding:0;
	margin:0;
	background-color:#D2D9E3;
	color:#000000;
	font-family:Arial;
	font-size:8pt;
}
td {
	color:#000000;
	font-family:Arial;
	font-size:8pt;
}
h1 {
	margin:0;
	padding:0;
	font-size:12pt;
	font-weight:normal;
	color:#666666;
}
h2 {
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	margin:0px 0px 3px 0px;
	color: #;
	font-size: 10pt;
	font-weight: bold;
	color:#666666;
}
.b_out {
	/* background-color:#B6BEC8; */
	background-color:#D4D0C8;
	font-size:8pt;
	font-weight:normal;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
}
.b_over {
	background-color:#D4D0C8;
	font-size:8pt;
	font-weight:normal;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
}
.b_down {
	background-color:#D4D0C8;
	font-size:8pt;
	font-weight:normal;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
.seperator {
	height:5px;
	width:5px;
	background-color:#3399FF;
	margin-left:10px;
	margin-right:2px;
}
.img_cell {
	border-style:inset;
	border-width:2px;
	background-color:#ffffff;
}
input {
	font-size:8pt;
}

