@media screen, print {
	body {
		background: #FFFFFF;
		margin: 0;
		padding: 0;
		font-family: Calibri, Tahoma, sans-serif, Helvetica;
		font-size: 12pt;
	}
	body a:link, a:active, a:visited {
		text-decoration: none;
		color: #009900;
	}
	body a:hover {
		text-decoration: underline;
	}
	.company {
		width:1100px;
		padding-left: 20px;
		padding-top: 10px;
	}

	h1 {
		padding: 0 80px 0 80px;
		line-height: 1.0;
		text-align: center;
		color: #009900;
		font-size: 30pt;
		font-weight: bold;
		padding-bottom: 0pt
	}
	p {
		margin: 0px;
		padding: 0em 1em 0;
		clear: both;

		text-align: justify;
		font-family: Calibri, Tahoma, sans-serif, Helvetica;
		color: #007700;
	}
	p:first-letter {
		font-weight: bold;
	}
	
	uL {
		list-style-type: disc;
		font-family: Calibri, Tahoma, sans-serif, Helvetica;
		color: #007700;
		line-height: 1;
				position: relative;
		left: 20px;
		top: 10px;
	}
	li {
		padding-bottom: 10pt;
	}
	div.topline {
		width:1000px;
		position: relative;
		left: 20px;
		top: 10px;
		height: 110px;
		display: block;
	    text-align:center;
	    font-size: 16pt;
	    color: #007700;
	}
	
			.contacts {
		top: 5px;
		left: 680px;
		font-size: 10pt;
		color: #007700;
		text-align: center;
	}
	
	.bc1 {
		top: 10px;
		left: 40px;
		color: #007700;
		width:1100px;
	}
	
	.links{
		margin:70px;		
	}
	
	.aboutus{
		width:1000px;
		position: relative;
		left: 20px;
		top: 10px;
		height: 110px;
		display: block;
	    font-size: 16pt;
	    color: #007700;
	}
	div #service{
		width:400px;
		float: left;
	}
	div #contacts{
		margin-left:600px;
		padding-left:20px;
		padding-bottom:10px;
		background-color:#cccABC;
	}


}

