/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

body
{
	background-color:			#ffffff;
	color:					#000000;
	font-family: 				Georgia, Garamond, 'Times New Roman', serif;
	margin:					0px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

div.container
{
	text-align:				center;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

h1
{
   	color: 					#660099;
	font-weight: 				normal;
	font-style:				italic;
	font-size: 				x-large;
	text-transform:				capitalize;
}

h2
{
    	font-weight: 				normal;
    	font-size: 				large;
    	color: 					#660099;
	text-transform:				capitalize;
	font-style:				italic;
}

h3
{
    	font-weight: 				normal;
    	font-size: 				normal;
    	color: 					#660099;
	text-transform:				capitalize;
	font-style:				italic;
}

p, td
{
	font-size:				x-small;
}

li
{
	padding-bottom:				1em;
	list-style-type:			circle;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

a:link, a:visited
{
    	color: 					#660099;
}

a:hover, a:active
{
    	color: 					#cc99ff;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

img.static
{
	border: 				#660099 1px solid;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

a.foto:link, a.foto:visited
{
    	border: 				#660099 3px solid;
}

a.foto:hover, a.foto:active
{
    	border: 				#cc99ff 3px solid;
}

table.foto
{

	border:					0px;
	margin:					0px;
	padding:				0px;
	width:					100%;
}

td.foto
{
	font-size:				xx-small;
	padding:				10px;
	text-align:				left;
	vertical-align:				top;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

p.page
{
	text-align:				center;
	background-color:			#eeeeee;
	padding:				7px;
	width:					100%;
}

div.countup
{
	font-size:				x-small;
	margin:					5px;
	padding:				5px;
    	background-color: 			#cc99ff;
    	border:					1px solid #660099;
}

div.header, div.footer, div.bottomlinks
{
	font-size:				xx-small;
	padding-bottom:				1em;
	padding-top:				1em;
}

p.abstract
{
	color:					#b3b3b3;
	font-size:				15pt;
	font-style:				italic;
}

div.whoswho
{
    	background-color:			#cc99ff;
    	color:					#ffffff;
    	font-size:				xx-small;
    	padding:				2px;
    	text-align:				center;
}