h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000000;
	color: #787878;
	font-variant:small-caps;
}

h2 
{
	font-size: 12px;
	margin-bottom: 5px;
	color: #000000;
	color: #787878;
	font-variant:small-caps;
}


h3 
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;
	color: #787878;
}

h1 em {
	font-style: italic;
}
h2 em {
	font-style: italic;
}
h3 em {
	font-style: italic;
}

.alert
{
	color: #746D54;
}


a:link
{
	text-decoration: none;
	color: #E77709;
	
}

a:active
{
	text-decoration: none;
	color: #E77709;
}

a:visited
{
	text-decoration: none;
	color: #E77709;
}

a:hover
{
	text-decoration: underline;
	color: #E77709;
}


