/* SPT Text Stylesheet */

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #066AB7;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p 
{
    font-size: 1em;
}

li 
{
    margin-bottom: 10px;
}
li p 
{
    margin-top: 10px;
}

hr 
{
    border: 1px solid #066AB7;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 
{
    margin: 10px 0;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}


/* Content Only 
----------------------------------------------------------------------------------------------------*/

/* administration page */
table.administration td
{
    padding-top: 20px;
    padding-bottom: 10px;
    vertical-align: top;
    border-bottom: 1px solid #066AB7;
}        
table.administration img 
{
    margin-right: 20px;
}

/* newsletters page */
table#newsletters 
{
    margin-top: 0; padding-top: 0;
}
table#newsletters td 
{
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #066AB7;
}
table#newsletters td img 
{
    margin-right: 20px;
    border: 1px solid #ccc;   
}
table#newsletters td.subject 
{
    text-align: right;
}

/* contact page */
table#contact td
{
    vertical-align: top;
}
