/*-----------------------------------------------------------------------------
title

version:   1.0
author:    paul dupree
website:   http://www.unisonconsulting.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	background-color: #ffffff;
	margin-top: 10px;
	margin-left: 10px;
}

a:link { color: #333; text-decoration: underline; }
a:visited { color: #333; text-decoration: underline; }
a:hover { color: #333; text-decoration: underline; }
a:active { color: #333; text-decoration: underline; }

p,
td { margin: 0 0 .7em 0;
	font: 12px/1.6em Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #84A26B;
	margin-bottom: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: bold;
}

.footer {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #366;
	padding-top: 10px;
}



/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
