﻿/*
###################################
	Defaultfont
###################################
*/
body
	{
		font-family: Arial;
		font-size: 12px;
		color: #131313;
		line-height: 15px;
	}

p
	{
		padding: 0px;
		margin: 0px;
		padding-bottom: 12px;
	}

/*
###################################
	Links
###################################
*/	
a 
	{
		font-weight: bold;
		color: #353f9d;
		text-decoration: none;
	}
a.WhiteBold
	{
		font-weight: bold;
		color: white;
		text-decoration: none;
	}
a.White
	{
		font-weight: normal;
		color: white;
		text-decoration: none;
	}
	
a.BlackBold
	{
		color: #2a2a2a;
		font-weight: bold;
	}
a.LightBlack
	{
		color: #131313;
	}
a.SubMenuLink
	{
		color: #000;
		font-weight: normal;
	}
a.SubMenuLinkSelected
	{
		color: #000;
		font-weight: bold;
	}

/*
###################################
	Subjects
###################################
*/	
.Subject
	{
		padding-bottom: 8px;
	}
	
.SubjectLarge
	{
		line-height: 26px;
		font-size: 22px;
		font-weight: bold;
		padding-bottom: 9px;
	}
.htmlareaSubHeader
	{
		font-size: 13px;
		font-weight: bold;
		padding-bottom: 2px;
	}
	
.BoldText
	{
		font-weight: bold;
	}
/*
###################################
	Ingresstext
###################################
*/
.IntroPlate
	{
		padding-bottom: 18px;
	}
/*
###################################
	Text
###################################
*/
.TextPlate
	{
		margin-right: 100px;
	}	