﻿body {
}

A.mainmenulink, A.mainmenulink:link, A.mainmenulink:visited
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-style: normal;
	font-family: Tahoma;
	text-align: center;
	text-decoration: none;
}
A.mainmenulink:hover
{
	color: navy;
}


/* Text */

.formtitle
{
    font-family: Arial Black;
    font-size: 25px;
    color: #B578A2;
}


.formtitlesmall
{
    font-family: Arial Black;
    font-size: 20px;
    color: #B578A2;
}

.reftitle
{
    font-family: Tahoma;
    font-size: 14px;
    color: navy;
    font-weight: bold;
}

.navytitle
{
    font-family: Arial Black;
    font-size: 24px;
    color:#B578A2;
    text-decoration: underline;
}

A.reflink, A.reflink:link, A.reflink:visited
{
    font-size: 12px;
    color: #004040;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}
A.reflink:hover
{
	text-decoration: underline;
}

A.maillink, A.maillink:link, A.maillink:visited
{
	font-size: 18px;
    color: #004040;
	font-family: Verdana;
	text-decoration: none;
}
A.maillink:hover
{
	text-decoration: underline;
}

.reftext
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;    
	color: #004040;
	font-weight: bold;
}

.formtext
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;    
	color: #004040;
	font-weight: bold;
}

A.sitetitlelink, A.sitetitlelink:link, A.sitetitlelink:visited, A.sitetitlelink:hover, A.sitetitlelink:active
{
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: white;
    font-weight: bold;
	text-decoration: underline;
}

.sitetitle
{
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.sitetext
{
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: white;
}

A.sitemorelink, A.sitemorelink:link, A.sitemorelink:visited, A.sitemorelink:hover, A.sitemorelink:active
{
  	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}





/* Form input fields */
INPUT
{
	font-family: Arial, sans-serif;
	font-size: 10px;
}

INPUT.input
{
	border: #526098 1px solid;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 17px;
}

SELECT
{
	border: #526098 1px solid;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 17px;
}

TEXTAREA
{
	border: #526098 1px solid;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.InputS
{
	border: thin solid #C0C0C0;
	font-family: Verdana;
	font-size: xx-small;
	width: 100px;
}

.button
{
	background-color: #526098;
	border: 1px solid white;
	color: #F5F5F5;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}



A.sideredlinks
{
	font-weight: bold;
	font-size: 10px;
	color: #0d4e95;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
A.sideredlinkssmall
{
	font-weight: bold;
	font-size: 9px;
	color: #0d4e95;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


A.newslink, A.newslink:link, A.newslink:visited
{
	font-weight: bold;
	font-size: 10px;
	color: #003366;
	font-style: normal;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
}
A.newslink:hover
{
	color: #7080D9;
	text-decoration: none;
}


.highlight
{
	background: yellow;
}
