body, html
	{
	text-align: center;
	background-color:#FFFFFF;
	
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color:#000000;
	
	width: 100%;
	height: 100%;
	
	margin:0;
	padding:0;
	overflow: hidden;
	}

	a
		{
		border: none;
		color:#000000;
		text-decoration: none;
		}
	p a, h1 a, h2 a, h3 a, span a, div a
		{
		border-bottom: 1px dashed;
		}
		a:hover
			{
			border-bottom: 1px solid;
			text-decoration: none;
			cursor:pointer;
			}
		a:active
			{
			}
		a img
			{
			text-decoration: none;
			border: none;
			display:block;
			}
	
	h1
		{
		font-size: 17pt;
		/*background-color:#00FF00;*/
		font-weight: normal;
		margin-bottom: 3px;
		
		
		font-size:12px;
		}
	h2
		{
		font-size: 14pt;
		font-weight:lighter;
		margin:0;
		padding:0;
		/*line-height: 14pt;*/
		margin-top: 15px;
		margin-bottom: 5px;
		
		font-size: 12px;
		
		/*text-decoration: underline;*/
		
		/*background-color:#FF0000;*/
		}
	h3
		{
		font-size: 12pt;
		font-weight: normal;
		margin: 0;
		padding: 0;
		line-height: 12pt;
		
		font-size:12px;
		}
	ul
		{
		margin-top: 5px;
		margin-left: 15px;
		}
		
	p
		{
		margin:0;
		/*margin-bottom: 7px;*/
		padding: 0;
		}
	
	em
		{
		color:#666;
		font-style:normal;
		}
	.small
		{
		font-size: 9pt;
		}
	
	.noSpace
		{
		margin: 0;
		padding: 0;
		}
	.underline
		{
		border-bottom: 1px dashed;
		}
	.underlineSolid
		{
		border-bottom: 1px solid;
		}
	.error
		{
		display: none;
		visibility:hidden;
		}
		

/* Fullscreen BG Fake */
#background{position:absolute; z-index:1; width:100%; height:100%; top:0; left:0;}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:scroll; z-index:2;} 

#content 
	{
	width: 500px;
	position:absolute;
	left: 50%;
	margin-left:-250px;
	margin-top: 50px;
	padding: 10px;
	background-image:url(../images/white.png);
	}

/* Fullscreen BG Fake */	




/*ContactFrom*/
td
	{
	padding-left: 5px;
	padding-right: 5px;
	width: 100px;
	text-align: right;
	/*border: 1px solid black;*/
	}

td input, td textarea
	{
	border: 1px solid black;
	font-family: "Courier New", Courier, monospace;
	width: 350px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	}
input
	{
	border: 1px solid black;
	font-family: "Courier New", Courier, monospace;
	width: 352px;
	float: right;
	margin-right: 29px;
	margin-left: 100px;
	margin-bottom: 5px;
	}

.required
	{
	color: #900;
	}
/*ContacrForm*/