﻿/*
###################################
	Default textstyle
###################################
*/
body
	{
		font-family: Arial;
		font-size: 14px;
		color: White;
		line-height: 22px;
	}

p
	{
		margin: 0px;
		padding: 0px;
		padding-bottom: 12px;
	}

/*
###################################
	Subjects
###################################
*/
.SmallSubject, .htmlareaSubHeader
	{
		font-size: 16px;
		font-weight: bold;
		font-family: Arial;
	}

.Subject
	{
		
		font-family: Arial;
		font-size: 28px;
		font-weight: bold;
		line-height: 30px;
		padding-bottom: 15px;
	}
	
#PageText .SmallSubject, #PageText .htmlareaSubHeader
	{
		font-size: 15px;
		font-weight: bold;
		font-family: Arial;
	}
	
/*
###################################
	Links
###################################
*/
a
	{
		text-decoration: none;
		color:#fff;
		font-weight: bold;
	}
	
/*
###################################
	Errors
###################################
*/
.valError
	{
		font-size: 12px;
		font-weight: bold;
	}
.valSummary
	{
		font-size: 12px;
		font-weight: normal;
	}
.valErrorPlate
	{
		color: #f8ce9d;
		padding-top: 10px;
	}

.RightImgText
	{
		padding-top: 4px; font-style: italic; font-size: 11px; color: #e8eef5;
		line-height: 15px;
	
	}
/*
###################################
	Lists
###################################
*/
ul, ol
	{
		padding: 0px;
		margin: 0px;
		padding-top: 5px;
		padding-bottom: 16px;
	}

li	
	{
		margin: 0px;
		padding: 0px;
		padding-bottom: 5px;
		margin-left: 20px;
	}
