/* links */

a:link
{color:#ffffff;font-size:12px;text-decoration:none;font-weight:bold;font-family:Arial;}
a:visited
{color:#ffffff;font-size:12px;text-decoration:none;font-weight:bold;font-family:Arial;}
a:hover
{color:#ffffff;font-size:12px;text-decoration:none;font-weight:bold;font-family:Arial;}

a.altlink:link
{color:#595959;font-size:14px;text-decoration:none;font-weight:normal;font-family:Arial;}
a.altlink:visited
{color:#595959;font-size:14px;text-decoration:none;font-weight:normal;font-family:Arial;}
a.altlink:hover
{color:#ffffff;font-size:14px;text-decoration:none;font-weight:normal;font-family:Arial;}

/* basic html tag adjustments */

html, body
	{
	/* this forces a vertical scrollbar */
	height:100%;
	margin:0 0 1px;
	padding:0;
	}

body
	{
	width:960px;
	margin:auto auto auto auto;
	font-family:Helvetica;
	background-color:#2c2c2c;
	font-size:13px;
	color:#ffffff;
	}

h1,h2,h3,h4,h5,h6,h7
	{
	color:#ffffff;
	display:inline;
	}

input,textarea,select
	{
	background-color:#cccccc;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	width:200px;
	}


div,span
	{overflow:hidden;}

hr
	{border:1px solid #585858;}

/* text */


#bold
	{font-weight:bold;}


/* layout */

.errorbox
	{
	color:#ff0000;
	font-weight:bold;
	font-size:14px;
	}

