@CHARSET "ISO-8859-1";

body {
   background: white;
   font-size: 11pt;
   font-family: arial, verdana, times;
}

.smalltext 		{ font-size: 6.5pt; }
td.black-back 	{ background: #4A4A4C; }
   
a:link, a:visited {
   color: black;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
a[href^="/"]:after {
   content: " (http://newsletters.gpqld.com.au/" attr(href) ") ";
   }
   
table {
	margin-top: 10px;
}
   
 /* Forms */
  
 input, textarea, select{ font-family: Arial, Verdana, Helvetica, Sans-Serif; border: 1px solid #656565; font-size: 11px; padding: 3px; }
 .button			    { background: #F1F1EF; color: #000; font-size: 10px; border: 1px solid #656565; height: 22px; line-height: 9px; }
 
h1,h2,h3,h4,h5,h6	{ font-weight:bold; }
h1 {
	font-size:24px;
}
h2 {
	font-size:16px;
	border-bottom:1px solid #ccc;
	padding:0 0 2px 0;
	margin:0 0 5px 0;
}
h3,h4,h5,h6	{
	font-size:13px; margin:0 0 2px 0;
}

hr {
	page-break-after: always;
	visibility: hidden;
}

div#newslettertitle {
	padding: 30px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
}	

div#articletitle {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	background: #4A4A4C;
	color: white;
	margin: 10px 0px ;
}

div#articletitle h2 {
	padding: 10px;
	border-bottom:none;
	margin: 0;
}
