/* CSS Document */
html, body, ul, ol, li, p, h1, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	background-image: url(/assets1/grey-mottled.jpg);
	color: #000099;
}

body, td, th
{font-family:Arial, Helvetica, sans-serif;
}



#carrier{padding-left:15px;
margin-bottom:20px;
margin-top:20px;
}


#menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	font-weight: bold;
	color: #660099;
	text-decoration: none;
	background-color: #FFFF00;
	width: 100px;
	list-style-position: outside;
}

.heading {
	margin:10px;
	font-size: 14pt;
	font-weight: bold;
	color: #000099;
}

.textcarrier{
	margin:10px;
	font-size:10pt;
	color:#000099;
	line-height:140%;
	background:#FFFFFF;
}

.indent {
	text-decoration: none;
	text-align: left;
	text-indent: 1cm;
	margin: 5px;
	padding: 5px;
}


li {
	list-style-type: disc;
	list-style-position: outside;
	
}

.footer {
	color:#FFFFFF;
	font-size:9pt;
}

a:link {
	text-decoration: none;
	color: #660099;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
	
a:hover {
	color: #FF0000;
	text-decoration: none;
}
	
a:active {
	text-decoration: none;
	color: #006600;
};
.style1 {font-size: 8pt}

.style2 {color: #FFFFFF}

.textcarrier li {
	text-indent: 15pt;
	list-style: url(none);
}
hr {
	color: #000099;
	background-color:#000099;
}

