/* ----------------------------------------------------------------------------------- */

*
{
	margin: 0px;
	padding: 0px;
	
	font-family: helvetica, arial;
	font-size: 14px;
}

div
{
	font-size: 14px;
}

p
{
	margin-bottom:15px;
}

h1
{
	font-size: 28px;
}

h2
{
	font-size: 20px;
}

/* ----------------------------------------------------------------------------------- */
/* Links */
/* ----------------------------------------------------------------------------------- */

a
{
	color: #555555;
	padding: 0px 2px 0px 2px;
	text-decoration: underline;
}

a:hover
{
	color: #00aeef;
	background-color: #dfdfdf;
}

.smalllink
{
	color: #00aeef;
	font-size: 11px;
}

.link1
{
	color: #ffffff;
}

/* ----------------------------------------------------------------------------------- */

.left {float: left}
.right {float: right}
.clear {clear: both}

/* ----------------------------------------------------------------------------------- */

#lastUpdated
{
	color: #00aeef;
	text-align: center;
	font-size: 11px;
}

/* ----------------------------------------------------------------------------------- */
