/* CSS Document */
.lodesc
	{
	margin: 9px;
	}
.lo
	{
	margin-left: 330px;
/*	width: 400px;*/
	padding: 8px 8px 25px 8px;
/*	margin-left: auto;
	margin-right: auto;*/
	margin-bottom: 15px;
	border-bottom: 1px solid #632102;
	position: relative;
	}
.lomsg
	{
	margin: 5px;
	padding-left: 5px;
	text-align: justify;
	}
.losignature
	{
	color: #F55102;
	}
.lonom span
	{
	font-weight: bold;
	}
.lodate
	{
	position: absolute;
	bottom: 0px;
	padding: 8px;
	right: 0px;
	font-style: italic;
	color: #FFFFFF;
	}
.lodate:first-letter
	{
	text-transform: uppercase;
	}
.loip
	{
	font-size:9px;
	}
.lopage
	{
	margin-left: 330px;
	text-align: center;
	}
	.lopage a
		{
		text-decoration: none;
		color: #F55102;
		}
	.lopage a:hover
		{
		text-decoration: underline;
		}
.locontrole
	{
	text-align: right;
	}
	.locontrole a 
	 	{
		position		: relative ;
		top				: 23px;
/*		margin-left 	: -5px;*/
		border-left		: 1px solid #632102;
		border-right	: 1px solid #632102;
		border-bottom	: 1px solid #632102;
		padding			: 3px 8px 3px 8px;
		background-color: #000000;
		color			: #FFFFFF;
		text-decoration	: none;
		font-family		: arial;
		font-size		: 8px;
		text-transform	: uppercase;
		font-stretch	: condensed;
		}
	.locontrole a:hover
		{
		border-left		: 1px solid #632102;
		border-right	: 1px solid #632102;
		border-bottom	: 1px solid #632102;
		padding			: 3px 8px 3px 8px;
		background-color: #7A2700;
		}

#loform
	{
	position: absolute;
	top: 50px;
	left: 9px;
	}
	#loform textarea
		{
		height: 100px;
		width: 300px;
		}
	#loform b
		{
		color: #FF0000;
		}