	* {
		font-family:		arial, sans-serif;
	}

	a {
		color:			navy;
		text-decoration:		none;
		font-weight:		bold;
	}

	a:hover {
		color:			orange;
		background-color:		white;
	}

	form {
		margin:			0px;
		padding:			0px;
	}

	p, span {
		text-align:			justify;
		font-size:			14px;
		line-height:		1.2em;
		margin:			0px 0px 0.2em 0px;
	}

	body {
		margin:			0px;
	}

	*.transparentFrame {
		position:			absolute;
		padding:			2px;
		border:			outset 2px yellow;
		filter:			alpha(opacity=80);
		-moz-opacity:		80%;
		color:			black;
		background-color:		orange;
		z-index:			99;
	}

	*.text1 {
		font-size:			10px;
	}

	*.text2 {
		font-size:			16px;
		font-weight:		bold;
		text-align:			center;
		background-color:		red;
		border:			outset 2px #ff6666;
		color:			white;
	}
