body { font-family: 'Arial'; font-size : 16px; text-align: center; /* for IE (Fix center div purpose) */}
h3 {color:#006a98;}

.menu:link
{
	font-family: 'Verdana';
	font-size : 18px;
	color:blue;
}

.menu:visited
{
	font-family: 'Verdana';
	font-size : 18px;
	color:blue;
}

#counter-text
{
	font-size: 10px;
	font-weight: bold;
}

#counter-numbers
{
	color: blue;
}

.function-text
{
	font-family: 'Arial';
	font-weight: bold;
}

#page
{
	margin: 10px auto;
	margin-left: auto;
	margin-right: auto;
	width: 688px;
	padding: 10px 20px 20px 20px;
	border: 1px solid #CCC;
	background: #FFF;
	color: #333;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

#information-text
{
	margin: 10px auto;
	width: 568px;
	text-align: left;
}

#password-alignment
{
	margin: 10px auto;
	text-align: left;
}

.new-link
{
	font-family: 'Trebuchet MS';
	font-size: 18px;
}

.text-link
{
	font-family: 'Trebuchet MS';
	font-size: 18px;
	color: #006a98;
}

#pastebox
{
	font-family: Courier, 'Courier New';
	font-size: 18px;
	width: 688px;
	height: 328px;
	border-style: solid;
	border-color: #ECE9D8;
}

#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer
{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#nice_button2
{
	background : transparent url(../images/blue_button_160.png);
}

#nice_button
{
	background-color: #54BDFC;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0 10px 0;
	border: 2px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	right: 0;
	top: 0;
	text-align: center;
	font-family: 'Trebuchet MS';
}

#nice_button:hover
{
	background-color: #2A78C3;
	color: #FFFFFF;
}

.password-title
{
	font-size: 18px;
	font-family: 'Trebuchet MS';
}

.password-label
{
	font-size: 14px;
	font-family: 'Trebuchet MS';
}

.password-box
{
	background: transparent url(../images/password-bg.gif);
	background-color: #EDEDED;
	margin-bottom: 5px;
	color: #333333;
	border-style: solid;
	border-color: #ECE9D8;
}
