﻿.pagetitle
{
	font-family: 'Cooper Black', Verdana, Tahoma;
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-top: 50px;
	color: #F2A400;
	text-decoration: underline;
}

.pagetitle_CMS
{
	font-family: 'Cooper Black', Verdana, Tahoma;
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-top: 50px;
	color: #339966;
	text-decoration: underline;
}

.pagetitle_Admin
{
	font-family: 'Cooper Black', Verdana, Tahoma;
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-top: 50px;
	color: #FF0000;
	text-decoration: underline;
}

.subtitle
{
	font-family: 'Cooper Black', Verdana, Tahoma;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-top: 50px;
	color: #4B5496;
	text-decoration: underline;
}

.textstyle
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.divbreakleft 
{ 
	clear:left; 
}

.divbreakright 
{ 
	clear:right; 
}

.divbreak
{
	clear:both;
}

.divfloatleft
{
	float:left;
}
