A, BODY, INPUT, OPTION, SELECT, TABLE, TD, TR, LI, P, TEXTAREA {
	font-family:  Arial, Verdana,Helvetica, sans-serif; 
	font-size: 13px;
}

body  {
	background-color: #d0d0d0;
	color : #505050;
	font-weight : normal;
	font-style : normal;
	margin:0; 
	padding:0; 
	width: 100%;
	min-width: 832px;
	height: 100%;
}

.main  {
	background: #ffffff;
	width: 800px;
	height: 640px;
	min-height: 640px;
}

.header {
  background: #ffffff url(/images/header.jpg) top left no-repeat;
	width: 800px;
	height: 147px;
}

.mainmenu {
  background-color: #000000;
}

.bottombars {
  background: #ffffff url(/images/footer.jpg) bottom left no-repeat;
	width: 800px;
	height: 34px;
}

.footer  {
	color : #505050;
	font-size : 10px;
	font-weight : normal;
	font-style : italic;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 2px;
	width: 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;
}

A, A:Link, A:Visited, A:Active {
	Color: #000000;
	Text-Decoration: None;
}
A:Hover {
	Color: #666666;
	Text-Decoration: Underline;
}

TABLE.RecordsTable {
	border: 1px outset #000000;
	background-color: #FFFFFF;
	font-size: 12px;
}

.RecordsTableHeader {
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
	Border-Bottom: #000000 1px outset;
	white-space: nowrap;
	padding: 4px;
}
.Record {
	background-color: #EFEAEA;
	Border-Bottom: #000000 1px outset;
}

.MenuTable {
	background-color: #EFEAEA;
	font-weight: none;
	color: #000000;
	border: 1px outset #000000;
	white-space: nowrap;
}

.FooterTable {
	background-color: #000000;
	font-weight: none;
	color: #FFFFFF;
	border: 1px outset #000000;
	white-space: nowrap;
}

.ErrorTable {
    width: 100%;
	padding: 10px;
	background-color: #FFEEEE;
	font-weight: none;
	border: 1px solid #000000;
}

A.wLink, A:link.wLink, A:visited.wLink, A:active.wLink {
	Color: #cadee5;
	font-weight : bold;
	font-style : italic;
	text-decoration: none;
}
A:hover.wLink { 
	Color: #ffffff;
	font-weight : bold;
	font-style : italic;
	text-decoration: none;
}

A.pLink, A:link.pLink, A:visited.pLink, A:active.pLink {
	Color: #de0b0b;
	font-weight : normal;
	font-style : normal;
	text-decoration: none;
	line-height: 20px;
}
A:hover.pLink { 
	Color: #808080;
	font-weight : normal;
	font-style : normal;
	text-decoration: none;
	line-height: 20px;
}

A.bLink, A:link.bLink, A:visited.bLink, A:active.bLink {
	Color: #000000;
	font-size: 10px;
	font-weight : normal;
	font-style : normal;
	text-decoration: none;
}
A:hover.bLink { 
	Color: #808080;
	font-size: 10px;
	font-weight : normal;
	font-style : normal;
	text-decoration: none;
}

/*  Begin customized styles here  */

/*  Navigation styles  */
.navfont {
	font-size: 11px;
	color: #666666;
	vertical-align: middle;
	text-decoration: none;
	}

.pgNav {
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	background: url(../images/navbar_bg.gif) top left;
	cursor: pointer;
	}

.pgNavHover {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	background: url(../images/navbar_bg.gif) top left;
	cursor: pointer;
	}

.pgNavRed {
	color: #a53f3f;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	background: url(../images/navbar_bg.gif) top left;
	cursor: pointer;
	}
	
A.fLink, A:link.fLink, A:visited.fLink, A:active.fLink {
	Color: #505050;
	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;
}


