/* site reset css */

/* IE fix for borders around <a> images */
a img {
        border: 0px;
}


/* General layouts */
body 	{
		margin:0; padding:0; font:14pt tahoma,verdana,sans-serif; background-color:#f0ffff; color:#000; 
	}

ul {
}

/* Standard Tags */
a 		{text-decoration:none; color:#269; font-weight:bold;}
a:hover 	{text-decoration:underline;}
p 		{margin:0 0 15px 0;}
h1,h2,h3,h4 	{
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:1.2em;
}

h1 	{
	font-size:3em; letter-spacing:-2px; color:#567; margin:15px 0 5px 20px;
	font-family:'Seaweed Script';
	}
h1 a:hover 	{text-decoration:none;}
h2 	{
	font-size:1.6em; letter-spacing:-1px; margin: 5px 0 0 0; font-family:'Seaweed Script';
	}
h3 		{color: #555; font-size:1.4em; margin:1em 0 0.5em 0.5em;}
h4 		{font-size:1.2em; font-weight:bold;}
h5		{font-size:1.2em; color:#555}