A, BODY, INPUT, OPTION, SELECT, TABLE, TD, TR, LI, P, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

body  {
	background-color: #d0d0d0;
	color : #505050;
	font-weight : normal;
	font-style : normal;
	margin:0; 
	padding:0; 
	height: 100%;
	min-width: 900px;
	/* 
	width: 850px;
	min-height: 600px;
	max-width: 850px;
	*/
}

.main  {
	background: #ffffff;
	/* width: 95%; */
	width: 875px;
	height: 600px;
	min-height: 600px;
}

.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_leftshad.png) top center repeat-y;
	width: 8px;
}

.midtd  {
	background-color: white;
}

.righttd  {
	background: url(../images/body_bg_rightshad.png) top center repeat-y;
	width: 8px;
}

.lowerlefttd  {
	background: url(../images/body_bg_lowerleftshad.png) top right no-repeat;
	width: 8px;
}

.bottomtd  {
	background: url(../images/body_bg_bottomshad.png) top center repeat-x;
}

.lowerrighttd  {
	background: url(../images/body_bg_lowerrightshad.png) top left no-repeat;
	width: 8px;
}

.whitebottomtd  {
	background: url(../images/body_bg_bottomshad.jpg) top center repeat-x;
}

.yLink { 
	Color: #98c9d0;
	text-decoration: none;
}
A.yLink { 
	Color: #98c9d0;
	text-decoration: none;
}
A:Hover.yLink { 
	Color: #e1ac0d;
	text-decoration: none;
}
A:Visited.yLink { 
	Color: #98c9d0;
	text-decoration: none;
}

A.oLink, A:link.oLink, A:visited.oLink, A:active.oLink {
	Color: #808080;
	font-weight: bold;
	text-decoration: none;
}
A:hover.oLink { 
	Color: #000000;
	font-weight: bold;
	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: #000000;
	font-size : 10px;
	font-weight : normal;
	font-style : italic;
	text-decoration: none;
}
TABLE.RecordsTable {
	border: 1px outset #000000;
	background-color: #98c9d0;
	font-size: 12px;
}

.RecordsTableHeader {
	background-color: #98c9d0;
	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: #98c9d0;
	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  */

.leftpanel  {
	background: #98c9d0 url(../images/leftpanel.jpg) top left no-repeat;
	width: 220px;
	height: 600px;
	color: #000000;
}

.rightpanel  {
	background: #d1f0a1;
	/* background: #bbdd86; */
	width: 247px;
	height: 600px;
	color: #000000;
}

.required {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.vert_dash_white  {
	background: #98c9d0 url(../images/veritcal_dash_white.gif) top center repeat-y;
	width: 3px;
	height: 600px;
}
.vert_dash_dark  {
	background: #bbdd86 url(../images/veritcal_dash_dark.gif) top center repeat-y;
	width: 3px;
	height: 600px;
}

.all_caps {
	font-weight: bold;
	text-transform: uppercase;
}

.italic {
	font-weight: normal;
	text-style: italic;
}

