body {
    margin: 0;
    padding:0;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
	line-height: 17px;
	color: #000000;
}

.nvgbg {
	background-color:#0D62A8;
}

.nvgbg2 {
	background-color:#DCE7F1;
}

.font_8px {
    font-family: Arial;
    font-size: 8px;
}

.font_8_5px {
    font-family: Arial;
    font-size: 8.5px;
	line-height: 13px;
}

.font_9px {
    font-family: Arial;
    font-size: 9px;
}

.font_10px {
    font-family: Arial;
    font-size: 10px;
}

.font_11px {
    font-family: Arial;
    font-size: 11px;
	line-height: 18px
}

.font_12px {
    font-family: Arial;
    font-size: 12px;
}

.font_13px {
    font-family: Arial;
    font-size: 13px;
}

.font_14px {
    font-family: Arial;
    font-size: 14px;
}

.font_16px {
    font-family: Arial;
    font-size: 16px;
}

.font_18px {
    font-family: Arial;
    font-size: 18px;
}

.font_20px {
    font-family: Arial;
    font-size: 20px;
}

.font_8px_bold {
    font-family: Arial;
    font-size: 8px;
    font-weight: bold;
}

.font_9px_bold {
    font-family: Arial;
    font-size: 9px;
    font-weight: bold;
}

.font_10px_bold {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
}

.font_11px_bold {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

.font_12px_bold {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.font_13px_bold {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

.font_14px_bold {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.font_16px_bold {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.font_18px_bold {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

.font_20px_bold {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
}

a:link {
    color: #001A75;
    text-decoration: none;
}

a:visited {
    color: #0085E8;
    text-decoration: none;
}

a:hover {
    color: #FF6700;
    text-decoration: none;
}

a.counsel:link {
    color: #00375E;
    text-decoration: none;
}

a.counsel:visited {
    color: #00375E;
    text-decoration: none;
}

a.counsel:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.inputbox {
	width: 250px;
}

.inputbox_long {
	width:330;
}

.workshopHeader
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #0D62A8;
    border-bottom: 1px solid #000000;
    line-height: 21px;
}

.workshopItem
{
	padding-left: 10px;
	line-height: 18px;
}
.tablepadding
{
	margin-left: 33px;
}

.button1
{
	margin-left: 177px;
}

.button2
{
	margin-right: 70px;
}
.orangeText
{
	width: 100px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FF6700;
    line-height: 18px;
}

.calendarHeader
{
	color: #0D62A8;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}

.workshopCalendarEvent
{
	border-bottom: 1px solid #91B7FF;
}

.noWrap
{
	white-space:nowrap;
}