/* --- BODY ------------------------------------------------------------------------ */
body 
{
	position: absolute;
}

/* --- LINKS, TEXT & STUFF ---------------------------------------------------------- */
a:hover { color: #8080CC }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }

.tooltipcontent{COLOR: transparent; TEXT-DECORATION: none; CURSOR: Default; font-family: arial; font-size: 8pt}
#ToolTip{position:absolute; width: 100px; top: 0px; left: 0px; z-index:4; visibility:hidden;}

/* --- TABLES ---------------------------------------------------------------------- */
table
{
	border: 0px solid #a0a4d8;
	border-collapse: collapse;
}

td
{
	border: 0px solid #a0a4d8;
	border-collapse: collapse;
}

.main-bg
{
	vertical-align: top;
}

.main_bg_bottom
{
	border: 1px solid #a0a4d8;
	/*background-color: #eef2f7;*/
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

.main_bg_top
{
	background-image: url('../Pics/main_bg_top.jpg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	vertical-align: top;
}

.b-right
{
	/*border-right: 1px solid #a0a4d8;*/
	height: 15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #33339e;
}

.bg
{
	background: #cad7e8;
}

.text
{
	font-size: 13px;
	color: #444572;
	font-family: Comic Sans MS;
}

.nav
{
	border: 1px solid #a0a4d8;
	background-color: #FFFFFF;
}

.topic
{
	text-align: left;
	font-size: 24px;
	color: #1d1d60;
	font-family: Comic Sans MS;
}

.img
{
	border: 25px solid #FFFFFF;
}
