@charset "UTF-8";

body {
	background-color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	margin: 30px 0px 0px 100px;
}

/*------------------------------------ table/divs, rows and cells ---------- */

#table {
	width: 402px;
	display: table;
	text-align:left;
}

#topframe, #titleframe, #contentframe, #bottomframe {
	display: table-row;
	text-align:left;
	vertical-align: top; 
}

#bottomframe {
 	height:100px;
	display: table-row;
}

#row { 
	position : relative; 
	display: table-cell;
	vertical-align: top; 
	border-top: 1px #333333 solid;
}


/*------------------------------------ text styles ---------- */

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:lighter;
	color: #000000;
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:lighter;
	color: #999999;
	padding-top: 20px;
}

a:link, a:visited {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #CCCCCC;
}

.txbolditalico {
	font-style:italic;
	font-weight: bold;
}

.txitalico {
	font-style:italic;
}

a.content:link, a.content:visited {
	color: #000000;
	text-decoration: underline;
	background-color:#FFFFFF;
}
a.content:hover {
	color: #ffffff;
	background-color:#eaeaea;
	text-decoration: none;
	}

/*------------------------------------ othe elements ---------- */

ul {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

#limenu {
	display: inline;
	
}
