*
	{
		margin: 0;
		padding: 0;
		border: 0;
		font-family: 'Open Sans', sans-serif;
/* 		behavior: url('js/PIE.htc'); */
/* 		behavior: url('js/PIE.php'); */
	}


body,
html
	{
		height: 100%;
		width: 100%;
	}

body
	{
		background-image: url('../images/bg.jpg');
		background-position: center center;
		background-size: cover !important;
		background-repeat: no-repeat;
	}

a
	{
		color: #104b7d;
		font-weight: bold;
		font-size: inherit;
		text-decoration: none;
	}

a:hover,
a:active
	{
		text-decoration: underline !important;
	}

.superscript
	{
		font-size: .65em;
		vertical-align: top;
	}

.trademark,
.registered
	{
		font-size: .65em;
		vertical-align: top;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
		margin-left: .20em;
	}

.clickable
	{
		cursor: pointer;
	}

.hidden
	{
		display: none !important;
	}

.required
	{
		font-size: inherit;
		color: #dd0000;
	}

#global_errorDump,
#global_errorDump *
	{
		font-size: 12px !important;
	}

#container_table,
#container_table td
	{
		height: 100%;
		width: 100%;
		text-align: center;
		vertical-align: middle;
	}

#logo
	{
		margin-bottom: 50px;
		width: 800px;
	}

#redirect
	{
		line-height: 150%;
		display: inline-block;
		font-size: 18px;
		width: 800px;
		text-align: center;
	}












