﻿/*
###################################
	Body
###################################
*/
body 
{
    font-size:11px;
    font-family:Tahoma;
}
html p
{
    margin-top: 11px;
    margin-bottom: 20px;
    line-height: 15px;
    font-weight: normal;
    font-size: 11px;
    font-family:Tahoma;
}
/*
###################################
	Links
###################################
*/
a
    {
        color:#2f669c;    
        text-decoration:none;
        font-weight:bold;
    }
    
a:hover
    {
        text-decoration: underline;
    }
    
.LinkNormalText
    {
        color:#2f669c;    
        text-decoration:none;
        font-weight:bold;
        cursor: pointer;
    }
  
/*
###################################
	Subjects
###################################
*/  
.HeaderSubject
    {
       font-size:11px;
       font-family:Tahoma;
       line-height:23px;
       color:#ffffff;
       padding-left:5px;
       font-weight:bold;
    }  
    
.Subject
    {
        font-size:16px;
        font-weight:bold;
        font-family:Tahoma;
        line-height:19px;
    }  
    
.SubjectSmall
    {
        font-weight:bold;  
        padding-top:12px;
        padding-bottom:3px;  
    }    
    
 .BoxSubject
    {
       font-weight:bold;  
       font-size:14px; 
       font-family:Tahoma;
       line-height:16px;
       padding-bottom:0px;
       margin-top:-5px;
    }
    
    
 .BoxSubjectSmall
    {
       font-weight:bold;  
       padding-bottom:3px;
       padding-top:11px; 
    }
    
    
 .ListSubject
    {
        font-weight:bold;
        font-size:12px;
        line-height:15px;    
    }

/*
###################################
	FontSize
###################################
*/   
.Size12
	{
		font-size: 12px;
	} 
	
/*
###################################
	NewsPost
###################################
*/ 
.NewsPostDay
{
    font-size: 21px;
    font-weight:bold;
}
.NewsSubject
{
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
}
.NewsReadMoreSubject
{
    font-size:21px;
    line-height: 15px;
    font-weight:bold;
}
.NewsIntro
{
    line-height: 15px;
}
.ReadMore
{
    color: #ef430e;
    font-weight: bold;
    line-height: 15px;
}
.Author
{
    color: #464646;
    line-height: 18px;
    font-weight: bold;
}
