/*
-----------------------------------------------
tinybrands.com 
author:   Marty Romero
version:  2008.01
----------------------------------------------- */
@import url("layout.css");

html { background-color: #fff;}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #6088A5;
	text-align: left;
}

/* Normalizes margin padding */

body, dl, dt, dd, ul, li, h1, h2, h3, form, input, p {
	margin: 0;
	padding: 0;
}

/* Normalizes font-size for headers */

h1, h2, h3 {
	font-size: 100%;
}

/* Removes list-style from lists */
ol, ul, dl {
	list-style: none;
}

/* Removes border from img */
img {
	border: 0;
}



/* Generic Rules
----------------------------------------------- */

h1, h2, h3 {
	font-family: Arial, Helvetica,sans-serif;
}

h1 {
	font-size: 2.0em;
	color: #507694;
	font-weight: bold;
}

h2 {
	font-size: 1.7em;
	color: #162C3C;
	font-weight: normal;
	padding-top: 20px;
}

h3 {
	font-size: 1.5em;
	color: #5CA352;
	font-weight: normal;
	padding: 10px 0 0 10px;
}

h4 {
	font-size: 1.3em;
	color: #5CA352;
	font-weight: normal;
	padding: 0px 0 0 0px;
}	
