/* ----------------------------------
LESLEY DORMEN
MASTER STYLESHEET
http://www.lesleydormen.com

Author: Michael Borum // etherweave
http://www.etherweave.com

Version: March 2007
------------------------------------*/

body {
	background: #405c8c;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia, TimesNewRoman, TimesRoman, Times, serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	}

h1, h2, h3 {
	font-weight: normal;
	line-height: 150%;
	}

h1 {
	font-size: 18px;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 14px;
	}
	
a:link {
	color: red;
	text-decoration: underline;
	}

a:visited {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: #fff;
	text-decoration: underline;
	}

a:active {
	color: #000;
	text-decoration: underline;
	}

a img {
	text-decoration: none;
	border: none;
	}
	
ul {
	list-style: none;
	margin: 15px 0 15px 0;
	padding: 0;
	}

ul.bullets {
	list-style: square;
	margin: 15px 0 15px 0;
	padding: 0 0 0 15px;
	}
	
p {
	margin: 0 0 15px 0;
	padding: 0;
	}

/* FORM STYLES */

fieldset {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
input.text, textarea {
	background: #fff;
	border: 1px solid #000;
	}
	
input.submit {
	width: auto;
	background: #fff;
	color: #000;
	font-size: 11px;
	border: 1px solid #000;
	padding: 2px;
	}