﻿/*
###################################
	Default text style
###################################
*/
body
{
	font-family: Arial;
	font-size: 12px;
	color: #464646;
	line-height: 16px;
}

/*
###################################
	Links
###################################
*/
a
{
	color: #3b7ac1;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.LinkWhiteBold
{
	color: White;
	font-weight: bold;
}
a.LinkBlueBold
{
	color: #3d5b81;
	font-weight: bold;
}
.LinkCalendarMonth
{
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.CalendarMonthPlateItemSelected .LinkCalendarMonth
{
	color: #fff;
	font-style: italic;
	font-weight: normal;
	cursor: pointer;
}
.CalendarMonthPlateItemSelected .LinkCalendarMonth:hover, .LinkCalendarMonth:hover
{
	text-decoration: underline;
}
.PagingLink
{
	color: #3b7ac1;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.PagingLink:hover
{
	text-decoration: underline;
}
.LinkGrayNormal	
{
	color: #504e49;
	font-weight: normal;
}
.LinkGrayNormal:hover
{
	text-decoration: underline;
}
.LinkGrayBold	
{
	color: #504e49;
	font-weight: bold;
}
.LinkLightGrayBold
{
	color: #76736e;
	font-weight: bold;
}

/*
###################################
	Fonts
###################################
*/
.Small
{
	font-size: 11px;
}
.FontLarger
{
	font-size: 13px;
	line-height: 19px;
}
.MediumGray
{
	font-size: 14px;
	color: #7d7d7d;
}
/*
###################################
	Textplate
###################################
*/
.TextPlate
{
}
.IntroPlate
{
	padding-bottom: 13px;
}
.TextPlate p, .IntroPlate p
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 19px;
}
p.StartTop
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 7px;
}
/*
###################################
	Subject
###################################
*/
.Subject
{
	 padding: 0px;
	 padding-left: 0px;
}
.StartSubjectImage
{
	padding-top: 5px;
	padding-bottom: 8px;
}
.SubjectImage
{
	padding-top: 0px;
	padding-bottom: 15px;
}
h1	
{	
	color: #7d7d7d;
	padding: 0px;
	margin: 0px;
	font-size: 21px;
	line-height: 26px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 0px;
}
h1.PageSubject	
{
	padding-bottom: 6px;
}
h2.Arial
{
	font-family: Arial;
	padding: 0px;
	margin: 0px;
	line-height: 21px;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 13px;
	color: #212121;
}
.htmlareaSubHeader, h3
{
	font-family: Arial;
	font-size: 16px;
	color: #79a916;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	line-height: 19px;
	padding-bottom: 3px;
}
h2
{
	font-family: Arial;
	font-size: 18px;
	color: #79a916;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	line-height: 21px;
	padding-bottom: 5px;
}
.SemiSubject, h2.GraySubject
{
	color: #7d7d7d;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h5
{
	font-family: Arial;
	color: #689112;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 21px;
}
h2.ContactFormSubject
{
	color: #7d7d7d;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-bottom: 2px;
}
.ContactItemDesc
{
	color: #363636;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}


/*
###################################
	Padding
###################################
*/
/*
###################################
	List - QuickLinks
###################################
*/
ul.QuickLinks
{
	padding: 0px;
	margin: 0px;
}
ul.QuickLinks li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.QuickLinks li.QuickLinkSpacer
{
	background-image: url('../images/design/boxes/rightbox/spacer.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
/*
###################################
	List - Calendar/News
###################################
*/
ul.CalendarList, ul.NewsList
{
	padding: 0px;
	margin: 0px;
}
ul.CalendarList li, ul.NewsList li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.CalendarList li.CalendarSpacer, ul.NewsList li.NewsSpacer
{
	background-image: url('../images/design/boxes/rightbox/spacer.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

/*
###################################
	Default liststyle
###################################
*/	
ul
	{
		list-style-type: disc;
		padding: 0px;
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-left: 20px;
	}
ol
	{
		padding: 0px;
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-left: 20px;
	}
	
ul li, ol li
	{
		padding-top: 0px;
		padding-bottom: 6px;
	}
	
ul li span
	{
	}

