

/* - - - - - - - - - - - - - - - - - - - - -

Title : COTT Newsletter Stylesheet
Author : Aaron Fridenmaker
URL : http://www.fivemonkeys.org

Description : COTT Newsletter stylesheet 

Created : 03-08-2009
Modified : 

- - - - - - - - - - - - - - - - - - - - - */



body {
	margin-left: 1.5em;
	font-size: 75%;
	font-family: verdana, sans-serif;
	background-color: #CCCCCC;
	align: justify;
	min-width: 750px;
	}
	
table {
	background-color: #FFFFFF;

}
	
p {
	text-align: justify;
	line-height: 1.75em;
    margin: .5em .75em 0 .75em;

}

html>body {
	font-size: 12px;
	}

h1 {
	font-size: 2em;
	letter-spacing: -0.015em;
	color: #1575A4;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	}

h2 {
	font-size: 1em;
	line-height: 1em;
	margin: .5em 0 .75em 0;
	color: #FFFFFF;
	font-weight: bold;
    text-transform: uppercase;
	}

h3 {
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 0 0 .25em 0;
	padding-bottom: 0px;
	color: #1575A4;
	}
	
.bl {background: url(../images/corner-grey-bl.jpg) 0 100% no-repeat}
.br {background: url(../images/corner-grey-br.jpg) 100% 100% no-repeat}
.tl {background: url(../images/corner-grey-tl.jpg) 0 0 no-repeat}
.tr {background: url(../images/corner-grey-tr.jpg) 100% 0 no-repeat; padding:10px}

a:link {
	color: #e79409;
	text-decoration: none;
	}

a:visited {
	color: #e79409;
	}

a:hover {
	color: #f7cb83;
	text-decoration: underline;
	}

a:active, a.active {
	color: #e79409;
	}

a.rollover {
	display: block;
	width: 79px;
	height: 74px;
	text-decoration: none;
	background: url("../images/squarebuttonsprite.jpg") no-repeat;
	}

a.rollover:hover {
	background-position: -79px 0;
	}

a.rollover:active {
	background-position: -79px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}