﻿body
{
	background-color: #0000ff;
	color: #ccccff;
	font-size: 10pt;
    font-family:Arial;
}

h1 
{
	font-size: 15pt;
    font-family:Arial;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
}
h2
{
	font-size: 14pt;
    font-family:Arial;
	font-weight:bold;
	margin-left:5px;
}
h3
{
	font-size: 13pt;
    font-family:Arial;
	font-weight:bold;
	margin-left:5px;
}
p
{
	font-size: 11pt;
    font-family:Arial;
	margin-right:5px;
	margin-left:5px;
}

.LinkCss
{
	background-color: #0033cc;
	font-family: Arial, 'Times New Roman';
	color: silver;
	font-size: 12pt;
}
.CalendarDayCss
{
	background-color: White;
	color: #ff1493;
	font-family: 'Times New Roman' , Arial;
	font-size: 10pt;
}
.CalendarDayReverseCss
{
	color: White;
	background-color: #ff1493;
	font-family: 'Times New Roman' , Arial;
	font-size: 10pt;
}
.CalendarTodayCss
{
	background-color: White;
	color: #ff1493;
	font-family: 'Times New Roman' , Arial;
	font-weight: bold;
	font-style: italic;
	border-right: #0000cd thin solid;
	border-top: #0000cd thin solid;
	border-left: #0000cd thin solid;
	border-bottom: #0033cc thin solid;
	font-size: 10pt;
}
.CalendarDayHeaderCss
{
	color: #0033cc;
	background-color: #ffd700;
	font-family: 'Times New Roman' , Arial;
	font-size: 10pt;
}

.Menu
{
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
	width: 100%;
}
.MenuStaticItem
{
	background-color: #dcdcdc;
	color: navy;
	font-family: 'Times New Roman' , Arial;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: middle;
	text-align: center;
	font-size: 13pt;
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
}
.MenuStaticHover
{
	background-color: navy;
	color: #dcdcdc;
	font-family: 'Times New Roman' , Arial;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: middle;
	text-align: center;
	font-size: 13pt;
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;

}
.MenuDynamicItem
{
	background-color: #dcdcdc;
	color: navy;
	font-family: 'Times New Roman' , Arial;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
	font-size: 12pt;
}
.MenuDynamicHover
{
	background-color: navy;
	color: #dcdcdc;
	font-family: 'Times New Roman' , Arial;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
	font-size: 12pt;
}

.LeftMenu
{
	background-color: #dcdcdc;
	color: navy;
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
	font-size: 12pt;
}
.LeftMenuReverse
{
	background-color: #000080;
	color: #dcdcdc;
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
	font-size: 12pt;
}

.SubMenuStaticItem
{
	color: purple;
	font-family: Arial;
	padding-bottom: 1px;
	padding-top: 1px;
	vertical-align: middle;
	font-size: 11pt;
}
.SubMenuStaticHover
{
	background-color: navy;
	color: #dcdcdc;
	font-family: Arial;
	padding-bottom: 1px;
	padding-top: 1px;
	vertical-align: middle;
	font-size: 11pt;
}
