/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #003b59;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8px;
}

TD
{
	font-family:Verdana;
	font-size:12px;
}
	TD.topbanner
	{
		background-image: url('images/topbanner_background.gif');
		background-repeat:repeat;
		height:81px;
		width:800px;
		padding-left:75px;
	
	}
	
	TD.gradient
	{
	 background-image: url('images/gradient.gif');	
	 height: 25px;

	}
	
	TD.centersection
	{
		background-image: url('images/center.gif')	;
		height:2px;
	}

.rowText {
    font-family: Verdana, Geneva, Arial, sans-serif;
	font-size:12px;
	color: #000000;
	padding-left: 1.5em;
	padding-right: 1.5em;
/*	padding-bottom: 1em;*/
	line-height: 1.4em;
	text-align: left;
}

.notRequiredInput{
	font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, Sans-Serif; 
    border-top: 1px solid #54678C;
    border-bottom: 1px solid #54678C;
    border-left: 1px solid #54678C;
    border-right: 1px solid #54678C;
    background-color: #FFFFFF;
    COLOR: #000000;
    font-weight:normal;
}

.style1 {font-family: Verdana, Arial, Helvetica, Sans-Serif; )
