
/*	Common
	=========================================================================== */

	body, div, span, p,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, .common_font {
			font-family: verdana, arial, helvetica, sans-serif;
			font-size: 11px;
			color: #333333;
	}

	h1 {
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		font-family: 'Century Gothic';
		font-size: 18px;
		font-weight: lighter;
		color: #DD0000;
	}

	h2 {
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		font-family: 'Century Gothic';
		font-size: 14px;
		font-weight: lighter;
		color: #DD0000;
	}

	p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	img {
		border: 0px;
	}

	a:link     {color: #C00000; text-decoration: none}
	a:visited  {color: #C00000; text-decoration: none}
	a:active   {color: #C00000; text-decoration: none}
	a:hover    {color: #C00000; text-decoration: underline}

	li.error {
		color: #DD0000;
	}