body {
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
      padding: 0px;
	background-color: #eeeecc;
	margin: 0px;
}

/* global settings
*/

table {
	margin-right:auto;
	margin-left:auto;
}
h1 {
	font-size: 24px; 
	line-height: 31px; 
	color: #660033; 
}
h2 {
	font-size: 19px; 
	line-height: 24px; 
	color: #660033; 
}
h3 {
	font-size: 17px; 
	line-height: 20px; 
	color: #660033; 
}
a:link {
	color: #3F00CE;
	text-decoration:none 
}
a:visited {
	color: #5F00AE;
	text-decoration:none 
}
a:hover {
	color: #3F00CE;
	text-decoration:underline 
}
a:active {
	color: #5F00AE;
	text-decoration:none 
}

ul {
	list-style-image:url(elements/bullet2.gif);
}

div.inform {
  width:70%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.alert {
  background-color: #353586;
  color: #fff;
}
/* navigation bar settings

*/

#topbar {
  background:#fda;
}

#topbar a {
	font-weight:bold;
}

#sidebar {
	background:#fda;
  font-size: 10pt;
	line-height: 9px;
}

#sidebar .navtd {
  text-align:left;
	text-decoration:none; 
}

#topbar .navtd {
  border-right-width:3px;
  border-right-style:solid; 
  text-align:center;
	text-decoration:none; 
}

.navtd0 {
  border-right-width:3px;
  border-right-style:solid; 
  border-left-width:3px;
  border-left-style:solid; 
  border-left-color:transparent; 
  text-align:center;
	text-decoration:none; 
}

/* main frame settings
*/

#main {
  background:#eec;
}
