
	body				{
					background-color: #FFF;
					font-family: arial, helvetica, sans-serif;
					margin: 0;
					/* font-size: 0.7em; */
					font-size: 75%;
					overflow: -moz-scrollbars-vertical;
					background-image: url(../i/site_bg.gif);
					background-repeat: repeat-x;						
					}


	a				{ color: #175EA7; text-decoration: underline; }
	a img			{ border: 0; }
	a:hover			{ color: #9F1E30; text-decoration: underline; }
	a:visited			{ color: #9F1E30; text-decoration: underline; }






	h1				{
					font-size: 2.2em;
					font-weight: normal;
					margin: 0 0 5px 0;
					color: #fff;
					letter-spacing: -1px;
					}
					
	h2				{
					font-size: 1.7em;
					font-weight: normal;
					margin: 0 0 5px 0;
					/* color: #0193cf; */
					color: #005D87;
					letter-spacing: -1px;					
					}

	h3				{
					color: #0193cf;
					font-weight: normal;
					font-size: 115%;
					margin: 0px;
					}

	h4				{
					color: #0193cf;
					font-size: 150%;
					font-weight: normal;
					letter-spacing: -1px;
					margin: 0px;
					}
					
	h5				{
					color: #0193cf;
					font-weight: normal;
					font-size: 130%;
					letter-spacing: -1px;
					margin: 0px;
					}

	h6				{
					color: #0193cf;
					font-weight: normal;
					font-size: 115%;
					margin: 0px;
					}

	form
	{
		margin: 0;
	}

	hr
	{
		width: 100%;
		height: 1px;
		border: 0;
		border-top: 1px solid #E1E1E1;
	}

	/* some very common essential classes */
	.ff
	{
		font-family: lucida sans unicode, verdana, sans-serif;
		font-size: 1em;
		padding: 2px;
	}

	.notice
	{
		color: #9F1E30;
	}
