BODY
{
   /* Sets the main attributes for the page */
   background: #FFFFFF;
   font-family: Arial;
   margin: 0px;
}

A:hover
{
   /* Sets the attributes for the link on mouse over */
   color: red;
   background: yellow;
}

A:visited
{
   /* Sets the attributes for the link after visited by the user */
   color: brown;
   font-style: italic;
}

TD
{
	font-size: 10pt;
        font-family: arial;
        color: #000000;
}

.pageHeadCol
{
   /* Sets the attributes for the page header, i.e 'Interface Administrator' */
   font-size: larger;
   font-family: arial;
   font-weight: bold;
   text-align: center;
   color: #000000;
	

}

.mainheadColB
{
   /* Sets the attributes for the main headers, i.e 'Portals' in Interface Administrator */
   /* Table Columns */
   /* Beginning: Left, Top, Right, Bottom Borders */

   border-left:   black .75pt solid;
   border-top:    black .75pt solid;
   border-right:  black .75pt solid;
   border-bottom: black .75pt solid;

   background-color: #003366;
   font-weight:      bold;
   color:            #FFFFFF;
   text-align:       center;
   font-family: Arial;
   font-size: 10pt;

}

.mainheadColM
{

   /* Middle: Top, Right, Bottom Borders */
   border-top: black .75pt solid;
   border-right: black .75pt solid;
   border-bottom: black .75pt solid;

   background-color: #003366;
   font-weight: bold;
   color: #FFFFFF;
   text-align: center;
   font-family: Arial;
   font-size: 10pt;

}

.mainheadColE
{

   /* Ending: Top, Right, Bottom Borders */
   border-top: black .75pt solid;
   border-right: black .75pt solid;
   border-bottom: black .75pt solid;

   background-color: #003366;
   font-weight: bold;
   color: #FFFFFF;
   text-align: center;
   font-family: Arial;
   font-size: 10pt;
}

.itemsCol
{
   /* Sets the attributes for the items in the table columns */
   /* NOTE: An alt version is provided below, can be used for every other row */
   background-color: #cae4ff;
}

.itemsColAlt
{

   background-color: #99ccff;

}

.exceptionCol
{
   /* Sets the attributes for the items in the table columns */
   background-color: #FFD2D2;
}
