html
{
	padding: 0px;
	margin: 0px;
}

body
{
	background-color: #996600;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #EBE2CD;
}
.leftcolumn
{
	background-color: #000000;
	width: 176px;
	background-image: url(../images/shtmlimages/curve_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
	font-weight:bold;
	padding: 2px;
	text-align: right;
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rightcolumn
{
	background-color: #000000;
	width: 70px;
	background-image: url(../images/shtmlimages/curve_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
table, td, tr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #EBE2CD;
}
/****** HEADLINES ****/

/******* TOP MIDDLE AND BOTTOM OF PAGE **************/
.middletop
{
	background-color: #ffcc66;
	width: 580px;
}

.middlebot
{
	background-color: #f3c770;
	padding: 5px 20px 20px 20px;
}



/*********** LAYOUT *********************/

input {
	font-family:verdana,sans-serif;
	font-size:11px;
}
select {
	font-family:verdana,sans-serif;
	font-size:11px;
	border: solid 1px blue;
}
#layout{
		position:absolute;
		top:5px;
		left:20px;
}


/************ BODY BODY BODY ***************/
.bodysmall{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#ffffff;
		text-decoration:none;
}
.bodysmall A:link{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:12px;
		color:#ffffff;
		text-decoration:underline;
}
.bodysmall A:visited{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:12px;
		color:#ffffff;
		text-decoration:none;
}
.bodysmall A:hover{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:12px;
		color:#CC6666;
		text-decoration:none;
}
.bodytitle{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:bold;
		line-height:14px;
		color:#EBE2CD;
		text-decoration:none;
}
/************DIV TAGS **********************/

