@charset "utf-8";

body		{ margin: 40px; padding: 0; font-size: 12px; line-height: 1.6em; color: #222222; 
			  background-color: #FFFFFF; }

img			{ margin: 0; padding: 4px; background-color: #F3F3F3; 
			  border: 1px solid #C3C3C3; }

h1			{ margin-bottom: 20px; text-align: center; }
h2			{ margin-bottom: 0; font-size: 16px; line-height: 1.5em; }
h3			{ margin-bottom: 0; font-size: 14px; line-height: 1.5em; padding-bottom: 0; }
h4			{ margin-bottom: 0; font-size: 12px; line-height: 1.5em; padding-bottom: 0; }
p			{ margin-bottom: 1.5em; }

table		{ margin: 0; padding: 0; border: 1px solid #C3C3C3; width: 100%; }
th			{ margin: 0; padding: 5px; font-size: 10px; font-weight: bold; background-color: #F3F3F3;
			  border-right: 1px solid #C3C3C3; border-bottom: 1px solid #C3C3C3; 
			  text-align: left; white-space: nowrap; }
td			{ margin: 0; padding: 5px; font-size: 10px; border-right: 1px solid #C3C3C3; 
			  border-bottom: 1px solid #C3C3C3; }
td strong	{ font-weight: bold; font-family: monospace; }

input, checkbox, select, textarea	{ border: 1px solid #C3C3C3; }

.button		{ text-align: center; }

.red		{ color: red; }
ul, ol		{ margin-bottom: 10px; }
