td.tdJustify
{
	text-align:justify;
}
.LinkTabs
{
  text-decoration: none;
  color:black;
}

/*****************************************************
Table Header and cell definitions
*****************************************************/
th
{
    background-image: url(../images/HeaderBackground.gif);
    background-color: #4455aa
}

td.forumHeaderBackgroundAlternate
{
    background-image: url(../images/forumHeaderBackgroundAlternate.gif);
    background-color: #EBEDF6;
}

/*****************************************************
Text used on tables with a background
*****************************************************/
.tableHeaderText
{
    color: white;
    font-size: 0.9em;
    font-weight:bold;
    font-family: Tahoma;
}

/*****************************************************
Border used around tables
*****************************************************/
.tableBorder
{
    border: 1px #013DA4 solid; 
    background-color: #FFFFFF;
}
