/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

body { background-color: black; color: white; padding: 20px; }

a { color: #FFE100; }

/* set commonly used text to white */
h2 {
	font-family: "Lucida Grande", Arial, sans-serif;
	color: white; 
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
}

h3
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: white; 
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
	margin-top: 10px;
}

p, ul { 
	font-family: "Lucida Grande", Arial, sans-serif;
	color: white; 
	font-size: 12px;
	padding-bottom: 5px;
	line-height: 18px;
	margin-bottom: 15px;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	padding: 6px;
	padding-left: 18px;
}

#yellowborder { 
	border: 10px solid #ffcc00;
	width: 600px;
	margin-left: auto; 
	margin-right: auto;
}

#yellowborder-wide {
	border: 10px solid #ffcc00;
	width: 700px;
	margin-left: auto; 
	margin-right: auto;
}

#dateline {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-style: italic;
	color: white;
	text-align: right;
	padding: 5px;
	padding-right: 10px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#newsletter-content {

}

#articlebreak {
	width: 100%;
	height: 3px;
	background-color: #41526C;
}

#newsletter-table td {
	padding: 20px;
}

.visible-note {
	font-family: "Arial Black";
	color: red;
	font-weight: bold;
}