/* Default CSS Stylesheet for a new Web Application project */

table.innerTable
{
	background-color: #ffffff;
}

table.innerTable TD
{
	font-size: 12px;
}

A.tertiaryNav:link 
{
	font-family: Arial;
	font-size: 11px;
	color: #3f3f3f;
}

A.tertiaryNav:visited
{
	font-family: Arial;
	font-size: 11px;
	color: #3f3f3f;
}
A.tertiaryNav:active
{
	font-family: Arial;
	font-size: 11px;
	color: #f2542b;
	text-decoration: underline;
}

A.tertiaryNav:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #f2542b;
	text-decoration: underline;
}

.tableHeader
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #a3bfcd;
}

.tableCells
{
	background-color: #ffffff;
	font-size: 12px;
	font-family: arial;
}

.subtitle
{
    FONT-SIZE: 12px;
    FONT-FAMILY: arial;
    font-weight: bold;
    color: #5F5F5F;
    text-transform: uppercase;
}

.secondaryNav 
{
	font-family: Arial;
	font-size: 12px;
}
.secondaryNav A:link 
{
	text-decoration: none;
}
	
.secondaryNav A:visited 
{
	text-decoration: none;
}
.secondaryNav A:active 
{
	text-decoration: none;
}
.secondaryNav A:hover 
{
	text-decoration: none;
}

.errorMessage
{
	color: #ff0000;
}

.contentRed
{
	color: #ff0000;
}
