﻿/* HTML tags */

h1
{
    margin: 0 0 10px 0;
    font-family: Arial;
    color: Black;
    font-size: 18px;
    font-weight: bolder;
}
h2
{
    font-family: Arial;
    color: Black;
    font-size: 16px;
    font-weight: bolder;
    padding: 0;
    margin: 5px 0 10px 0;
}
h3
{
    font-family: Arial;
    color: Black;
    font-size: 14px;
    font-weight: bolder;
    padding: 0;
    margin: 5px 0 10px 0;
}
a:link, a:active, a:visited
{
    color: #0d71a0;
}
a:hover
{
    text-decoration: none;
}

/* CSS classes */

.star
{
    color: Red;
    font-size: 18px;
    font-weight: bold;
}

.mainnavText
{
    font-family: Arial;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.mainnavText a
{
    font-family: Arial;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
.mainnavText a:hover
{
    color: #4d85af;
}

.footernavText
{
    font-family: Arial;
    color: #555555;
    font-size: 11px;
    text-transform: lowercase;
}
.footernavText a
{
    font-family: Arial;
    color: #555555;
    font-size: 11px;
    text-transform: lowercase;
    text-decoration: none;
}
.footernavText a:hover
{
    color: #4d85af;
}
.text
{
    font-family: Arial;
    font-size: 12px;
}
/*
.videoOverviewText
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#4B4B4B;
}
*/
.leftnavText
{
    font-family: Arial;
    color: #2D2D2D;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.leftnavText a
{
    font-family: Arial;
    color: #2D2D2D;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
.leftnavText a:hover
{
    background-color: #b3c4db;
}
.loginBoxLabel
{
    font-family: Arial;
    color: Black;
    font-size: 11px;
    font-weight: bold;
}
.loginBoxText
{
    font-family: Arial;
    color: #2D2D2D;
    font-size: 12px;
}

.newsAndEventTitle
{
    font-weight: bold;
    font-size: 14px;
}
.newsAndEventDate
{
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
}
