﻿/*
###################################
	Default text style
###################################
*/
body
{
	font-family: Arial;
	font-size: 13px;
	color: #252525;
	line-height: 19px;
}
p
{
	padding: 0px;
	margin: 0px;
}
/*
###################################
	Links
###################################
*/
a
{
	color: #c21239;
	font-weight: normal;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.LinkWhiteBold
{
	color: White;
	font-weight: bold;
}
a.LinkGreenBold
{
	color: #81ac26;
	font-weight: bold;
}
a.LinkNormal
{
	font-weight: normal;
}
a.LinkBold
{
	font-weight: bold;
}


.PagingLink
{
	color: #e83359;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.PagingLink:hover
{
	text-decoration: underline;
}
.TextLink
{
	color: #e83359;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.TextLink:hover
{
	text-decoration: underline;
}
.DeptLink {
    float:right;   
}
.DeptLink a{
font-weight:bold;
}
/*
###################################
	Fonts
###################################
*/
.TextWeightNormal
{
	font-weight: normal;
}

/*
###################################
	Textplate
###################################
*/
.TextPlate
{
}
.IntroPlate
{
}
.TextPlate p, .IntroPlate p, .NewsViewPlate p
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 19px;
	margin-right: 0px;
}
/*
###################################
	Subject
###################################
*/
.SubjectPlate	
{	
    background-image:url('../Images/Design/Subject/line_bg.gif');
    background-repeat:repeat-y;
    background-position:left top;
    padding-left: 19px;
    padding-top: 2px;
}
h1.PageSubject	
{	
	font-family: Arial;
	color: #464646;
	padding: 0px;
	margin: 0px;
	font-size: 34px;
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 1px;
}
h1.ArticleSubject	
{	
	font-family: Arial;
	color: #464646;
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 1px;
}
h3.PageSubject	
{	
	font-family: Arial;
	color: #252525;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: lighter;
	font-style: italic;
	padding-bottom: 2px;
}
.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.GreenNormalSize14
{
	color: #70961f;
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/*
###################################
	Padding
###################################
*/

/*
###################################
	Text
###################################
*/
.NormalText
{
	font-weight: normal;
}
.ItalicText
{
	font-style:italic; 
}

/*
###################################
	Default liststyle
###################################
*/	
ul
	{
		list-style-type: disc;
		padding: 0px;
		margin: 0px;
		margin-left: 20px;
	}
ol
	{
		padding: 0px;
		margin: 0px;
		padding-bottom: 10px;
		margin-left: 20px;
		padding-left: 10px;
	}
	
ul li, ol li
	{
		padding-top: 0px;
		padding-bottom: 6px;
	}
	
ul li span
	{
	}
	
ul.ListLinks
    {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
        padding-left: 17px;
    }

ul.ListLinks li
    {
       padding:0px;
       margin: 0px;
       padding-top: 9px;
    }

ul.ListLinks li a
	{
		font-weight: bold;
	}

ul.ListLinks li img
	{
		vertical-align: middle;
		margin-right: 2px;
	}
	

