@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);

.subscripts
{
	font-size: 9pt;
}

.imgcell
{
	width: 450px;
}

.titlelink
{
	text-align: center;
	font-size: 15pt;
	color:  #E57D17;
}

.titlebar
{
	width: 100%;
	background: #6F6F6F;
	background-image: url("congruent_outline.png");
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.titlebar a,a:active
{
	color: #E57D17;
}
.titlebar a:hover
{
	text-decoration:none;
}

.content
{
	margin-left: 90px;
	margin-right: 90px;
}


body
{
	padding: 6px;
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	background: #F5F5F5;
	line-height: 150%;
}

p 
{
	font-size:14pt;
	padding-left: 5px;
	padding-right: 5px;
	text-align:justify;
	line-height: 150%;
}

ul
{
	list-style: none;
	font-size: 14pt;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}

li
{
	background: url("img/bullet.png") no-repeat left center;
	padding-left: 26px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 14pt;
}

h1
{
	font-size: 16pt;
}

h2
{
	font-size: 17pt;
	border-bottom: 1px solid #c0c0c0;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #2F2F2F;
}

h3
{
	font-size: 12pt;
	font-weight: bold;
}

a,a:active
{
	color: #585858;
}

a:hover
{
	color: #E57D17;
	text-decoration: none;
}



