/* WEBSITE DEFAULTS
-----------------------------------------------
Site: ihacares.com
Author:   Eric Fileti, Lisa Feng
Version:  August 31 2005
Revision: August 31 2005
----------------------------------------------- */

	/* VML FOR GOOGLE MAPS
	--------------------------------------------- */
	v\:* {
		behavior:url(#default#VML);
	} 

	/* FONTS
	---------------------------------------------*/
	body {
		font: 10px/1.5em Arial, Verdana, Helvetica, sans-serif;
			
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-weight: normal;
	}
	h1 {
		font-size: 218%;
		color: #6894c7;
	}
	h2 {
		font-size: 135%;
	}
	h3 {
		font-size: 150%;
		margin-bottom: 10px;
	}
	h4 {
		font-size: 80%;
		color: #6894c7;
	}
	p {
		margin: 3px 0px 3px 0px;
		padding: 0px;
	}
	
	/* FORMS
	---------------------------------------------*/
	
	form {
		margin: 0px;
		padding: 0px;
	}
	input, select {
		font-size: 100%;
		
	}
	
	/* IMAGES
	---------------------------------------------*/
	img {
		border: 0px;
	}
	
	/* LINKS
	---------------------------------------------*/
	a {
		color: #5e50a1;
		text-decoration: none;
	}
		a:link {
			text-decoration: underline;
		}
		a:visited {
			text-decoration: underline;
			
		}
		a:hover {
			text-decoration: none;
		}
		a:active {
			text-decoration: underline;
		}
		
	/* LISTS
	-------------------------------------------------------------------------*/
	ul {
		
		
	}
	ul.arrowList , ul.arrowLinkList {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
		font-weight: bold;
		color: #999999;
	}
	ul.arrowList {
		font-weight: normal;
	}
	ul.arrowList li, ul.arrowLinkList li {
		padding: 0px 0px 0px 14px;
		margin: 0px 0px 4px 0px;
		background: transparent url(../images/arrowgray.gif) no-repeat 0px 0px;
	}
