A, BODY, INPUT, OPTION, SELECT, TABLE, TD, TR, LI, P, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

body  {
	background-color: #fff1c4; /*  fff1c4 is lighter  */
	color : #505050;
	font-weight : normal;
	font-style : normal;
	margin:0; 
	padding:0; 
	height: 100%;
	min-width: 850px;
	/* 
	width: 850px;
	min-height: 600px;
	max-width: 850px;
	*/
}

.main  {
	background: #ffffff;
	/* width: 95%; */
	width: 825px;
	height: 600px;
	min-height: 600px;
}

.mainlist  {
	background: #ffffff;
	width: 825px;
	height: 130px;
}

.footer  {
	background-color: #F87F14; 
	color : #FFFFFF;
	font-size : 10px;
	font-weight : normal;
	font-style : italic;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 2px;
	widows: 33%;
}

.lefttd  {
	background: url(/images/body_bg_leftclear.gif) top center repeat-y;
	width: 8px;
}

.midtd  {
	background-color: white;
}

.righttd  {
	background: url(/images/body_bg_rightclear.gif) top center repeat-y;
	width: 8px;
}

.lowerlefttd  {
	background: url(/images/body_bg_lowerleftclear.gif) top right no-repeat;
	width: 8px;
}

.bottomtd  {
	background: url(/images/body_bg_bottomclear.gif) top center repeat-x;
}

.lowerrighttd  {
	background: url(/images/body_bg_lowerrightclear.gif) top left no-repeat;
	width: 8px;
}

.whitebottomtd  {
	background: url(/images/body_bg_bottomclear.gif) top center repeat-x;
}

yLink { 
	Color: #FABF0D;
	text-decoration: none;
}
A.yLink { 
	Color: #FABF0D;
	text-decoration: none;
}
A:Hover.yLink { 
	Color: #e1ac0d;
	text-decoration: none;
}
A:Visited.yLink { 
	Color: #FABF0D;
	text-decoration: none;
}

oLink { 
	Color: #F87F14;
	text-decoration: none;
}
A.oLink { 
	Color: #F87F14;
	text-decoration: none;
}
A:Hover.oLink { 
	Color: #da6e0e;
	font-weight: bold;
	text-decoration: none;
}
A:Visited.oLink { 
	Color: #F87F14;
	text-decoration: none;
}

fLink { 
	Color: #FFFFFF;
	font-size : 10px;
	font-weight : normal;
	font-style : italic;
	text-decoration: none;
}
A.fLink { 
	Color: #FFFFFF;
	font-size : 10px;
	font-weight : normal;
	font-style : italic;
	text-decoration: none;
}
A:Hover.fLink { 
	Color: #d2d2d2;
	font-size : 10px;
	font-weight : normal;
	font-style : italic;
	text-decoration: none;
}
TABLE.RecordsTable {
	border: 1px outset #000000;
	background-color: #FABF0D;
	font-size: 12px;
}

.RecordsTableHeader {
	background-color: #FABF0D;
	font-weight: bold;
	color: #FFFFFF;
	Border-Bottom: #000000 1px outset;
	white-space: nowrap;
	padding: 4px;
}
.Record {
	background-color: #f0f0f0;
	Border-Bottom: #000000 1px outset;
}

.MenuTable {
	background-color: #f0f0f0;
	font-weight: normal;
	color: #000000;
	border: 1px outset #000000;
	white-space: nowrap;
}

.FooterTable {
	background-color: #FABF0D;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px outset #000000;
	white-space: nowrap;
}

.ErrorTable {
    width: 100%;
	padding: 10px;
	background-color: #FFEEEE;
	font-weight: normal;
	border: 1px solid #000000;
}

/*  Start of custom classes  */

.leftbkgd  {
	background: #ffffff url(/images/leftbkgd.jpg) top left repeat-y;
	width: 235px;
	height: 600px;
}

.leftpanel  {
	background: url(/images/leftpanel.jpg) top left no-repeat;
	width: 235px;
	height: 600px;
}

.listbkgd  {
	background: #ffffff url(/images/leftbkgd.jpg) top left repeat-y;
	width: 235px;
	height: 400px;
}

.listpanel  {
	background: url(/images/leftpanel.jpg) top left no-repeat;
	width: 235px;
	height: 400px;
}

.orange_title {
	color: #F87F14;
	font-weight: normal;
	font-size : 19px;
}

.orange_text {
	color: #F87F14;
}

.yellow_title {
	color: #FABF0D;
	font-weight: normal;
	font-size : 20px;
	padding-top: 15px;
	padding-bottom: 35px;
	padding-right: 30px;
}

.yellow_header {
	color: #FABF0D;
	font-weight: normal;
	font-size : 14px;
}

.yellow_text {
	color: #FABF0D;
	font-weight: bold;
}

.required {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

