.smallText 
{
	font-size: 10px;
}

.italicize
{
	font-style: italic;
}

.bottomBorder
{
	border-bottom: black 1px solid;
}

.blueText 
{
	color: #082964; 
}

.emphasis
{
	font-weight: bold;
}

.cellSpacer 
{
	width: 5px;
}

.rowSpacer 
{
	height: 10px;
}

p 
{
	/* Decrease the gap */
	margin: 0 0 10 0;
}

/* Search box style */
#searchBox 
{
	width: 135px;
	border: solid 0px black;
	background-color: #DCD9CE;
	border-collapse: collapse;
}

#searchBox .header
{
	height: 8;
	background: url(../images/searchTop.gif) no-repeat 0px 0px;
}

#searchBox .footer
{
	height: 15;
	background: url(../images/searchBottom.gif) no-repeat 0px 10px;
}

#searchBox .searchInput 
{
	width: 115px;
}

#searchBox .headerLabel td 
{
	font-size: 10px;
	color: Black;
	font-weight: bold;
}