/*
 * Copyright (C) 2005 Email Data Source, Inc. (www.emaildatasource.com)
 *
 * This program is a proprietary work and not free software. It may not be
 * copied, used, modified or redistributed in any method or form without the
 * express written permission or licensing from Email Data Source, Inc.
 *
 * $Id: base.css,v 1.4 2007/04/30 14:01:39 jhb Exp $
 *
 */

/*
 * This is the base styles file. The only thing that should be in here
 * are html tags.
 */

div {
	font-size:11px;
}
	
input {
	font-size:11px;
}
	
select {
	font-size:11px;
}

h1 {
	font-family: Verdana,Arial, sans-serif;
	color:#004694;
	font-size:17px;
	line-height:26px;
	font-weight:800;
	letter-spacing:.03em;
	word-spacing:-2px;
}

h2 {
	font-family: Verdana,Arial, sans-serif;
	color:#c60;
	font-size:16px;
	line-height:20px;
	font-weight:800;
	letter-spacing:.03em;
	word-spacing:-2px;
}

h3 {
	font-family: Verdana,Arial, sans-serif;
	color:#004694;
	font-weight:800;
	font-size:14px;
	line-height:16px;
	letter-spacing:.02em;
	word-spacing:.01em;
}

h4 {
	font-family: Verdana,Arial, sans-serif;
	color:#004694;
	font-weight:800;
	font-size:12px;
	line-height:16px;
	letter-spacing:.02em;
	word-spacing:.01em;
}

h5 {
	font-size: 13px;
	line-height:16px;
	font-weight: 800;
	color: #004694;
	letter-spacing:.03em;
} 

h6 {
	font-size: 13px;
	line-height:13px;
	font-weight: 800;
	color: #333;
	letter-spacing:.03em;
} 

p {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	line-height:16px;
}
		
body {
	margin:0px 0px 0px 0px;
	background:#7c9ec0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
