﻿/*
###################################
	Default text style
###################################
*/
body
{
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #363636;
	line-height: 19px;
}

/*
###################################
	Links
###################################
*/
a
{
	color: #fc6411;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.LinkWhiteBold
{
	color: White;
	font-weight: bold;
}
a.LinkOrangeBold
{
	color: #e86015;
	font-weight: bold;
}
a.LinkDarkBlueBold
{
	color: #106ac7;
	font-weight: bold;
}
a.LinkDarkGrayBold
{
	color: #363636;
	font-weight: bold;
}
a.LinkDarkGrayNormal
{
	color: #363636;
	font-weight: normal;
}

.PagingLink
{
	color: #e86015;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.ClickLink
{
	cursor: pointer;
}
.PagingLink:hover
{
	text-decoration: underline;
}
.TextLink
{
	color: #fc6411;
	font-weight: bold;
	text-decoration: none;
}
.TextLinkBlue
{
	color: #147dc1;
	font-weight: bold;
	text-decoration: none;
}
.TextLink:hover
{
	text-decoration: underline;
}

/*
###################################
	Fonts
###################################
*/
.TextWeightNormal
{
	font-weight: normal;
}

/*
###################################
	Textplate
###################################
*/
.TextPlate
{
}
.IntroPlate
{
}
.TextPlate p, .IntroPlate p
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
	margin-right: 0px;
}
/*
###################################
	Subject
###################################
*/
.Subject
{
	 padding: 0px;
	 padding-left: 0px;
}
.SubjectImage
{
	padding-top: 0px;
	padding-bottom: 8px;
}
h1	
{	
	font-family: Arial;
	color: #464646;
	padding: 0px;
	margin: 0px;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
}
h1.PageSubject	
{
	padding-bottom: 7px;
}
h1.StartPage	
{
	padding-bottom: 0px;
}
.htmlareaSubHeader, h3
{
	font-family: Arial;
	font-size: 15px;
	color: #363636;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}
h2
{
	font-family: Arial;
	font-size: 18px;
	color: #363636;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	line-height: 21px;
	padding-bottom: 0px;
}
h6
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
	font-size: 16px;
	line-height: 22px;
	font-weight: bolder;
	margin-top: 0px;
	color: #464646;
}
h6.Small
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 18px;
	font-weight: bolder;
	margin-top: 0px;
	color: #363636;
}

/*
###################################
	Padding
###################################
*/

/*
###################################
	Text
###################################
*/
.NormalText
{
	font-weight: normal;
}
.ItalicText
{
	font-style:italic; 
}

/*
###################################
	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: 10px;
		margin-left: 20px;
		padding-left: 10px;
	}
	
ul li, ol li
	{
		padding-top: 0px;
		padding-bottom: 6px;
	}
	
ul li span
	{
	}
		
ul.WorkList
	{
		list-style-type: disc;
		padding: 0px;
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-left: 25px;
	}
	
ul.WorkList li
	{
		padding-top: 0px;
		padding-bottom: 18px;
	}

/*
###################################
	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;
}
	
