
/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: green;}
a:hover {color: #3579DC;}
body {
	color: black;
	font: 0.63em "verdana",sans-serif;
	/*margin: 0 auto;*/

}

p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}

/* THIS GIVES THE IMAGE FOR THE LIST ELEMENT */

li {list-style-image: url(http://wwwdev.thecard.com.au/enews/images/li.gif);}

/* THIS IS USED TO DENOTE SPECIAL PRIVILEGE */

blockquote {
	border: 1px solid #bbbbbb;
	color: #bbbbbb;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	width:96%
}
blockquote p {padding: 3px 0;}

h1 {
	font-family:verdana;	
	font-size: 1.4em;
	color: #114c5e;
}
h2 {
	color: black;
	font-family: verdana;
	font-size: 12px;
	padding-bottom:2px;
}

h3 {
	font-family:verdana;
	color: black;
}

/* misc */
.clearer {clear: both;display:none}

/* structure */
.container {
}

/* absolutetop */
/* This draws the blue shaded box at the top of the Privileges banner. */

.absolutetop {
	height: 15px;
}



/* priv */
/* sets spacing for body content */
.priv 
{
}

/* header titles */
/* sets blue strip for topic titles */

.header_titles h1 {
	color: black;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	padding-top:5px
}

/* edition_toc */ 
/* This holds the topic headings at the top of the newsletter */

.edition_toc {
	text-align:center;
	padding-bottom:10px;
}

.edition_toc h2 {
	color: black;
	font-family: verdana;
	font-size: 1.25em;
	padding-bottom:5px;
	hover: #FF5500;
}




.edition_toc a {
	color: #666666;
	text-decoration:none
}





/* seperator */

.seperator {
	background: url(http://wwwdev.thecard.com.au/enews/images/seperator.gif) no-repeat;
	height: 15px;
}




/* Edition_header*/
/* This is the edition heading and the Privileges heading. */

.edition_header {
	height: 1.56em;
	padding-bottom:5px;
	font-family: century gothic;
	font-size: 1.1em;
	text-align:left
}



/* header */
/* This draws the header box with the privileges banner */

.header {
	display:none
}



/* footer */
/* footer for the privileges strip across the bottom */
.footer {
	color: black;
	font-size: xx-small;
	line-height: 40px;
	margin: 0px;
	text-align: center;
}
.footer a {color: #114c5e;}
.footer a:hover {color: #4eb2ca;}

.privilegeHeader {font-weight:bold; color:darkred}
.venueHeader {font-weight:bold;}

.body{padding-top:5px; padding-bottom:15px}
.returnToTop{display:none}

.disclaimer { font-size:xx-small}


.TOC 
{
  table-layout: fixed; 
  text-align:center;
}

img{display:none}