body {
	width: 100%;
	height:100%;
	margin:10px;
	padding:10px;
	font-family:"Lucida Grande", Verdana, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

#main_content	{
	width: 700px;
}	

h2	{
	font-size: 16px;
}	

p,td,li	{
	font-family:"Lucida Grande", Verdana, sans-serif;
  font-size: 13px;
  line-height: 18px;
}	

td.header	{
	padding-bottom: 15px;
}	

td.footer	{
	padding-top: 40px;
	font-size: 11px;
	color: #4b4b4b;
}	


.bg1	{
	background: #EAEAEA;
}

.bg2	{
	background: #CCCCCC;
}		

/* BEGIN SEARCH FORM */
table.outer	{
	border: 1px solid #4b4b4b;
	padding: 0;
}	

table.sForm	{
	width: 640px;
	font-size: 11px;
}

td.sForm_left	{
	padding: 5px 10px 5px 0px;
	text-align: right;
	width: 200px;
}

td.sForm_right	{
	padding: 5px 0px 5px 0px;
	text-align: left;
}			



/* END SEARCH FORM */



/* BEGIN MAIL DISPLAY TABLE */

#mailtable {
	width: 1000;
	padding: 0;
	margin: 0;
}

th.outputB, th.outputA {
  font-family:"Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #252525;
  border-right: 1px solid #879DC6;
	border-bottom: 1px solid #879DC6;
	border-top: 1px solid #879DC6;
	padding: 6px 3px 6px 3px;
}  

th.outputA	{
	border-left: 1px solid #879DC6;	
}	

tr.colorA	{
	background: #fcfcfc;
}	

tr.colorB	{
	background: #d7d7ff;
}	


td.mailA, td.mailAcolumnA	 {
  font-size: 10px;
	border-right: 1px solid #879DC6;
	border-bottom: 1px solid #879DC6;
	padding: 2px 0px 2px 2px;
  color: #3B3B3B;
}

td.mailAcolumnA {
  border-left: 1px solid #879DC6;
}  

input.pageButton	{
	width: 100px;
}	


/* END MAIL DISPLAY TABLE */

