body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	color: #cccccc;

}

A:link {
	text-decoration: none;
 	color:#dddddd;
  	font-weight:bold;
	
}
A:visited {text-decoration: none; color: #bbbbbb}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: white;}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* subtitle */
.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.big A:link {
	text-decoration: none;
 	color:#dddddd;
  	font-weight:bold;
	font-size: smaller;
	
}
.big A:visited {text-decoration: none; font-size:smaller;}
.big A:active {text-decoration: none;font-size:smaller;}
.big A:hover {text-decoration: underline; color: white;font-size:smaller;}

/* main title */
.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}


/* main entry page */

/* image of myself bottom left on start page */
DIV.floatingbottomleft
{
    BORDER-RIGHT: none;
    PADDING-RIGHT: 3px;
    BORDER-TOP: none;
    PADDING-LEFT: 3px;
    Z-INDEX: 1;

    FLOAT:none;
    VISIBILITY: visible;
    PADDING-BOTTOM: 3px;
    MARGIN: 0px;
    BORDER-LEFT: none;
    PADDING-TOP: 0px;
    BORDER-BOTTOM:none;
	BORDER-TOP: none;
    POSITION: absolute;
	    LEFT: 0%;
    bottom: 0%;
	size:auto;
}

/* used for latest news, the older ones.. */
div.txtsmaller {
	font-size: smaller;
}

div.newsdate {
font-weight:bold;
font-size: larger;
}
div.newsdatesmaller {
font-weight: bold;
font-size:smaller;
}

/* main div around the content container */
div.contentdiv {
}