/*
--------------------------------------------------------------
|	HTML TAGS
--------------------------------------------------------------
*/

	body{
		margin:			0px;
		padding:		0px;
		background-color:	#000000;
	}

	img{
		display:		block;
		outline:		none;
		border:			0px;
	}
	
	canvas{
		display:		block;
	}
	
	ul{
		margin:			0px;
		list-style-type:	square;
	}

	li{
		padding:		0px;
		border:			0px;	
		margin-left:		17px;
		font-family:		Arial;
		font-size:		11px;
		font-weight:		normal;
		color:			#ffffff;		
	}

	*{
		outline:		none;
		margin:			0px;
		padding:		0px;
	}
	
	table{
		border-collapse:	collapse;
	}
	
	table tr td{
		vertical-align:		top;
		font-family:		Arial;
		font-size:		11px;
		font-weight:		normal;
		color:			#ffffff;
		padding-bottom:		5px;
		padding-top:		5px;
	}
	
	.pTag{
		font-family:		Arial;
		font-size:		11px;
		font-weight:		normal;
		color:			#ffffff;
		padding-left:		20px;
		background-color:	#333333;
		line-height:		18px;
	}
	
	.theBold{
		font-weight:		bold;
	}

/*
--------------------------------------------------------------
|	FRAMEWORK
--------------------------------------------------------------
*/	
	
	#ctc{
		position:		absolute;
		top:			0px;
		left:			50%;
		margin-left:		-475px;
		width:			950px;
	}

/*
--------------------------------------------------------------
|	FORM
--------------------------------------------------------------
*/

	.topic{
		margin-top:		10px;
		margin-bottom:		10px;
		position:		relative;
		height:			30px;
	}
	
	.topic_bg{
		position:		absolute;
		top:			0px;
		left:			0px;
	}
	
	.topic_title{
		position:		absolute;
		top:			8px;
		left:			20px;	
		text-transform:		uppercase;
		font-family:		Arial;
		font-size:		12px;
		font-weight:		bold;
		color:			#000000;	
	}
	
	#frmSubscribe{
		background-color:	#333333;
		padding-left:		20px;
	}
	
	#frmSubscribe canvas{
		display:		inline;
	}
	
	.label{
		width:			150px;
	}
	
	.txtField{
		width:			220px;
		background-color:	#dedede;
		font-family:		Arial;
		font-size:		11px;
		font-weight:		normal;
		color:			#000000;
		border:			1px solid #dedede;
	}
	
	.txtArea{
		width:			220px;
		height:			120px;
		background-color:	#dedede;
		font-family:		Arial;
		font-size:		11px;
		font-weight:		normal;
		color:			#000000;
		border:			1px solid #dedede;
	}	

	
	select{
		width:			220px;
		background-color:	#dedede;
		font-family:		Arial;
		font-size:		11px;
		font-weight:		normal;
		color:			#000000;
		border:			1px solid #dedede;
	}	