

/* globals -------------------------------- */
body	{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

td	{
	font-size: 13px;
	line-height: 17px;
}

a:link, a:visited	{
	color: #1E396C;
	font-size: 10pt;
	text-decoration: none;
}

a:hover, a:active	{
	color: #732431;
}
/* globals -------------------------------- */


.header	{
	color: #732431;
	font-size: 16px;
	font-weight: bold;
}

#contact	{  }

	#contact	td	{
		color: #000000;
		font: bold 20pt lucida calligraphy, duval, monotype corsiva, ARIAL;
		margin: 0;
		padding: 0;
	}

		#contact	td	a:link, 
		#contact	td	a:visited	{
			background-color: #fff;
			color: #732431;
			font-size: 16pt;
			font-weight: bold;
			text-decoration: none;
		}
	
		#contact	td	a:hover, 
		#contact	td	a:active	{
			color: #B0DEC1;
		}
		
.login-form	{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #eee;
	padding: 10px;
}

	.login-form	label	{
		color: #999;
		display: block;
		font-size: 10px;
		font-weight: normal;
		line-height: 1.4em;
		text-transform: uppercase;
	}

