html{
	width:100%;

}

body{
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size : 10pt;
	font-family : verdana;
	color : #000000;	

	background-image: url(images/mainback.jpg);
}
	
#mainContainer{
	width:974px;
	margin:0 auto;
	text-align:center;
	background-color:#dbdbdb;
}

h4{
	margin:0px;
}

p{
	margin-top:5px;
}

/* This is the box that is parent to the dragable items */
#dragableElementsParentBox{
	padding:16px;	/* Air */
	text-align:center;
}
	
.smallArticle,.bigArticle,.xlArticle{
	float:left;
	border:0px solid #000;
	background-color:#DDD;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
}

.bigArticle{
	width:610px;
}

.xlArticle{
	width:925px;
}

.clear{
	clear:both;
}
	
#rectangle{
	float:left;
	border:1px dotted #F00;	/* Red border */
	background-color:#FFF;
}

#insertionMarker{	/* Don't change the rules for the insertionMarker */
	width:6px;
	position:absolute;
	display:none;
}

#insertionMarker img{	/* Don't change the rules for the insertionMarker */
	float:left;
}		

#dragDropMoveLayer{	/* Dragable layer - Not need if you're using 'rectangle' mode */
	position:absolute;
	display:none;
	border:1px solid #000;
	filter:alpha(opacity=50);	/* 50% opacity , i.e. transparency */
	opacity:0.5;	/* 50% opacity , i.e. transparency */
}

a:link 	{ 
	color: #000000; 
	text-decoration: none;
	size: 10px;
	}

a:visited {
	color: #000000; 
	text-decoration: none ;
	size: 10px;
	}

a:hover { 
	color: #ff0090; 
	text-decoration: none; 
	size: 10px;
	}

a:active {
	color: #000000; 
	text-decoration: none; 
	size: 10px;
	}

TD {
	font-size : 10pt;
	font-family : verdana;
	color : #000000;
	} 

TD.different {
	background-color: #E2FAFA;
	border-left: dashed 1px #669999;
	border-right: dashed 1px #669999;
	}
td.test { 
	border: 0px solid #000000; 
	color: #eeeeee;  
	padding: 1px; 
} 
td.test2 { 
	border: 0px solid #000000; 
	color: #ffffff; 
	background: #eeeeee; 
	padding: 1px; 
} 
tr.test { 
	border: 0px solid #000000; 
	color: #e8f4ff; 
	padding: 1px; 
} 
tr.test2 { 
	border: 0px solid #000000; 
	color: #ffffff; 
	background: #e8f4ff; 
	padding: 1px; 
} 

.fonttit { 
    font-family: verdana;
    color: #000000;
    text-decoration: none;
    font-size: 12px
    }

.fontbar { 
    font-family: verdana;
    color: #000000;
    text-decoration: none;
	font-weight:bold;
    font-size: 12pt;
    }