﻿html, body
{
    font-family: Verdana;
    font-size: 10px;
}

.Rubrik
{
    font-size: 14pt;
    font-weight: bold;
    color: #993333;
}

.Underrubrik
{
    font-size: 10pt;
    font-weight: bold;
    color: #993333;
}

.Personal
{
    font-size: 10pt;
    font-weight: bold;
}

.NewsHeader
{
    font-size: 10pt;
    font-weight: bold;
}

.NewsHeaderDetails
{
    font-size: 12pt;
    font-weight: bold;
}

.NewsIntro
{
    font-weight: bold;
    font-style: italic;  
    font-size: 8pt; 
}

.NewsText
{
    font-size: 8pt;
}

.NewsDate
{
    font-size: 7pt;
    font-style: italic;
}

.NewsReadMore
{
    color: Gray;
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
}

.ImageText
{
    color: Gray;
    font-size: 8pt;
}

.ImageText_Small
{
    color: Gray;
    font-size: 10px;
}

.Error
{
    color: Red;
    font-size: 12px;
    font-weight: bold;    
}

.footer {
	position: fixed;
	background-color: #D5EBC7;
	color: Gray;
	width: 640px;
	bottom: 0px;
	padding: 3px;
}

.ContentTable
{
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

.AdminLoginWindow
{
	border: 2px;
	border-style: outset;
	font-size: xx-small;
	font-family: Verdana;
	background-color: #F7FCF4;
}

.AdminLoginWindowTitleBar
{
	height: 15px;
	background-color: #D5EBC7;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

.AdminLoginWindowErrorMessage
{
	font-weight: bold;
	color: Red;
}

