	body, td.main
	{ 
		font-family: "Lucida Grande", "Verdana", "Georgia", Arial,sans-serif;
		font-size: 10pt;
		color: #000000;
		background-color: #FFFFFF;
		margin: 0px;
		height: 100%;
	}
	#page {
		text-align: center;
		width: 950px;
		left: 50%;
		margin-left: -475px; /* - (width/2) */
		position: relative;
		max-width: 950px;
		height: 100%;
	}
		#boxFrame {
			position: absolute;
			width: 100%;
			height: 100%;
		}
			#welcomeBox {
				height: 600px;
				top: 50%;
				margin-top: -300px; /* - (height/2) */
				position: relative;
			}
				#welcomeBox .welcomeLogo {
					text-align: center;
				}
				#welcomeBox .welcomeText {
					text-align: center;
					color: #B22222;
				}
					#welcomeBox .welcomeText a, #welcomeBox .welcomeText a:visited, #welcomeBox .welcomeText a:active {
						font-weight: bold;
						color: #B22222;
						text-decoration: none;
						padding: 3px 5px;
						margin: 0 2px;
					}
						#welcomeBox .welcomeText a:hover {
							background-color: #B22222;
							color: #FFFFFF;
						}
				#welcomeBox .certificatesLogos {
					text-align: center;
					padding-top: 25px;
				}
		.wrapper {
			clear: both;
			padding: 0;
		}
	
	/* Links */
	a, a:hover, a:visited, a:active { color : #0000FF; text-decoration: underline;}
	
	img,a {border: 0;}