body			{	background-color: #ffffff;	}

a:active		{	color: #ffffff;	}
a:link		{	color: #993366;	}
a:visited	{	color: #993366;	}

h2				{
					font-family: "arial", "helvetica", "verdana";
					font-size: 18px; color: #333399; font-weight: bold;
				}

h3				{
					font-family: "arial", "helvetica", "verdana";
					font-size: 16px; color: #993366; font-weight: bold;
				}

p				{
					font-family: "verdana", "helvetica", "arial";
					font-size: 13px; color: #000000;
					line-height: 15px;
				}

.p				{
					font-family: "verdana", "helvetica", "arial";
					font-size: 13px; color: #000000;
					line-height: 15px;
				}
				
.data			{
					font-family: "verdana", "helvetica", "arial";
					font-size: 12px; color: #000000;
					text-align: left; line-height: 14px;
				}					

.nav			{
					font-size: 13px; color: #999999;
					line-height: 15px;
				}

.sub			{
					font-size: 13px; color: #aaaaaa;
					text-align: right; line-height: 14px;
				}

.quote		{	margin-left: 30px;	}

.alert		{
					font-family: "verdana", "helvetica", "arial";
					font-size: 12px; color: #ff0000; font-weight: bold;
					line-height: 14px;
				}

.alert_big	{
					font-family: "verdana", "helvetica", "arial";
					font-size: 14px; color: #ff0000; font-weight: bold;
					line-height: 16px;
				}

/* review box stuff */

/* line around the review box */
.box_trace	{	background-color: #666699;	}

/* bgcolor of review box header/footer cells */
.box_headbg	{	background-color: #666699; }

/* bgcolor of review box content cell */
.box_contbg	{	background-color: #ffffff;	}

/* first letter of each word in review box titles */
.box_head_1	{
					font-family: "verdana", "helvetica", "arial";
					font-size: 16px; color: #ffffff; font-weight: bold;
				}

/* subsequent letters of each word in review box titles */
.box_head_2	{
					font-family: "verdana", "helvetica", "arial";
					font-size: 12px; color: #ffffff; font-weight: bold;
				}


/* search listing stuff */

/* bgcolor of search listing header */
.lst_headbg	{	background-color: #cccccc;	}

/* bgcolor of odd search listing rows */
.lst_oddbg	{	background-color: #ffffff;	}

/* bgcolor of even search listing rows */
.lst_evenbg	{	background-color: #ddddee;	}

