/* standardize elements */
html		{ height: 100%; }
body		{ background: #FFF; margin: 0; padding: 0; width: 100%; height: 100%; }
blockquote	{ margin: 15px 40px; padding: 0; }
form		{ margin: 15px 0; padding: 0; }
sup			{ font-size: 75%; }
ul, ol		{ margin: 15px 0; padding: 0 0 0 40px; }
ol ol,
ol ul,
ul ol,
ul ul		{ margin: 0; }

/* visible styles */
body, td, .NormalText { font-weight: normal; text-decoration: none; font-style: normal; color: #000000; font-size: 12px; font-family: Century Gothic, Trebuchet MS, Arial, Helvetica, sans serif; }

/* site structure */
table#shell 		{ width: 100%; height: 100%; margin: 0; padding: 0; border: 0; }
table#shell td		{ text-align: center; vertical-align: middle; }
table#shell td img  { border: 1px solid #000; }

