/** GENERIC **/
body {
	margin: 0px;
	color: #444;
	font-family: "Verdana";
	font-size: 11pt;
}

td {
  color: #444;
	font-family: "Verdana";
	font-size: 11pt;
}

#main table {
  width: 100%;
}

/** SPACING **/
.medium-spacing {
	border-spacing: 12px;
}

/** PADDING **/
.small-padding {
	padding: 5px;
}

/** SHAPES **/
.rounded-table {
  border-bottom-left-radius: 15px 15px;
  border-bottom-right-radius: 15px 15px;
  border-top-left-radius: 15px 15px;
  border-top-right-radius: 15px 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.prettyprint {
  border-left-color-ltr-source: physical;
  border-left-color-rtl-source: physical;
  border-left-color-value: #CCCCCC;
  border-left-style-ltr-source: physical;
  border-left-style-rtl-source: physical;
  border-left-style-value: solid;
  border-left-width-ltr-source: physical;
  border-left-width-rtl-source: physical;
  border-left-width-value: 3px;
  margin-left: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em;
  border: 1px solid black;
}

.images {
	border: 1px solid #999;
	margin-left: 10px;
}

.bordered {
  border: 1px solid #999;
  border-width: 1px; 1px; 1px; 1px;
}

.cell-centered {
	text-align: center;
	padding-bottom: 10px;
	font-size: 120%;
}

.cell20pt {
	font-size: 20pt;
	text-align: justify;
	padding-bottom: 10px;
	font-weight: bold;
}

.imgSpace {
	padding-top: 10px;
	padding-bottom: 10px;
}

a:link {
  text-decoration: underlined; color: gray;
}

a:visited {
  text-decoration: underlined;
  color: gray;
}

a:hover {
  color: black;
}

.cellBlack {
	color: #9BA4A9;
	text-align: justify;
	padding-bottom: 10px;
	background-color: #222;
}

.table-header {
	margin-bottom: -90px;
}

.menu {
  font-weight: normal;
}

.chapter {
  color: #F2692D;
  font-weight: bold;
  font-size: 115%;
}

/** FONTS */
.small {
  font-size: 80%;
}

.normal {
  font-size: 100%;
}

.big {
  font-size: 150%;
}

.highlight {
  font-size: 120%;
}

.verybig {
  font-size: 200%;
}

.bold {
  font-weight: bold;
}

/** PROPORTIONS */
.half_size{
  width: 50%;
}

.third_size{
  width: 33%;
}

/** COLORS */
.orange_bg {
 background-color: #ff9900;
}

.yellow_bg {
 background-color: #f9ffab;
}

.green_bg {
 background-color: #91ff00;
}

/** MISC */
.smallmenu {
  color: #F2692D;
  font-weight: bold;
  font-size: 70%;
}

a.menu:hover   {color: white;}

#copyright {
	font-size: 11px;
	text-align: center;
	color: #444;
	padding-top: 10px;
	padding-bottom: 5px;
}

#copyrightG {
  font-size: 11px;
}

#logo_sun {
	position: relative;
	z-index: 10;
	top: -50px;
}

#rient {
	position: relative;
	z-index: 15;
	left: -100px;
	top: -158px;
}

