/* GENERAL STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
}

H1,H2,H3,H4 {color: #000066}
H1 {font-size:2em}
H2 {font-size:1.5em}  
H3 {font-size:1.25em} 
H4 {font-size:1em}  
INPUT, SELECT, TH, TD {font-size:1em}

#centralizer {
  	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 640px;
}

#header {align: center;}

#menu {
	font-size: 125%;
	color: #8FA3FA;
	text-align: right;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEBCFB;
}

.current {
	color : #000066;
}

#menu a {text-decoration: none; font-weight: bold;}
#menu a:hover {color: #9900FF;}
#menu a:visited {color: #8FA3FA;}
#menu a:visited:hover {color: #9900FF;}

#content {
	text-align: justify;
	margin-left: 2em;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AEBCFB;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

#specs { text-align: center }

#specs td {
	font-size: 1em;
	width: 10em;
	height: 2em;
	border: none;
	background-color: #D7DDFD;
	text-align: center;
	vertical-align: middle;
}

HR {
height: 1px;
color: #AEBCFB;
}




/* EDITOR PROPERTIES */
header1 {
color: #000066;
font-size:2em;

}

header2 {
color: #000066;
font-size:1.5em;
}

header3 {
color: #000066;
font-size:1.25em;

}

header4 {
color: #000066;
font-size:1em;

}


