.mainTable{
	width: 100%;
	height: 100%; 
	border: 0;
	padding-left: 0;
	padding: 0 0 0 0;
	padding-bottom : 0;
	white-space : 0;
	margin-bottom : 0;
	border: none;
    padding: 0;
    border-collapse: collapse;  /* causes the default border spacing (actually a margin) to disappear */
 
}

.topTable{
	height: 150pt;
	width: 100%;
	border: 0;
}

.bodyRow{
	background-color: #323297;
	vertical-align: top;
	border: 1;
}

.menuTD{
	width:100pt;
	text-align: center;
	vertical-align: top;
}

.bodyTD{
	width: 600pt;
	vertical-align: top;
}

/*used for menu divs*/
.menuDiv{
	padding: 5px 0px 5px 0px;
}


/*used for the menu text*/
.menuItem{      
     text-decoration: none;
     padding: 10px;
     color: #FFFFC5;
     font-family:Arial;
     font-size: 10pt;
     font-weight: bold;
}
/*used for the menu text*/
.menuSelectedItem{      
     text-decoration: none;
     padding: 10px;
     color: #FFFFC5;
     font-family:Arial;
     font-size: 12pt;
     font-weight: bold;
}
.menuItem:hover {
     color: #5A8EC6;
}

/*used for all body text in the site*/
.bodyText{
     text-decoration: none;
     color: #FFFFC5;
     font-family:Arial;	
}

.bodyText:A {
     color: #5A8EC6;
}

A:link    { color: #FFFFC5 }    /* unvisited links */
A:visited { color: #FFFFC5}   /* visited links   */

.captionText{
	text-decoration: none;
	color: #FFFFC5;
	font-family:Arial;
	font-style : italic;
     font-size: 10pt;
}

/*used for all header text in the site*/
.headerText{
     text-decoration: none;
     color: #FFFFC5;
     font-family:Arial;
     font-size: 12pt;
     font-weight: bold;
	
}

.dateColumn{
	vertical-align: top;
	width: 70pt;
}

.thumbTD{
	width: 150pt;
}

