* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
 line-height: 120%;
}


table#contentSeekersTable, table#contentSeekersTable tr, table#contentSeekersTable tr td {
	padding:	0;
	margin:	0;
	border-collapse:	collapse;
	border:	0;
}

table#contentSeekersTable {
	width:100%;
}

div#topTitleText {
	font-weight:	bold;
	font-size:	x-large;
	text-align:	right;
	padding-right: 30px;
}

div#topMenu {
	padding-right: 20px;
}

tr.orangeBar td {
	border-top: 5px solid black;
}

img {
	padding: 0;
	margin: 0;
}

td.contentBox {
	text-align:	top;
	padding: 20px;
}

p {
	line-height:	120%;
	font-size:	small;
}

hr {
	background-color: black;
	height: .5px;
	width: 100%;
	margin-bottom:	20px;
}

.right {
	text-align:	right;
}

select.inputuni {
	width:	255px;
}

input.inputuni, textarea.inputuni {
	width:	250px;
}


/*
*	SIDEBAR MENU TABLE
*	Sidebar!
*/
table#sidebar {
	border: 0;
	border-collapse:	collapse;
	padding: 0;
	margin: 0;
	width:	156px;
}

table#sidebar * {
padding: 0;
	margin: 0;
}


table#sidebar tr td {
	vertical-align:	top;
	padding-left: 10px;
	padding-bottom:	5px;
}

table#sidebar tr td.altbg {
}

/*
*	table around content
*/
table#contentTable {
	height:	100%;
	margin: 0;
}

/*
*	table around whole document
*/
table#mainTable {

}

/*
*	header table?
*/
table#headerTable {

}	

textarea {
	font-size:	x-small;
}



