@charset "utf-8";

@import url(reset.css);
@import url(forms.css);
@import url(layout.css);
@import url(hacks.css);

/* ------------------------------- */
/* STANDARD HTML TAG DEFINITION
/* ------------------------------- */
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		background: fixed url(../images/background.jpg) no-repeat left bottom;
	}
	
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
	}
	
	h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
	}
	
	a {
		text-decoration: none;
		border-bottom: 1px solid;
	}
	
	a:link, a:visited{
		color: #3366cc;
		border-bottom-color: #c5d3f1;
	}

	a:hover{ border-bottom-color:#3366cc; }
	
	h1 a {
		border-bottom-width:2px;
	}
	
	hr {
		height: 1px;
		background-color: #e6e6e6;
		color: #e6e6e6; 
		border: 1px;
		margin: 5px 0;
	}
	
	input {
		color: #000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
	small {
		color: #999;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	p {
		margin-bottom: 1em;
	}
