html, body		{
  			background-color:   	#c0c0c0;
  			background-image: 	url(../img/background.png);
  			background-repeat: 	repeat-y;
  			background-position:	top center;
  			margin:             	0;
  			padding:            	0;
  			height:             	100%;
			font-size: 		12px;
			font-family: 		Georgia, "Times New Roman",Times, serif;

  			color:              	#444444;
  			line-height:        	12px;
  			
  			
  
			}

			
p			{  margin: 0px; padding: 0px; border: 0px; line-height: 22px}			
			
.wrapper		{
  			width: 			990px;

  			left:			50%;
  			margin-left:		-495px;
  			position: 		relative;
  			min-height: 		100%;
  			height: 		auto !important;
  			height: 		100%;
  			
			}





.footer 		{
  			width: 		   	100%;


  			position:		absolute;
  			bottom:			0 !important;
  			bottom:			-1px;
  			height:			30px;
  			line-height:		30px;
  			color:			 #aebcd8;
  			text-align:		center;
  			font-size:		11px;
			
			background-color:	#001244;
			}

.content   		{
  			padding-bottom: 	30px;
			}

.clean			{
			clear: both;
			}			



.htmlAlert
	{

	position:			absolute;
	width:				478px;

	background-color:		#ffffff;
	border: 			solid 1px #000000;
	position:			fixed;		
	display:			block;
	z-index:			99;

	}
	
.htmlAlertTitle
	{
	display:			block;
	float: 				left;
	position: 			relative;
	height: 			16px;
	width:				451px;
	background-color:		#202020;
	color:				#ffffff;
	padding-left:			4px;
	padding-right:			4px;
	padding-top:			3px;
	z-index:			99;
	cursor:				move;
	}

.htmlAlertClose
	{
	display:			block;
	float: 				left;
	position: 			relative;
	height: 			19px;
	width:				19px;
	background-color:		#202020;
	color:				#ffffff;
	z-index:			99;
	}	
	
.htmlAlertContent
	{
	display:			block;
	position: 			relative;
	background-color:		#ffffff;
	color:				#303030;
	padding:			4px;
	z-index:			99;
	}	



