	body 
	{	
		height:100%;
		background-image: url(../images/main_bg_dc.jpg);
		font-family:Arial;
		font-size:12px;
		background-color: #000000;
		background-position:center top;
		background-repeat: no-repeat;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	.infoTableCellStandAlone
	{
		border-top: 1px solid #606063;
		border-left: 1px solid #606063; 
		border-right: 1px solid #606063;
		border-bottom: 1px solid #606063;		
		background-color:#353535;		

	}
	.titleText
	{
		margin-left:10px;
		margin-right:10px;
		white-space:nowrap;		
	}
	.infoTableCellTitle1
	{
		background-color:#282828;
		border-bottom: 1px solid #606063;
		border-left: 1px solid #606063;
		border-right: 1px solid #606063;
		border-top: 1px solid #606063;
		color:#FFDA38;
		font-size:14px;
		font-weight:bold;
		white-space:nowrap;	
	}
	.infoTableCellTitle2
	{
		border-bottom: 1px solid #606063;
		color:#FFDA38;
		font-size:16px;
		font-weight:bold;
		white-space:nowrap;
	}
	.infoTableCellNormal
	{
		border-left: 1px solid #606063; 
		border-right: 1px solid #606063; 
		background-color:#353535;
	}
	.infoTableCellBottom
	{
		border-left: 1px solid #606063; 
		border-right: 1px solid #606063;
		border-bottom: 1px solid #606063;		
		background-color:#353535;		
	}
	.eventItem
	{
		font-size:12px;
		color:white;
		margin-bottom:5px;
		margin-left:5px;
		margin-right:5px;
	}
	.questionItem
	{
		color:#FFDA38;
		font-size:12px;
		font-weight:bold;
		margin-bottom:5px;
		margin-left:5px;
		margin-right:5px;
	}
	.questionAnswer
	{
		font-size:12px;
		left: 10px;
		position: relative;
		margin-bottom:5px;
		margin-left:5px;
		margin-right:10px;
		color:white;
	}
	a
	{
		color:#E0B988;
	}
td.header 
{ 
	font-weight: bold; 
	font-family: Arial;
	font-size: 12px;
	background-color: #111111;
	border-right: gray 1px solid; 
	border-top: gray 1px solid; 
	border-left: gray 1px solid; 
	border-bottom: gray 1px solid;
	white-space:nowrap;
	color:white;

}
td.normalRow
{
	border-right: gray 1px solid; 
	border-top: gray 1px solid; 
	border-left: gray 1px solid; 
	border-bottom: gray 1px solid; 
	text-align: left;
	font-size: 10px;
	white-space:nowrap;
	color:white;
} 
td.tableItem
{
	text-align: left;
	font-size: 10px;
	white-space:nowrap;
	color:white;
}  			