/* Default CSS Stylesheet for a new Web Application project */

TD
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: normal;
}

.quote
{
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:bold;
	FONT-SIZE: 1.2em;
	line-height: 18pt;
	Color: #DB4D4C;
}

.BreadCrumb
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: white;
    text-decoration: none;
}
.Info
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    color: #BFBFBF;
    text-decoration: none;
}
.Footer
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: normal;
    color: #CC0001;
    text-decoration: none;
}

.Required
{
	background-color: F0EDE8;
    font-family: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal	
}
