body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5F4EC;
}

h1 {
    margin: 0px; 
    padding: 0px;
}


.p10 {
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}

.p10p {
	font-size: 10px;
	line-height: 15px;
	color: #BB78BB;
}
.p10 b strong {
	font-size: 10px;
	line-height: 15px;
	color: #333333;
	font-weight: 100;
}
.p12 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.p12w {
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}
.p12b strong {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: 100;
}
.p14 {
	font-size: 14px;
	line-height: 21px;
	color: #333333;
}
.p14 b strong {
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	font-weight: 100;
}
.p16 {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}


a:link {
	color: #FF0033;
}
a:visited {
	color: #993366;
}
a:hover {
	color: #FF9900;
}


a:hover img{
  filter:alpha(opacity=60); /*IE*/
  -moz-opacity:0.60; /*FF*/
  opacity:0.60;
}


