
body
{
	font-size: 12px;
	font-family: Segoe UI, Arial, Sans-Serif;
	color: #151B54;
}



a.listing
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #C35617;
}

a.listing:hover
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #F87217;
}

a
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #C35617;
}

a:hover
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #F87217;
}

a.side
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #151B54;
}

a.side:hover
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #2B65EC;
}

a.bottom
{
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #C68E17;
}

a.bottom:hover
{
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #E9AB17;
}

a.white
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a.white:hover
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: gray;
}




p
{
	font-size: 12px;
	margin-bottom: 10px;
}

h1
{
	font-size: 20px;
	font-weight: bold;
	color: #F87217;
}
h2
{
	font-size: 15px;
	font-weight: bold;
	color: #F87217;
	margin-top: 0px;
	padding-top:0px;
	margin-bottom: 0px;
}

li
{
	font-size: 12px;
	margin-bottom: 10px;
}

br
{
	font-size: 12px;
	margin-bottom: 10px;
}


