body {
	background-color: #50C1EF;
	background-image:url(img/bgcolor.gif);
	background-repeat:repeat;
	margin-left:15px;
	margin-top:0;
	margin-right:15px;
	text-align:center; /* fixes IE centering bug */
}

ul {
	margin-top:4px;
}

img.decoration {
	display:block;
}

img.lfloater {
 	display:inline;
 	float:left;
 	vertical-align:middle;
}

img.baseline {
	vertical-align:text-bottom;
}

/* generic cell properties */
td {
	border-width:0;
	margin:0;
	padding:0;
	vertical-align:top;
	background-color:#FFFFFF;
	text-align:left;
}

td.menu {
	background-color:#FFFFFF;
	padding-left:24px;
	padding-top:16px;
}

/* main table and cell properties */

table.decoration {
	/* makes sure there is no border, spacing or padding by default */
	border-collapse:collapse;
	border-spacing:0;	
	vertical-align:top;
	/* aligns the table to the center of the page */
	margin-left:auto;
	margin-right:auto;
	width:794px;
}

/* Fix for browsers that rely on the so-called 'whitespace bug' in xhtml */
object, embed {
	display:block;
}

td.content {
	background-color: #FFFFFF;
	background-image:url(img/main/main10.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	padding:8px;
}

td.copyright {
	background-color: #FFFFFF;
	background-image:url(img/main/main15.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
	padding:16px;
}

/* text properties */

div.tagline {
	font-family:Helvetica, Verdana;
	font-size:14pt;
	color:#5F6062;
	padding-bottom:12px;
}

div.title {
	font-family:Helvetica, Verdana;
	font-size:14pt;
	color:#F3901D;
	margin-bottom:6px;
	margin-top:6px;
}

div.title img {
	vertical-align:top;
}

div.subtitle {
	font-family:Helvetica, Verdana;
	font-size:12pt;
	color:#45A1C8;
	padding-bottom:12px;
}

div.text {
	font-family:Helvetica, Verdana;
	font-size:9pt;
	color:#5F6062;
	padding-bottom:6px;
	text-align:justify;
}

div.bluetext {
	color:#45A1C8;
}

/* Paragraph title, discreet */
div.headtext {
	font-family:Helvetica, Verdana;
	font-size:9pt;
	font-weight:bold;
	color:#5F6062;
	padding-bottom:6px;
	padding-top:10px;
	text-align:left;
}

div.copyright {
	font-family:Helvetica, Verdana;
	font-size:8pt;
	color:#5F6062;
	padding-bottom:6px;	
}

a {
	font-size:9pt;
	color:#45A1C8;
	text-decoration:none;
}

a:hover, a:active {
	color:#5F6062;
	text-decoration:underline;
}

/* fancy formatting: testimonies page */

div.textquote {
	font-family:Helvetica, Verdana;
	color:#5F6062;
	font-size:9pt;
}

div.signature {
	/*margin-left:280px;*/
	font-family:Helvetica, Verdana;
	font-style:italic;
	font-size:9pt;
	color:#5F6062;
	margin-bottom:24px;
}

/* Floating stuff (span=handle, div=frame) */

div.tipwin, div.tipwin2 {
	position:relative;
	cursor:default;
	display:inline;
}

span.tipword {
	/* Dotted border does not work in IE6 */
	/*border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#5F6062;*/
	cursor:pointer;
	background-image:url(img/dotted.gif);
	background-position: bottom left;
	background-repeat:repeat-x;
}

span.tipword2 {
	/* Dotted border does not work in IE6 */
	/*border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#5F6062;*/
	cursor:pointer;
	font-size:12px;
	background-image:url(img/dotted.gif);
	background-position: bottom left;
	background-repeat:repeat-x;
}

div.tipwin div {
	border-style:solid;
	border-width:1px;
	border-color:#808080;
	width:320px;
	z-index:2;
	top:0;
	left:0;
	text-align:justify;
	position:absolute;
	visibility:hidden;
	background-color:#FFFFFF;
	padding:4px;
	/*padding-top:14px;
	background-image:url(img/closebox.gif);
	background-position: top right;
	background-repeat:no-repeat;*/
	cursor:pointer;
}

div.tipwin div h1 {
	font-size:150%;
	text-align:left;
	color:#45A1C8;
	margin:0;
	margin-top:6px;
	margin-bottom:6px;
}

div.tipwin2 div {
	border-style:solid;
	border-width:1px;
	border-color:#808080;
	width:400px;
	z-index:2;
	bottom:0;
	left:10px;
	position:absolute;
	visibility:hidden;
	background-color:#FFFFFF;
	padding:4px;
	text-align:justify;
}

.closable {
	background-image:url(img/closebox.gif);
	background-position: top right;
	background-repeat:no-repeat;
}

/* General class for quite-readable exponent style */

span.exp {
	/*font-size:90%;*/
	vertical-align:33%;
}

