<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* HTML Elements */ 

	a {} /* Avoid using as will assign it to &lt;a name=""&gt; */
		a:link{
			color: #1D5294;
			}
		a:visited {
			color: #6783AF;
			}
		a:hover {
			text-decoration: none;
			} 
	
	body {
		/* Motorola background */
		background:#c2deec;  
		
		/*Sirit background
		background: #4C699A; */
		font:10px;
		font-family:  arial,helvetica,clean,sans-serif;
		font-size:small;
		font:x-small;
		}
	
	dl, ol, ul {
		margin-top: 0;
		}
		
	fieldset {
		border: none;
		margin: 0;
		padding: 0;
		}
		
	form {
		margin: 0;
		padding: 0;
		}
	/* Getting h1, h2, h3, h4 and h5 from Moto CSS file */
	h1 {
		font-size: 1.4em;
		margin:	0;
	}
	
	h2, h3, h4, h5	{
		font-size: 100%;
		margin:	0;
		}
	img {
		border: none;
		}
	
	li {
		padding-bottom: 0;
		padding-top: 6px;
		margin: auto auto auto 0;
		}
		li p, li h2 {
			font-size: 100%;
			}
	
	p, td {
		margin-top: 0;
		}	
		td, th {
			/* This is the background of the body of the background */
			background: #E6F1F6;
			border: none;
			margin: 0;
			padding: 4px 8px 3px;
			}
			th {
				background: #7590A8;
				color: #fff;
				font-family: arial, verdana, helvetica, sans-serif;
				font-size: 110%; 
				text-align: left;
				}
		
	table {
		margin: 0 0 .5em;
		width: 100%;
		}			
		

/* Format Classes */

	.alignLeft {
		clear: left;
		float: left;
		width: 40%;
		}
		li.alignLeft {
			width: 45%;
			}
			
	.alignLeftImage {
		clear: left; 
		float: left;
		display: inline;
		padding: 3px 12px 3px 0;
		}			
	
	.alignRight {
		clear: right; 
		float: right;
		width: 40%;
		}
		li.alignRight {
			clear: none;
			float: none;
			width: auto;
			}
			
	.alignRightImage {
		clear: right; 
		float: right;
		display: inline;
		padding: 3px 0 3px 12px;
		}
		
	.button {
		background: #5976A0 url(/assets/images/ui/bg_button.jpg) repeat-x 0 0;
		border: none;
		color: #fff;
		font: bold 91% Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 2px 5px 2px 5px; /*top right bottom left */
		text-decoration: none;
		
		}
		 a.button {
			color: #fff;
			padding: 1px 6px 2px;
			text-decoration: none;
			}
			a.button:visited {
				color: #fff;
				}
		
	.clearFloat {
		clear: both;
		padding-top: 1em;
		}

	.clearFloatLeft {
		clear: left;
		padding-top: 1em;
		}		

	.clearFloatRight {
		clear: right;
		padding-top: 1em;
		}			
			
	.hidden {
		display: none;
		}
	
	.highlight {
		background: yellow;
		font-size: 100%;
		font-weight: bold;
		}
		.highlight a {
			text-decoration: none;
			}
			
	.linkPdf {

		background: url("/assets/images/ui/bg_acrobat.gif") no-repeat 100% 2px !important;
		padding: 0 15px 0 0;
		}

	.twoColList {}
		.twoColList li {
			float: left;
			padding-bottom: 10px;
			padding-right: 5%;
			width: 40%;
			}</pre></body></html>