/* Default CSS Stylesheet for a new Web Application project */

BODY, TABLE, P
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    color: #000066;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.header
{
	background-color: #253871;
	padding: 2px 0px 2px 5px;
	font-size: 10pt;
	color: White;
	font-weight: bold;
}

.breadcrumb
{
	font-size: 8pt;
	padding: 3px 0px 0px 5px;
}

.smallheader
{
	background-color: #D5DEEC;
	padding: 1px 0px 1px 2px;
	font-size: 8pt;
	color: #A5B9DA;
	font-weight: normal;
}

.lightbackground
{
	background-color: #D5DEEC;
}

.bold
{
	font-weight: bold;
}

.smallfont 
{
	font-size: 8pt;
}

.outline
{
	border: solid 1px #666666;
	padding: 2px 2px 2px 2px;
}

.error
{
	color: Red
}

A:link
{
	color: navy;
	text-decoration: underline;
}	
		
A:visited
{
	color: navy;
	text-decoration: underline;
}		
		
A:active
{
	color: navy;
	text-decoration: underline;
}	
		
A:hover
{
	color: blue;
	text-decoration: underline;
}	
	