body { font-family:Arial,Helvetica,sans-serif; font-size:9pt; color : #000000;   }

B { font-family:Arial,Helvetica,sans-serif; font-size:10pt; color : #000000;   }

A:link { text-decoration: underline; color : Blue;  }

A:visited { text-decoration: underline; color : Purple;  }

A:hover { text-decoration: underline;    color : Red; }

textarea { font-family:Arial,Helvetica,sans-serif; font-size:9pt; color : #000000; } 

td { font-family:Arial,Helvetica,sans-serif; font-size:9pt; color : #000000; } 

h2 { font-family:Arial,Helvetica,sans-serif; font-size:15pt;color : #000000;  } 

h5 { font-family:Arial,Helvetica,sans-serif; font-size:9pt; font-weight : normal;} 

.lin { text-decoration : none }

td.calendarToday { background-color: #CCC; }

p {
    padding-left: 10px;
    color: #222;
}

.fileManagerLineItem {
    border-bottom: 1px dashed #CCC;
    width: 800px;
}
.fileManagerLineItem a {
    color: #222;
}

.fileManagerLineItem a:hover {
    text-decoration: none;
}

.fileManagerURL {
    width: 500px;
    padding: 10px;
    display: block;
    float: left;
    
}

.fileManagerEntry {
    width: 105px;
    padding: 10px;
    display: block;
    float: left;
}

.newsletterRow, .formRow {
	clear:both;
}
.newsletterRow label, .formRow label {
	width: 100px;
	float: left;
	display: inline;
}
.newsletterNotInUse {
	color: red;
}

.enabled {
  color: green;
}
.disabled {
  color: red;
}
