/*----------------------------------------------------------------------------- 
Universal selector
-----------------------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	background : #ffffff url(../img/bg.gif);
	color: #666666;
	text-align:center;
	}

a:link{
	color: #CC6666;
}
a:visited{
	color: #CC6666;
}
a:hover{
	color: #996699;
}
a:active{
	color: #996699;
}

a.linkText:link,
a.linkText:visited,
a.linkText:hover,
a.linkText:active{
	text-decoration:underline;
}

.font14{
	font-size:88%;
}

.font12{
	font-size:75%;
}

.text666{
	font-size:75%;
	color:#666666;
}

p.text{
	line-height:130%;
	margin:-2px 0 -1px 0;
}


.font11{
	font-size:63%;
}

.qtext{
	font-size:75%; 
	font-weight:bold;
	color:#603706;
}

