.pageTitle {
	font-size : 20px;
  font-weight: bold;
	color : #C62110;
  text-align: right;
	border-bottom : 1px solid #C62110;
}

TABLE.page {
  width: 780px;
}

TD.header {
  background-image: URL(/images/header-new.jpg);
  background-repeat: no-repeat;
  height: 192px;
}

TD.content {
  background-image: URL(/images/content-new.jpg);
  background-repeat: repeat-y;
  padding: 2px;
}

TD.footer {
  background-image: URL(/images/footer-new.jpg);
  background-repeat: no-repeat;
	font-size : 12px;
  font-weight: bold;
	color : #FFFFFF;
  height: 93px;
}

.TextField
{  
  height: 20px;
	font-family : Arial, Helvetica, Verdana;
  font-size: 12px;
  color: #000000;
  margin: 0px;
  background-color: #EEEEEE;
	border : 1px solid #CCCCCC;
}

.FrmBtnOut
{  
  cursor: hand ; 
  height: 20px;
	font-family : Arial, Helvetica, Verdana;
  font-size: 12px;
  color: #184A94;
  margin: 0px;
  background-color: #EEEEEE;
	border : 1px solid #CCCCCC;
}

.FrmBtnOn
{  
  cursor: hand ; 
  height: 20px;
	font-family : Arial, Helvetica, Verdana;
  font-size: 12px;
  color: #184A94;
  margin: 0px;
  background-color: #FFFFFF;
	border : 1px solid #CCCCCC;
}

A {text-decoration: none; }
A:link {color: #7C6A36; }
A:visited {color: #7C6A36; }
A:hover {text-decoration: underline; color: #7C6A36; }

A.footer {text-decoration: none;}
A.footer:link {color: #CCCCCC; }
A.footer:visited {color: #CCCCCC; }
A.footer:hover {text-decoration: underline; color: #CCCCCC; }

LI
{
  list-style-type: square;
}

UL
{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 20;
}

TD.leftColumn {
  padding-left: 5px;
  border-right: 1px solid #666666;
}

TD.headerLeftColumn {
  background-color: #CCCCCC;
  border-top: 1px solid #B9B5B4;
  border-left: 1px solid #B9B5B4;
  border-bottom: 1px solid #B9B5B4;
  color: #990000;
  padding: 2px;
}

TD.headerMidColumn {
  font-weight: bold;
  font-size: 13px;
}

TD.rightColumn {
  padding-right: 5px;
  border-left: 1px solid #B9B5B4;
}

TD.headerRightColumn {
  background-color: #CCCCCC;
  border-top: 1px solid #B9B5B4;
  border-right: 1px solid #B9B5B4;
  border-bottom: 1px solid #B9B5B4;
  color: #990000;
  padding: 2px;
}

TD.pageIntro {
  padding: 5px;
  border-top: 1px solid #B9B5B4;
  border-bottom: 1px solid #B9B5B4;
}

TABLE {
  border-collapse: collapse;
}

TD {
	font-family : Arial, Helvetica, Verdana;
	font-size : 11px;
	line-height : 14px;
  color: #000000;
  text-align: left;
  vertical-align: top;
}

BODY {
  background-image: URL(/images/bg.gif);
  background-color: #FFFFFF;
	margin : 0px;
	margin-top : 10px;
	margin-bottom : 10px;
	padding : 0px;
  text-align: center;
}