/*
	default style sheet for RealizationEngine

	this style sheet has been tested in:
		Windows:
			I.E. 6.0
			I.E. 5.5
			I.E. 5.0
			Netscape 7.46
			Netscape 7.49
			Opera
			Mozilla 1.0

		Linux:
			Netscape 7.48
			Mozilla 1.0
			Opera 5.0 (Build 24)
			Konqueror 3.0.2
			Galeon 1.2.5

	This is not a guarentee of fitness. This style sheet does not
	and will not provide consistent presentation accross browsers
	but has been tested to prove that it does not break browsers
	(specifially the old Netscape 4.7x browsers that poorly -- at
	best -- support CSS.
*/
<style type="text/css">

	p { 
			font-family: sans-serif;
			}

	body { color: black;
				 font-family: Verdana, Arial, sans-serif;
				 background-image: url(/images/newsback-c.gif);
				 background-repeat: repeat-y;
				 font-size: 80%;
			 }

	p.body_text {
								 margin-top: 0;
								 margin-bottom: 0;
								 margin-left: 0;
								 margin-right: 0;
								 border-left: 1px;
								 border-right: 1px;
								 border-top: 1px;
								 border-bottom: 1px;
								 padding-left:4px;
								 padding-right:4px;
								 }

	p.fresh_name {
								 background-color: #DDDD99;
								 padding:3px;
								 margin-top:0;
								 margin-bottom:0;
								 font-weight: bold;
								 }

	p.fresh_body { 
								 background-color: #FFFFAA;
								 padding:3px;
								 margin-top:0;
								 margin-bottom:0;
								 }

	.navigation { 
								 font-size: 75%;
								 font-family: sans-serif;
								 margin-top:0;
								 margin-bottom:0;
								 }

	.session { 
								 border-left: 0.6em solid;
								 }
/* A:Hover {
								border-top: 1px dotted red;
								border-bottom: 1px dotted red;
								}
*/
</style>
/*
								# text-decoration: overline;
								# text-transform: uppercase;
								# font-weight: bold;
								# letter-spacing: -0.02em;
*/
/*
	ul { border: dashed #CCCCFF; border-width: 0px 0px 0px 1px; 
				padding: 0 0 0 2em;
			}
*/
								/* Keep your colors consistent throught style sheet */
	.fresh_title {
								 background: #!fresh_title_background;
								 padding: 0px 4px 1px 4px;
								 border: outset #!fresh_title_background; border-width: 1px;
								 }

	.fresh_body {
								 background: #!fresh_message_background;
								 padding: 0px 4px 2px 4px;
								 /* border: solid #!fresh_message_background; border-width: 1px; */
								 }

	.warm_title {
								 background: #!warm_title_background;
								 padding: 0px 4px 1px 4px;
								 border: outset #!warm_title_background; border-width: 1px;
								 }

	.warm_body {
								 background: #!warm_message_background;
								 padding: 0px 4px 2px 4px;
								 /* border: solid #!warm_message_background; border-width: 0px 1px 0px 1px; */
								 }

	.day_old_title {
								 background: #!day_old_title_background;
								 padding: 0px 4px 1px 4px;
								 border: outset #!day_old_title_background; border-width: 1px;
								 }

	.day_old_body {
								 background: #!day_old_message_background;
								 padding: 0px 4px 2px 4px;
								 /* border: solid #!day_old_message_background; border-width: 0px 1px 0px 1px; */
								 }

	.message_title {
								margin: 0px 0px 0px 2px;
								padding: 0px 0 0px 0;
								border-style: outset;
								border-width: 1px;
								font-weight: bold;
	}

	.message_body {
								margin: 0px 0px 0px 0px;
								padding: 0px 0px 0px 0px;
	}

	#session_title {
								 border: solid #EEEE00;
								 border-width: 0 0 0 10px;
								 }

	#session_message {
								 border: solid #AA0000;
								 border-width: 0 0 0 10px;
								 }

	.navigation { 
								 font-size: 85%;
								 font-family: sans-serif;
								 margin-top:0;
								 margin-bottom:0;
								 }

	.session { 
								 border-left: 0.6em solid;
								 }
/* A:Hover {
								border-top: 1px dotted red;
								border-bottom: 1px dotted red;
								}
*/
/*
	ul { border: dashed #CCCCFF; border-width: 0px 0px 0px 1px; 
				padding: 0 0 0 2em;
			}
*/
								/* Keep your colors consistent throught style sheet */
	.fresh_title {
								 background: #!fresh_title_background;
								 padding: 0px 4px 1px 4px;
								 border: outset #!fresh_title_background; border-width: 1px;
								 }

	.fresh_body {
								 background: #!fresh_message_background;
								 padding: 0px 4px 2px 4px;
								 /* border: solid #!fresh_message_background; border-width: 1px; */
								 }

	.warm_title {
								 background: #!warm_title_background;
								 padding: 0px 4px 1px 4px;
								 border: outset #!warm_title_background; border-width: 1px;
								 }

	.warm_body {
								 background: #!warm_message_background;
								 padding: 0px 4px 2px 4px;
								 /* border: solid #!warm_message_background; border-width: 0px 1px 0px 1px; */
								 }

	.day_old_title {
								 background: #!day_old_title_background;
								 padding: 0px 4px 1px 4px;
								 border: outset #!day_old_title_background; border-width: 1px;
								 }

	.day_old_body {
								 background: #!day_old_message_background;
								 padding: 0px 4px 2px 4px;
								 /* border: solid #!day_old_message_background; border-width: 0px 1px 0px 1px; */
								 }

	.message_title {
								margin: 0px 0px 0px 2px;
								padding: 0px 0 0px 0;
								border-style: outset;
								border-width: 1px;
								font-weight: bold;
	}

	.message_body {
								margin: 0px 0px 0px 0px;
								padding: 0px 0px 0px 0px;
	}

	#session_title {
								 border: solid #EEEE00;
								 border-width: 0 0 0 10px;
								 }

	#session_message {
								 border: solid #AA0000;
								 border-width: 0 0 0 10px;
								 }

	.navigation { 
								 font-size: 85%;
								 font-family: sans-serif;
								 margin-top:0;
								 margin-bottom:0;
								 }

	.session { 
								 border-left: 0.6em solid;
								 }
/* A:Hover {
								border-top: 1px dotted red;
								border-bottom: 1px dotted red;
								}
*/
/*
	ul { border: dashed #CCCCFF; border-width: 0px 0px 0px 1px; 
				padding: 0 0 0 2em;
			}
*/
								/* Keep your colors consistent throught style sheet */
	.fresh_title {
								 background: #DDDD99;
								 padding: 0px 4px 1px 4px;
								 border: outset #DDDD99; border-width: 1px;
								 }

	.fresh_body {
								 background: #FFFFAA;
								 padding: 0px 4px 2px 4px;
								 /* border: solid #FFFFAA; border-width: 1px; */
								 }

	.warm_title {
								 background: #CCCCBB;
								 padding: 0px 4px 1px 4px;
								 border: outset #CCCCBB; border-width: 1px;
								 }

	.warm_body {
								 background: #EEEEBB;
								 padding: 0px 4px 2px 4px;
								 /* border: solid #EEEEBB; border-width: 0px 1px 0px 1px; */
								 }

	.day_old_title {
								 background: #CCCCCC;
								 padding: 0px 4px 1px 4px;
								 border: outset #CCCCCC; border-width: 1px;
								 }

	.day_old_body {
								 background: #DDDDDD;
								 padding: 0px 4px 2px 4px;
								 /* border: solid #DDDDDD; border-width: 0px 1px 0px 1px; */
								 }

	.message_title {
								margin: 0px 0px 0px 2px;
								padding: 0px 0 0px 0;
								border-style: outset;
								border-width: 1px;
								font-weight: bold;
	}

	.message_body {
								margin: 0px 0px 0px 0px;
								padding: 0px 0px 0px 0px;
	}

	#session_title {
								 border: solid #EEEE00;
								 border-width: 0 0 0 10px;
								 }

	#session_message {
								 border: solid #AA0000;
								 border-width: 0 0 0 10px;
								 }

	.navigation { 
								 font-size: 85%;
								 font-family: sans-serif;
								 margin-top:0;
								 margin-bottom:0;
								 }

	.session { 
								 border-left: 0.6em solid;
								 }
/* A:Hover {
								border-top: 1px dotted red;
								border-bottom: 1px dotted red;
								}
*/
