html, body {
	padding: 0px;
	margin: 0px;
	font-family: arial;
}

a {
	text-decoration: none;
	border: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

.align_c {
	text-align: center;
}

div.title {
	font-size:16pt;
	font-weight: bold;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

#webmaster {
	width: 250px;
	position: absolute;
	left: 50%;
	margin-left: -125px;
	bottom: 10px;
	font-size: 8pt;
}

#toolBar {
	background-color: #E0E0E0;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
}

#toolBar div.toolBarItem {
	padding: 4px 10px 2px 26px;
	background-repeat: no-repeat;
	height: 24px;
}

#toolBarSupport {
	background-image: url(images/fortress.png);
}

#toolBarDevelop {
	background-image: url(images/tools.png);
}

#toolBarProject {
	background-image: url(images/spreadsheet.png);
}

.margin {
	margin-left: 150px;
	margin-right: 150px;
}