﻿body
{
	font-weight: bold;
}


.PortalLinkContainer
{
	padding: 5px;
	border: 2px grey;
	margin-bottom: 8px;
}

.PortalLink
{	
	color: black;
	font-size: 18px;
	font-variant: bold;
	text-decoration: underline;
}

input[type="submit"]
{
	padding: 5px 8px 5px 8px;
	font-weight: bold;
}

.NavigationBarCurrentStep
{

	font-weight: bold;
	text-decoration: underline;
}

