﻿.heading
{
	font-size: 16px;
	color: #004A80;
	font-family: Tahoma;
	text-decoration: none;
}

.bodycopy
{
	font-size:12px;
	color:#544E49;
	font-family:Tahoma;
	text-decoration:none;
}

.bodycopyBold
{
	font-size:12px;
	color:#544E49;
	font-family:Tahoma;
	text-decoration:none;
	font-weight: bold;
}

.bodycopyWhite
{
	font-size:12px;
	color:#ffffff;
	font-family:Tahoma;
	text-decoration:none;
}

.bodycopyWhiteBold
{
	font-size:12px;
	color:#ffffff;
	font-family:Tahoma;
	text-decoration:none;
	font-weight: bold;
}

.bodycopyRed
{
	font-size:12px;
	color: red;
	font-family:Tahoma;
	text-decoration:none;
}

.bodycopyRedBold
{
	font-size:12px;
	color: red;
	font-family:Tahoma;
	text-decoration:none;
	font-weight: bold;
}

.link
{
	font-size:10px;
	color:#006666;
	font-family:verdana;
	text-decoration:underline;
}

.link:hover
{
	font-size:10px;
	color:#3E4141;
	font-family:verdana;
	text-decoration:underline;
}

.linkLarge
{
	font-size:12px;
	color:#006666;
	font-family:verdana;
	text-decoration:underline;
}
.linkLarge:hover
{
	font-size:12px;
	color:#3E4141;
	font-family:verdana;
	text-decoration:underline;
}

.linkWhite
{
	font-size:12px;
	color:#ffffff;
	font-family:verdana;
	text-decoration:underline;
}
.linkWhite:hover
{
	font-size:12px;
	color:#004A80;
	font-family:verdana;
	text-decoration:underline;
}

.ajax__calendar .ajax__calendar_container 
{
    border:2px solid #226db6;
    background-color:#ffffff;
    color:#ffffff;
    font:arial;
}

.ajax__calendar_header
{
    background-color: #226db6;    
}

.ajax__calendar_title
{
    color:#ffffff;
} 

.ajax__calendar_body
{
    border:2px solid #226db6;
}