	.navBar {
		text-align: right;
		font-weight: bold;
		font-size: 0.8em;
	}
	.subjectGroupOuter {
		margin-top: 1em;
		margin-bottom: 1em;
		background-color: white;
		border: solid black 1px;
	}
	.subjectGroupInner {
	}
	.message {
		list-style-image: url(file.gif);
	}
	.message LI {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	
	.subjectTitle {
		background-color: rgb(128,128,192);
		padding: 0.3em;
		color: white;
		font-weight: bold;
	}
	body {
		background-color: rgb(240,240,240);
	}


	.subjectGroupInner UL {
		list-style-image: url(file.gif);
	}
	
	
	.messageBody {
		background-color: white;
		padding: 0.3em;
	}
