/*  ----------------------------------  */
/*  --  GraphicPrintSource website  --  */
/*  --                              --  */
/*  --         CSS Stylesheet       --  */ 
/*  ----------------------------------  */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	background: white;
	margin: 0;
	margin-right:10px;
	padding: 0;
	text-align: left; 
	color: #000000;
}

#contentText {
	position:relative;
	top:0px;
	left:0px;
	width:240px;
	height:500px;
	z-index:5;
	padding:0px 25px 0px 19px;
	float:left;
}

#imageBox {
	position:relative;
	left:0px;
	top:0px;
	width:457px;
	height:500px;
	z-index:50;
	float:right;
}
a:link {
	color: #dd137b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #dd137b;
}
a:hover {
	text-decoration: underline;
	color: #dd137b;
}
a:active {
	text-decoration: none;
	color: #dd137b;
}

#image1 {
	padding-bottom:4px;
}

#image2 {
	padding-bottom:4px;
}

#image3 {
	padding-bottom:4px;
}

#image4 {
	padding-bottom:5px;
}
