
body
{
	font-size: 13px;
	font-family: Segoe UI, Arial, Sans-Serif;
	color: #black;
}

p
{
	font-size: 13px;
	margin-bottom: 10px;
}

li
{
	font-size: 13px;
}


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.top
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a.top:hover
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: yellow;
}


a.menu
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #151B54;
}

a.menu:hover
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #2B65EC;
}

a.bottom
{
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: gray;
}

a.bottom:hover
{
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}







p.menu
{
	font-size: 11px;
}

h1
{
	font-size: 20px;
	font-weight: bold;
	color: #000066;
}
h2
{
	font-size: 15px;
	font-weight: bold;
	color: #000066;
	margin-top: 0px;
	padding-top:0px;
	margin-bottom: 0px;
}



