/* ************************************************************************************************** */
/* typographic definitions */

/* font-familiy defintion */
p, td, a, h1, h2, h3, h4, h5, h6, div, li
{
	font-family:	Arial,Helvetica,Geneva,Sans-Serif;
}

h1
{
	font-size:		22px;
	font-weight:	normal;
}


h1 sup
{
	font-size:		10px;
}

h2
{
	font-size:		12px;
}

p
{
	font-size:		12px;
	margin:			0px 0px 21px 0px;
	padding:		0px;
}

.foot
{
	font-size:			10px;
}

ul
{
	font-size:		12px;
}

li
{
	font-size:		12px;
}

a
{
	font-size:			12px;
	color:				#000000;
	background-color: 	transparent;
	text-decoration:	none;
}

a:hover
{
	color:				#333399;
	background-color: 	transparent;
}

a.active
{
	color:				#333399;
	background-color: 	transparent;
}

a.clink
{
	color:				#333399;
	background-color: 	transparent;
	text-decoration:	underline;
}

a.clink:hover
{
	color:				#9999CC;
	background-color: 	transparent;
}

/* ************************************************************************************************** */
/* layout definitions */
body
{
	background-color:	#EEEEEE;
	color:				#000000;
	margin:				0px;
	padding:			0px;
	background-image:	url(images/bg.gif);
}

/* main layout table */
#layout
{
	background-color:	#CCCCFF;
	color:				#000000;
}

.white
{
	background-color:	#FFFFFF;
	color:				#000000;
}

#topImage
{
	background-image:	url(images/bg_top.jpg);
}

/* toplevel navigation table */

.navigation
{
	background-color:	#CCCCFF;
	color:				#000000;
}

.line
{
	background-color:	#FFFFFF;
	color:				#000000;
}

.bulletRight1
{
	background-image:	url(images/bullet_right1.gif);
	background-color:	#CCCCFF;
	color:				#000000;
}

.bulletRight2
{
	background-image:	url(images/bullet_right2.gif);
	background-color:	#CCCCFF;
	color:				#000000;
}

.bulletRight3
{
	background-image:	url(images/bullet_right3.gif);
	background-color:	#CCCCFF;
	color:				#000000;
}

.bulletDown1
{
	background-image:	url(images/bullet_down1.gif);
	background-color:	#CCCCFF;
	color:				#000000;
}

.bulletDown2
{
	background-image:	url(images/bullet_down2.gif);
	background-color:	#CCCCFF;
	color:				#000000;
}

/* content */

.content
{
	background-color:	#FFFFFF;
	color:				#000000;
}

.foto
{
	vertical-align: 	top;
}

table.abb th
{
	font-size:		12px;
	margin:			0px 0px 21px 0px;
	padding:		5px 0px 0px 0px;
	text-align:		left;
	vertical-align:	top;
	/* font-weight:	normal;
	font-style:		italic; */
	
}



