/* @override http://www.salmondreed.co.nz/sra.php?css=sra/main_css */

body {
margin: 0em 0em 0em 0em;
padding: 0;
/*font-family: Verdana, 'Lucida Grande', Helvetica, sans-serif;*/ 
font-family:"Trebuchet MS", Verdana, 'Lucida Grande', Helvetica, sans-serif;
/* font-family: Georgia, "Century Schoolbook L", 'Lucida Grande', Geneva, serif; */
font-size: 76%;
color: #000;
background-color: #000;
}
	
/*typography*/
a {
text-decoration:none;
color: #507272;
}
a:link {
color: #507272;
}
a:visited {
color: #507272;
}
a:active {
}
a:hover {
text-decoration: underline;
color:#000000;
}

h1 {
font-size: 2.0em;
font-weight: normal;
margin-top: 0em;
margin-bottom: 0em;
/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
font-size: 1.7em;
/* margin: 1.2em 0em 1.2em 0em; */
margin:0;
font-weight: normal;
}
h3 {
font-size: 1.4em;
/*margin: 1.2em 0em 1.2em 0em;*/
margin:0;
font-weight: normal;
}
h4 {
font-size: 1.2em;
/*margin: 1.2em 0em 1.2em 0em;*/
margin:0;
font-weight:bold;
}
h5 {
font-size: 1.0em;
margin:0;
/*margin: 1.2em 0em 1.2em 0em;*/
font-weight: bold;
}
h6 {
font-size: 0.8em;
/*margin: 1.2em 0em 1.2em 0em;*/
font-weight: bold;
}
img {
border: 0;
}
li {/*
list-style: none;*/
font-size: 1.0em;
margin-top: 0.2em;
	list-style-type: square;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
ul {/*
list-style: none;*/
font-size: 1.0em;
line-height: 1.8em;
margin-top: 0.2em;
margin-bottom: 1em;
	padding-left: 1.2em;
margin-left:0px;
}
ol {/*
list-style: none;*/
font-size: 1.0em;
line-height: 1.8em;
margin-top: 0.2em;
margin-bottom: 0.1em; 
}
p {
	font-size: 1em;
	line-height: 1.6em;
	/* margin: 1.2em 0em 1.2em 0em; */
margin:0;
	text-decoration: none;
}

li > p {
margin-top: 0.2em;
}
pre {
/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
font-family: monospace;
font-size: 1.0em;
}
b {
font-weight: bold;
}

strong {
font-weight: bold;
}

