body
{
	background-color: white;
	padding: 15px;
}

p
{
	font-family: arial, sans-serif; 
	font-size: 12pt; 
	font-style: normal;
	font-weight: normal;
	color: rgb(0,60,140);
}

p.mainbody
{
	position: relative;
	left: 600px;
}

p.indent
{
	position: relative;
	left: 625px;
}

p.body
{
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 25px;
	margin-bottom: 10px;
}

p.bodytrim
{
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 350px;
	margin-bottom: 10px;
}

p.heading
{
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
}

p.pagetitle
{
	font-weight: bold;
	font-size: 24pt;
	letter-spacing: 5px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	text-align: center;
}

p.pagesubtitle
{
	font-weight: bold;
	font-size: 16pt; 
	font-style: italic;
	margin-top: -20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	text-align: center;
}

img.wdsinline
{
	border-style: solid;
	border-width: thin;
	margin-top: 15px;
	margin-bottom: 15px;
}

img.wdsright
{
	border-style: solid;
	border-width: thin;
	position: absolute;
	right: 25px;
	cursor: crosshair;
}

img.right
{
	position: absolute;
	right: 25px;
	border-style: none;
}

img.main
{
	position: absolute;
	left: 0px;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}

a
{
	text-decoration: none;
	color: rgb(200,40,40);
}

a:hover
{
	text-decoration: underline;
	color: rgb(40,140,40);
}


a.none
{
	text-decoration: none;
	color: black;
}

a.none:hover
{
	text-decoration: none;
	color: black;
}

table.activity
{
	font-family: arial, sans-serif; 
	font-size: 12pt; 
	font-style: normal;
	font-weight: normal;
	color: rgb(0,60,140);
	margin-top: 5px;
	margin-left: 125px;
	margin-right: 0px;
	margin-bottom: 5px;
}

td.activity
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
}

table.month
{
	width: 100%;
	border-width: 5px;
	border-color: #008497;
	border-style: double;
	border-spacing: 0;
	border-collapse: collapse;
}

td.weekday
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(0,60,140);
	text-align: center;
	background-color: #accadd;
	border-width: 2px;
	border-color: #008497;
	border-style: solid;
}

td.filler
{
	text-align: center;
	vertical-align: middle;
	border-width: 2px;
	border-color: #008497;
	border-style: solid;
	padding: 4px;
}

td.day
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #62aac1;
	vertical-align: top;
	width: 14%;
	height: 100px;
	border-width: 2px;
	border-color: #008497;
	border-style: solid;
	padding: 4px;
}

div.daynum
{
	color: #0;
	text-align: right;
	line-height: 1;
	padding-bottom: 5px;
}

div.event
{
	color: #ffffff;
	text-align: left;
	line-height: 1.2;
}