﻿/*
###################################
	Default text style
###################################
*/
body
{
	font-family: Verdana;
	font-size: 12px;
	color: #363636;
	line-height: 18px;
}

/*
###################################
	Links
###################################
*/
a
{
	color: #3589e0;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.LinkWhiteBold
{
	color: White;
	font-weight: bold;
}
a.LinkWhiteNormal
{
	color: White;
	font-weight: normal;
}
a.LinkDarkBlueBold
{
	color: #106ac7;
	font-weight: bold;
}
span.LinkDarkBlueBold
{
	color: #106ac7;
	font-weight: bold;
}
a.LinkLightBlueNormal
{
	color: #a8b9d5;
	font-weight: normal;
}

.PagingLink
{
	color: #3b7ac1;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.ClickLink
{
	cursor: pointer;
}
.PagingLink:hover
{
	text-decoration: underline;
}

/*
###################################
	Fonts
###################################
*/
.TextWeightNormal
{
	font-weight: normal;
}
.TextBold
{
    font-weight: bold;
}

/*
###################################
	Textplate
###################################
*/
.TextPlate
{
}
.IntroPlate
{
}
.TextPlate p, .IntroPlate p
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 19px;
	margin-right: 12px;
}
/*
###################################
	Subject
###################################
*/
.Subject
{
	 padding: 0px;
	 padding-left: 0px;
}
.SubjectImage
{
	padding-top: 0px;
	padding-bottom: 8px;
}
h1	
{	
	font-family: Arial;
	color: #255195;
	padding: 0px;
	margin: 0px;
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}
h1.PageSubject	
{
	padding-bottom: 6px;
}
.htmlareaSubHeader, h3
{
	font-family: Arial;
	font-size: 16px;
	color: #255195;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 3px;
	padding-top: 2px;
}
h2
{
	font-family: Arial;
	font-size: 18px;
	color: #255195;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	line-height: 21px;
	padding-bottom: 0px;
}

/*
###################################
	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
	{
	}

/*
###################################
	List - Sitemap
###################################
*/
ul.SitemapFirst
{
	padding: 0px;
	margin: 0px;
}
ul.SitemapFirst li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 17px;
}
ul.SitemapFirst li span
{
	padding-right: 11px;
}
ul.SitemapSecond
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 16px;
}
ul.SitemapSecond li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	padding-left: 59px;
	line-height: 21px;
}