body
{
	background-color: #E5E5E5;
	margin: 0px;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;  # #666666
}

a {
	color:#990000;
	text-decoration:none;
}

a.submenu {
	font-size:10px;
	color:#990000;
	font-weight:normal;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin: 7px 0px 10px 0px;
}

h2 {
	color:#990000;
	font-weight:bold;
	font-size:12px;
	margin:0px;
}


.dash_menu {
	background-image:url(../images/dash.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.content {
	padding:10px 15px 20px 15px;
	vertical-align:top;
	background-color:#FFFFFF;
}

.gray_line {
	background-image:url(../images/gray-line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.left {
	background-color:#F7F7F7;
	background-image:url(../images/gray-line.gif);
	background-position:right;
	background-repeat:repeat-y;
	padding:10px;
	vertical-align:top;
	width:160px;
}

.bottom {
	font-size:10px;
	color:#666666;
	text-align:center;
	background-image:url(../images/bottom_bg.jpg);
	height:36px;
	padding-top:12px;
	vertical-align:top;
	background-color:#CCCCCC;
}

.red {
	color:#990000;
	font-weight:bold;
}

.blue {
	color:#0369A7;
	font-weight:bold;
}

.green {
	color:#109805;
	font-weight:bold;
}

.orange {
	color:#FF6600;
	font-weight:bold;
}

.magenta {
	color:#8B00BF;
	font-weight:bold;
}

.block {
	border-top:4px solid #FFBE00;
	border-left:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	padding: 0px 5px 5px 5px;
	vertical-align:top;
}

.small_text {
	color:#000000;
	font-size:9px;
}

.small_white {
	color:#FFFFFF;
	font-size:9px;
}

.input {
	font-size:10px;
	color:#990000;
	height:16px;
	width:150px;
}

.text {
	font-size:11px;
	height:18px;
#	width:170px;
}

.textarea {
	font-size:11px;
	
}

.select {
	font-size:11px;
	height:18px;
}

.button {
	height:18px;
	width:70px;
	font-weight:bold;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	border:2px solid #990000;
	background-color:#FFFFFF;
}

ul {
	margin:8px 5px 10px 30px;
	list-style-image:url(../images/dot.gif);
}

.fieldstyle {
 		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
}