body {
	color: #ccc;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 0.6em;
	background: #111;
	text-align: center;
}

.Menu {
	margin: 10px;
	font-size: 1.5em;
	white-space:nowrap;
}

.mainBody
{
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	text-align: left;
	font-size: 14px
}

.underline
{
	text-decoration: underline ;
}

a:link {color:#ccc;}      /* unvisited link */
a:visited {color:#ccc;}  /* visited link */
a:hover {color:#d01a71;}  /* mouse over link */
a:active {color:#ccc;}  /* selected link */

a
{
	text-decoration: none;
	color: #ccc;
}

h1
{
	background: #111 url('../images/bg/gradient1.gif') top left repeat-x;
	color: #fff;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
	white-space:nowrap;
}

h1 sup
{
	color: #ddd;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #d01a71;
}

h2
{
	color: #ddd;
	font-size: 2.5em;
}

h3
{
	color: #fff;
	font-size: 1.5em;
}

h4
{
	background: #111 url('../images/bg/gradient1.gif') top left repeat-x;
	font-size: 1.3em;
	white-space:nowrap;
}