@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
}

H2 {
	font-size:18px;
}

.download {
	display:block;
	height:20px;
	background-position:middle left;
	background-repeat:no-repeat;
	padding:6px 0 0 30px;
}

.download a:link visited {
	color:#000;
	text-decoration:none;
}
.download a:hover {
	color:#f5821e;
	text-decoration:underline;
}

.eps { background-image:url(img/eps_file.gif); }
.pdf { background-image:url(img/pdf_file.gif); }
.psd { background-image:url(img/psd_file.gif); }
.png { background-image:url(img/png_file.gif); }
.ai { background-image:url(img/ai_file.gif); }
.indd { background-image:url(img/indd_file.gif); }