
	html
	{
		background: #4383A1 url(/assets/i/bg.jpg) top left repeat-x;
	}

	body
	{
		font-family: verdana, sans-serif;
		font-size: 11px;
		margin: 0;
		overflow: -moz-scrollbars-vertical;
		color: #000;
	}

	a img	{ border: 0; }
	a	{ color: #2B7392; text-decoration: none; }
	a:hover	{ color: #E72266; text-decoration: none; }

	h1
	{
		color: #5D5D5D;
		font-family: arial, helvetica, sans-serif;
		font-weight: normal;
		font-size: 2em;
		letter-spacing: -1px;
	}

	h2
	{
		color: #2B7392;
		font-family: arial, helvetica, sans-serif;
		font-weight: normal;
		font-size: 1.6em;
	}

	h3
	{
		color: #175EA7;
		font-family: arial, helvetica, sans-serif;
		font-weight: normal;
		font-size: 1.1em;
	}

	h4
	{
		color: #9F1E30;
		font-family: arial, helvetica, sans-serif;
		font-size: 1em;
		font-weight: normal;
		letter-spacing: -1px;
	}
					
	h5
	{
		color: #9F1E30;
		font-family: arial, helvetica, sans-serif;
		font-weight: normal;
		font-size: 1em;
		letter-spacing: -1px;
	}

	h6
	{
		color: #9F1E30;
		font-family: arial, helvetica, sans-serif;
		font-weight: normal;
		font-size: 1em;
	}

	form
	{
		margin: 0;
	}

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

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

	.notice
	{
		color: #9F1E30;
	}
