﻿/*
'**************************************************************************************************
'*																																																*
'*	SiteContent.css																																								*
'*																																																*
'*	DO NOT EDIT THIS FILE!																																				*
'*																																																*
'*	This file holds CSS definitions that are used by the CABS system and should be available to		*
'*	the user when editing site content such as Help text.  To alter these settings, copy the			*
'*	appropriate classes to a custom CSS file within the site's theme.															*
'*																																																*
'*	Refer to the comments in System.css for more help.																						*
'*																																																*
'**************************************************************************************************
*/

.GettingStartedHeader
{
	font-weight:bold;
}

.GettingStartedContent
{
	margin-left:15px;
	margin-right:25px;
}

.PrivacySectionHeader
{
	font-weight:bold;
}

.PrivacySectionContent
{
	margin-left:15px;
	margin-right:25px;
}

