﻿h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
	color: #2C537A;
	line-height: 29px;
	margin: 0;
	padding: 0;
}
h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2C537A;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	color: #2C537A;
	line-height: 40px;
	margin: 0;
	padding: 0;
}

.body, .bodyGreen, .input, .inputReadOnly, .inputCombo 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2C537A;
	line-height: 13px;
}
.body a:link {color: #2C537A}
.body a:visited {color: #2C537A}
.body a:hover {color: #2C537A}

.bodyGreen {color: #71947D; font-weight: bold}
.bodyGreen a:link {color: #71947D; text-decoration: none}
.bodyGreen a:visited {color: #71947D; text-decoration: none}
.bodyGreen a:hover {color: #71947D; text-decoration: underline}

.bodyBold, .bodyBoldGreen 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2C537A;
	line-height: 13px;
}
.bodyBold a:link {color: #2C537A; text-decoration: none}
.bodyBold a:visited {color: #2C537A; text-decoration: none}
.bodyBold a:hover {color: #2C537A}

.bodyBoldGreen 
{
    color: #71947D;
}
.bodyBoldGreen a:link {color: #71947D; text-decoration: none}
.bodyBoldGreen a:visited {color: #71947D; text-decoration: none}
.bodyBoldGreen a:hover {color: #71947D}

.title 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #71947D;
	line-height: 16px;
}
.title a:link {color: #71947D; text-decoration: none}
.title a:visited {color: #71947D; text-decoration: none}
.title a:hover {color: #71947D; text-decoration: none}

.header, .headerBold, .headerBoldSmall, .headerLarge, .headerBoldLarge 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #2C537A;
	line-height: 13px;
}
.headerBold {font-weight: bold}
.headerBoldSmall {font-size: 13px; line-height: 17px; font-weight: bold}
.headerLarge {font-size: 16px; line-height: 19px}
.headerBoldLarge {font-size: 16px; line-height: 19px; font-weight: bold}
.header a:link, .headerBold a:link {color: #2C537A; text-decoration: underline}
.header a:visited, .headerBold a:visited {color: #2C537A; text-decoration: underline}
.header a:hover, .headerBold a:hover {color: #2C537A; text-decoration: none}

.input, .inputReadOnly {height: 17px}
.inputReadOnly {background: #ccc}
.inputCombo {height: 22px}

.calendarDailyViewIcs
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #71947D;
	line-height: 13px;
}
.calendarDailyViewIcs a:link, .calendarDailyViewIcs a:visited, .calendarDailyViewIcs a:hover {
    color: #71947D; 
    text-decoration: none;
} 