﻿body
{
	margin: 0px;
	padding: 0px;
	border: 0;

	color: #60615B;
	font-family: Arial;
	font-size: 13px;
}

p 
{

}

hr 
{
	border: 0;	
}

a 
{
	text-decoration: none;
}

a:visited 
{

}

a:hover 
{
	text-decoration: underline;

}

a:active 
{

}

img 
{
	border-width: 0;
}

.reduceSpacing p
{
	margin-top:0;
	margin-bottom:0;
}
.AutoCompleteListItem
{
	color:#00483A;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}
.AutoCompleteListItemHighlight
{
	color:#00483A;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	background-color:#DADDCA;
}