﻿.top-navigation
{
    font-family: Arial ,Helvetica,sans-serif;
    font-size: 1.1em;
    color: #665C54;
    text-decoration: none;
}

.top-navigation:hover
{
    font-family: Arial ,Helvetica,sans-serif;
    font-size: 1.1em;
    color: #665C54;
    text-decoration: underline;
}

.menu-link-active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #002994;
    text-decoration: none;
}

.copyright-text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #555;   
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    color: #0D2B88;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #133ab0;
    padding: 0px 0px 7px 0px;
    font-weight: bold;
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #133ab0;
    padding: 0px 0px 7px 0px;
}

p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #555;
    text-decoration: none;
    line-height: 20px;
}

.italic-text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-style: italic;
    color: #555;
    text-decoration: none;
    line-height: 16px;
}

.latest-updated-text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    text-align: left;
    vertical-align: top;
    color: #847E79;
}

a
{
    font-family: Arial, Helvetica, sans-serif;
    color: #0D2C89;
    text-decoration: none;
}

a:hover, a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    color: #c7c7c7;
    text-decoration: none;
    cursor:pointer;
}

.info-link
{
    font-family: Arial, Helvetica, sans-serif;
    color: #0D2C89;
    text-decoration: none;
    font-size:1.3em;
    cursor:pointer;
}

.footer-headline
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #313131;
    display: inline;
    line-height:20px;
}

.footer-text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #665C54;
    line-height: 16px;
    display: inline;
}

.footer-link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #0D2C89;
    display: inline;
}

.services-link
{
    line-height: 20px;
    text-decoration:underline;
}

.bold-text
{
    font-weight:bold;
}

.downsize
{
    font-size:1.1em;   
}

#news-container p
{
    padding: 0px 0px 12px 0px;
    font-size:1.1em;
}

.expand-order-info
{
    cursor:pointer;      
}

.small-italic-text
{
    font-size:0.9em;
    font-style:italic;   
}

.hidden-paragraph
{
	display: none;
	padding: 5px 5px 5px 5px !important;
	margin: 5px 0 0 0;
	border: solid 1px #000;
	background-color: #EEE;
	-moz-border-radius: 5px;
}

.help-list
{
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 5px 0 5px;
}

.help-headline
{
	cursor: pointer;
	color: #666;
	font-weight: bold;
}

input[type="checkbox"]
{
	padding: 0px 5px 0px 5px;
}

label
{
	padding: 0px 5px 0px 5px;
}

.odd
{
	background-color: #DDD;
	padding-bottom: 5px;
	border-left: solid 1px #c7c7c7;
	border-right: solid 1px #c7c7c7;
}

.even
{
	background-color: #EEE;
	padding-bottom: 5px;	
	border-left: solid 1px #c7c7c7;
	border-right: solid 1px #c7c7c7;
}
