/* CSS Document */

.nav {
	border: none;
}

.nav td {
	FONT-SIZE: 12px;
	LIST-STYLE-TYPE: none;
	TEXT-ALIGN: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-bottom: 1px;
	padding-right: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

a:link, a:visited, a:active {
	color: #660000;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}

a:link img {
	border: none;
}
a:visited img {
	border: none;
}
a:active img {
	border: none;
}

a:hover {
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}

.nav td A, .nav td A:active, .nav td A:visited, .nav td A:link {
	DISPLAY: block; WIDTH: inherit; TEXT-DECORATION: none
}
.nav A:hover {
	COLOR: #99CCFF; BACKGROUND-COLOR: #660000
}

.high { 
  background-color: #FFFFFF
}

.emph { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

li {
  margin-top: 3px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

p {
	font-size: 14px;

}
ul {
	font-size: 14px;
}
h2 {
	font-size: 16px;
	color: #660000;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #660000;

}
table {
        border-collapse:collapse;
	font-size: 14px;
}
table.seccit { 
  border: thin solid green;
  width: 100%;
  text-align: center;
  background: lightgreen;
}
table.nordsec { 
  border: thin solid blue;
  width: 100%;
  text-align: center;
  background: lightblue;
}
table.nordsecmob { 
  border: thin solid orange;
  width: 100%;
  text-align: center;
  background: #ffe9bf;
}
table.activities { 
  border: thin solid #808080;
  width: 100%;
  text-align: center;
  background: #e0e0e0;
}
td.small {
  text-align: center;
  font-size: 10px;
  border: 0;
}
tr.cell { 
  height: 65px;
}

.box {
	width: 250px;
	float: right;
	margin-bottom: 10px;
	border: 1px dashed #999999;
	font-family: Arial, Helvetica, sans-serif;
}

B.urgent{ color: red; }

.rightside {
	padding-left: 10px;
	width: 260px;
	float: right;
}

h1 {
	font-size: 18px;
	color: #660000;
}
.bgmain {
	background-color: #FFEEBF;
}
.title {
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #FFCC99;
	font-weight: bold;
}
.weektitle {
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.boxtitle {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #660000;
	padding-left: 4px;
	font-size: 11px;
}
.boxtext {
	color: #000000;
	padding-left: 8px;
	font-size: 11px;
}


.footer {
	font-size: 11px;
	color: #CCCCCC;
}

.footer a:link, .footer a:active, .footer a:visited{
	color: #CCCCCC;
	text-decoration: none;
}
.btext {
	font-size: 14px;
}
.error {
    background-color: pink;
}
