/* @group Standard */
/** STANDARD standard tags and generic selectors */

* {
text-wrap: word-break;
}

html {
	min-width: 60em;
	min-height: 38.60em;
	border: 0;
	margin: 0;
	padding: 0;
}

html * {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-size:  1em;
	min-width: 60em;
	min-height: 38.60em;
	background-color: #00162d;
	width: 100%;
}

body * { 
	border-collapse: collapse;
	font-weight: bold;
	font-family: "Helvetica", sans-serif;
	font-size: 1em;
	color: #8bb6cc;
}

* a {              
	margin: 0.2em;
	padding: 0.2em;
	border-color: #00162d;
	border: 0.12em solid transparent;
	text-decoration: none;
	color: #f8f848;
}

* a:hover{	 
	color: #ffffff;
	border: 0.12em solid #004477;
	background-color: #00162d;
	outline: #004477;
}

/* @end Standard*/


/* @group Central_Content_Standard */

* p { font-size: 0.9em; font-weight: normal; letter-spacing: 0.1em; line-height: 150%; padding-bottom: 2em; }
* ul { padding-left: 1em; padding-bottom: 1em; }
* ol { font-size: 0.9em; font-weight: normal; letter-spacing: 0.1em; line-height: 150%; padding-bottom: 1em; }
* li { font-size: 0.9em; font-weight: normal; letter-spacing: 0.1em; line-height: 150%; padding-bottom: 1em; }
* h1 { text-align: center; font-family: "Helvetica", sans-serif; color: #ffff88; text-shadow: #52bCb3 0 0 2em; font-size: 2em; font-weight: bold; letter-spacing: 0.1em; line-height: 150%; padding-top: 0.5em; padding-bottom: 1.5em; }
* h2 { font-family: "Helvetica", sans-serif; color: #ffff88; font-size: 1.5em; font-weight: bold; letter-spacing: 0.1em; line-height: 150%; padding-top: 0.5em; padding-bottom: 1em; }
* h4 { font-family: "Helvetica", sans-serif; color: #bddaaa; font-size: 1.2em; font-weight: bold; letter-spacing: 0.1em; line-height: 150%; padding-top: 0.5em; padding-bottom: 1em; }
* h5 { font-family: "Helvetica", sans-serif; color: #bddaaa; font-size: 1em; font-weight: bold; letter-spacing: 0.1em; line-height: 150%; padding-top: 0.5em; padding-bottom: 1em; }
* h6 { font-family: "Helvetica", sans-serif; color: #bddaaa; font-size: 0.75em; font-weight: normal; padding-top: 0.5em; }

/* @end Central_Content_Standard */


/* @group CSS_Checker_Targets */

#loadedPage{
	width: 80%; 
	height: 100px; 
	visibility: hidden; 
	overflow: hidden; 
	border: 1px solid white;
}
#parsedPage{
	width: 80%; 
	height: 100px; 
	visibility: visible; 
	overflow: hidden; 
	border: 1px solid white;
}

/* @end CSS_Checker_Targets*/
