body {
	font-family : "Verdana", "Helvetica", "Sans-Serif";
	font-size: 12pt;
	text-align: left;
	color: #000000;
}

/* link, visited, hover, focus, active */

a {
	text-decoration: none;
	color: #271f63;
}

a:hover {
	text-decoration: underline;
	color: #5e5a9e;
}

h1, h2, h3, h4, h5, h6 {
	color: #2f2674;
	margin-bottom: 0px;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 17pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 12pt;
}

.stronger {
	font-weight: bold;
}

/********/
/* SITE */
/********/
div#site {
	width: auto;
}

/********/
/* LOGO */
/********/
div#logo {
	display: none;
}

div#logo-top-corners {
	display: none;
}

div#logo img {
	display: none;
}

/********/
/* MENU */
/********/
div#menu {
	display: none;
}

/**********/
/* NOTITS */
/**********/

div#notits {
	display: none;
}

/***********/
/* CONTENT */
/***********/
div#centerbox {
	text-align: left;
	width: auto;
}

div#content-top-corners {
	display: none;
}

div#content {
	width: auto;
	height: auto;
}

div#content a {
	text-decoration: underline;
	color: #5e5a9e;
	font-weight: bold;
}