﻿html 
{
	height: 100%;
	font-size: small;
	margin: 0;
}
body 
{
	background-color: #dae5e8;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: arial,helvetica,sans-serif;
	/*font-size: 85%;*/
	font-size:10px;
	line-height: 1.4;
	color: #777;
	text-align: center;
}
img 
{
	border: none;
	display: block;
	margin: 0px;
}
a 
{
	text-decoration: none;
	color: #777;
}
a:hover 
{
	color: #000;
}

div.Content a, div.Ingress a
{
	text-decoration: underline;
}
div.Ingress
{
	font-size: 12px;
	
}
div.Ingress div
{
	margin-bottom: 10px;
}
div.Content div
{
	margin-bottom: 10px;
}
form, p 
{
	margin: 0;
}
p 
{
	margin-bottom: 10px;
}
p strong, div strong
{
	color: #000;
	font-weight: normal;
}

h1
{
	font-size:20px;
}

h1, h2, h3, h4 
{
	margin: 0 0 .3em 0;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	/*font-size: 1.62em;*/
}
h2, h3, h4 
{
	font-size: 1em;
	color: #ce0640;
	margin: 0;
	font-weight: bold;
}
h1, h3
{
	color: #474747;
}

.Ingress h2
{
	font-size:14px;
	
}

hr {
  background: #d4d2d2;
  border: 0;
  color: #d4d2d2;
  height: 1px;
  margin: 0 0 10px;
}

/***** FloatContainer *************************************/
.fc:after 
{
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#Menu div.MenuItem
{
	float:left;
	padding-right:10px;
}
.fc { display: inline-block; }
.fc { display: block; }
/*\*/
* html .fc { height: 1px; }
/**/

