/* CSS Document */
body {
	background-color:#ddddff;
	/*text-align:center;*/
}

A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	text-decoration: none;
}

A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #ffffdd;
	text-decoration: none;
}

A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
	text-decoration: none;
}

A:ACTIVE {
	font-family :12px;
	font-weight : bold;
	color : #ff0000;
	text-decoration: none;
}

#print A {
	color : #ff0000;
	text-decoration: underline;
}

td {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 12pt;
	font-style: normal; /*italic*/
	color: #000000;
}

.left {
	background-image: url(repeater.jpg);
	background-repeat: repeat-y;
	width:160px;
	
}
#print {z-index:200; position:relative; padding-right:10px;}

.button {z-index:1; position:absolute;}
.buttonTxt {z-index:10; position:absolute;}

@media print { 
#print {width: 125mm;}
@page {margin:0;}
body {margin:0;}
.left {width:130px;}
}


