/* To centre something on a page use these three classes, */
/* and two divs (the table is only needed to fix a issue in */
/* Macintosh ie 5.2).  This only works with fixed size */
/* items not expanding items */
/*  */
/* This works on... */
/* Macintosh: ie 5.2, Safari 1.2.4, Firefox 1.0.1 */
/* Windows: ie 6.0, Firefox 1.0.2 */

.centrescreendiv
{
	position: absolute;
	width: 400px;
	height: 400px;
	margin-left: -200px;
	margin-top: -200px;
	top: 50%;
	left: 50%;
	text-align: center;
	vertical-align: middle;
}
/* to here */


/* general */

body
{
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 8pt;
	color: #333333;
}

a:link
{
	text-decoration: none;
	color: #999999;
	letter-spacing: 2px;
}

a:active
{
	text-decoration: none;
	color: #999999;
	letter-spacing: 2px;
}

a:visited
{
	text-decoration: none;
	color: #666666;
	letter-spacing: 2px;
}

a:hover
{
	text-decoration: none;
	color: #FF0000;
	letter-spacing: 2px;
}



/* forms */
input
{
	font-size: 10px;
	letter-spacing: 1px;
	background-color: #ffffff;
	color: #333333;
}

textarea
{
	font-size: 10px;
	letter-spacing: 1px;
	background-color: #ffffff;
	color: #333333;
}

select
{
	padding: 3px 3px 3px 3px;
	border: 1px solid #666666;
	font-size: 10px;
	background-color: #ffffff;
	color: #999999;
}

button
{
	padding: 2px 2px 3px 2px;
	border: 1px solid #666666;
	color: #666666;
	background-color: #ffffff;
	font-size: 11px;
	cursor: hand;
}



/* classes */
.alert
{
	font-size: 11px;
	color: #8C0808;
	font-weight: bold;
	line-height: 12px;
}