/* Basic Styles for All CSS Browsers */

html, body
{
	font: small verdana, arial, helvetica, sans-serif;
	color: #333;
	background: #fff;
}
p
{
	padding-bottom: 10px;
	margin: 0;
	line-height: 17px;
}
/*	Links
==============================================================*/
a
{
	color: #003366;
}
a:hover
{
	color: #2C5AB6;
}
a:visited
{
	color: #003399;
}
a:active
{
	color: #003399;
}
/*	Headings
==============================================================*/

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-family: arial;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #29395A;
}
h1
{
	font-size: xx-large;
	font: 30px Georgia;
	letter-spacing: -1px;
}
h2
{
	font-size: x-large;
}
h3
{
	font-size: large;
}
h4
{
	font-size: medium;
}
h5
{
	font-size: small;
	font-weight: bold;
}
h6
{
	font-size: small;
}

dl {
	margin-top: 0;
}
dt {
	font-weight: bold;
}
dd {
	font-style: italic;
	margin-bottom: 1em;
}

.socialmedia {
	line-height: 16px;
	}

.socialmedia a
{
	color: #fff;
	text-decoration:none;
}
.socialmedia a:hover
{
	color: #fff;
}
.socialmedia a:visited
{
	color: #fff;
}
.socialmedia a:active
{
	color: #fff;
