/* CSS Document */
/* Styles used by layoutPrint.cfm */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

img {border:none}


.h1 {font-size: 18px; 
	font-weight: bold;
	color: #cf1141;}
	
.h2 {
	font-size: 16px; 
	font-weight: bold;
	color: #cf1141;}
	
.h3 {
	font-size: 14px; 
	font-weight: bold;
	color: #000000;}

#container {
	width: 690px;
	margin: 0px auto;
	padding: 0px 0px;
}
.header {
	height:146px;
	background-image: url(/Stock/header.jpg);
	background-repeat: no-repeat;
	}


.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 10px;
}
.body a { color: #cf1141; text-decoration: underline; }
.body a:hover { color: #BFBFBF; text-decoration: underline;}

.body h1 {
	font-size: 18px; 
	font-weight: bold;
	color: #cf1141;}
	
.body h2 {
	font-size: 16px; 
	font-weight: bold;
	color: #cf1141;}
	
.body h3 {
	font-size: 14px; 
	font-weight: bold;
	color: ##000000;}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}
.footer a {
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	color: #cf1141;
	text-decoration: underline;
}