html, body {
	margin: 0;
	padding: 0;
	background-color: #400001;
	background-image: url(../images/bgpatt.png);
	/*background: #999999 url(../images/background04.gif);*/
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	overflow: hidden;
	height: 675px;
	/*overflow: scroll;
	width: 100%;
	height: 100%;*/
	/* overflow: visible|hidden|scroll|auto */
	}

#flashcontent {
		height: 100%;
	}

/*object{
        height: 100%;
}*/

/* GENERAL TEXT STLES */

a {
	color: #a2a2a2;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	}
p {
	line-height: 15px;
	margin: 0;
	}
p.new {
	margin-top: 15px;
	}
p.halfnew {
	margin-top: 5px;
	}
p.grey {
	color: #a2a2a2;
}
.error {
	color: #f30;
	}
.columnhead p {
	margin-bottom: 5px;
	}

ul.nobullets {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 15px;
	color: #fff;
	}
ul.nobullets li {
	margin-bottom: 5px;
	}

a.highlight {
	color: #fff;
}

.des {
	color: #333333;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	}

.itemHeader {
	font-weight: bold;	
	}
