/* CSS Document */
body {
	margin: 0; 
	padding: 0;
	font-size: 12pt;
	color: #000;
	background: white; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size:16pt;
	text-align: center;
}
h2 {
	font-size:14pt;
	text-align: left;
	page-break-before:auto;
}
h3 {
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
}
p     {
	line-height: 120%;
	text-align: justify;
	page-break-inside: avoid;
	padding: 0em;
}
p.italics {
	font-style: italic;
	color: #666;
}
#Script p {
	font-style: italic;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	page-break-inside: avoid;
	padding: 0em;
}
strong {
	font-style: bold;
}

/* --------------- Lists ---------- */
/*  << info list >>  */
ul.info {
	list-style-type: none;
	padding: 0;
	margin-left: 1em;
}
#info li {
	background-image: url(images/info.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.1em;
	padding-left: 1.5em;
	margin: 1em 0em;
}
#info a {
	text-decoration: none;
}
#info em {
	font-style: italic;
	font-size: 10pt;
}
/*  << standard list >>  */
ul.normal {
	list-style-type: disc;
	padding: 0 1em;
	margin-left: 1em;
}
#normal li {
	padding-left: 0em;
	margin: .2em 0em;
}
#normal h2 {
	color: #000;
}
#normal h3 {
	font-size: 1em;
	text-align: left;
	color: #000;
	margin-left: 1em;
}
#normal em {
	font-style: italic;
	font-size: 12pt;
}
/* ---------------Extra Text FX ---------- */
#DeepPink.Grace {
	color: #666;
	font-style: bold;
}
#Magenta {
	color: #000;
	list-style-position: inside;
}
#DeepPink {
	color: #000;
	font-style: italic;
}
.Blue {
	color: #000;
}
#RedPink {
	color: #000;
}
#SoftViolet {
color: #000;
}

/* --------------- Main Contents ---------- */

#MasterContainer {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}
#LogoContainer {
	display: none;
	}
#MenuMain {
	display: none;
	}
.print {
	display: none;
	}
.login {
	display: none;
	}
.faq {
	display: none;
	}
.reg {
	display: none;
	}
.contact {
	display: none;
	}
.g-a-i-a {
	display: none;
	}
	
/* --------------- Menus ---------- */
#MenuGaia {
	display: none;
}
.MenuGaiaItems a {
	display: none;
}	
.MenuGaiaItems a:hover {
	color: white;
}
.MenuGaiaItems {
	color: white;
}	
/* --------------- Links ---------- */
a:link, a:visited {
	color: #000;
	background: transparent;
	text-decoration: underline;
	}