/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR:#6666cc; /*#d3d3d3; */
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin-left:0px;
	margin-top:0px;
}

.basetext
{
	font-size:x-small;
}

.subbasetext
{
	font-size:xx-small
}

.searchtable
{
	font-size:x-small;
	background-color:White;
	margin-left:0px;
	margin-top:0px;
	
}

.searchcategory
{
	color:blue;
	font-size:x-small;
	font-weight:bold;
 }

.title

{
	font-size:medium;
	color:Navy;
}
.imagedisplay
{
	font-size:x-small;
	color:Blue;
	font-weight:bold;
	
}
.footer
{
	font-size:xx-small;
	
	
	}
	
.printform
{
	font-size:xx-small;
	background-color:White;
			
}
.disclaimer
{
	font-size:.6em;
	font-weight:bold;
	
}


