/* CSS Document */
body {
	font-family: Tahoma, sans-serif, Arial;
	color: #FFFFFF;
	font-size: 13px;
	margin: 40px 0px 0px 0px;
	background-color:#000000;
	line-height: 20px;


}

h1 {
	margin: 5px 20px 5px 5px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;

}

a:hover {
	color: #FFFF66;

}


#all {
	width: 847px;
	display: table-cell;
	text-align:center;

}

#content {
	margin: 10px 0px 10px 0px;
	background: url(../../images/bg_content.gif) repeat-y #000000;
	text-align: left;
	height: 325px;

}

#content2 {
	margin: 10px 0px 10px 0px;
	background: #000000;
	text-align: center;


}

div.divcontent {
	margin: 10px 20px 10px 90px;

}

.yellow {

	color: #FFFF00;
}

.grey {
	color: #999999;

}