
/* border color of a note entry */
.nBorder { 
	background-color: 	#214263; 
}

/* background color of a note entry */
.nBackground { 
	background-color: 	#F2F7FD; 
}

/* title of a note */
.nTitle { 
	font-family: 		helvetica, arial, sans-serif;
	font-weight:		bold;
/* medium */
}

/* title of a note */
.nTitleNA { 
	color: 			#A0A0A0; 
	font-family: 		helvetica, arial, sans-serif;
	font-weight:		bold;
/* medium */
}

/* body of a note */
.nBody { 
	font-family: 		helvetica, arial, sans-serif;
/* medium */
}

/* main areas of an entry */
div.nTitle {
        padding:    4px 0px;
}

div.columns {
        padding:    8px;
}


