BODY {
font-size: 14px;
color: #333;
line-height: 20px;
margin-top: 0px;
background-image:url(../img/bg.gif);

}
A:link {
	color: #00787F;
	text-decoration: underline;
	font-weight : bold
}
A:hover {
	color: #00787F;
	text-decoration: underline;
	font-weight : bold
}
A:active {
	color: #00787F;
	text-decoration: underline;
	font-weight : bold
}
A:visited {
	color: #00787F;
	text-decoration: underline;
	font-weight : bold
}
A:visited:hover {
	color: #00787F;
	text-decoration: underline;
	font-weight : bold
}
A.footer:link {
	text-decoration: underline;
	font-weight: bold;
}
A.footer:hover {
	text-decoration: underline;
	font-weight: bold;
}
A.footer:active {
	text-decoration: underline;
	font-weight: bold;
}
A.footer:visited {
	text-decoration: underline;
	font-weight: bold;
}
A.footer:visited:hover {
	text-decoration: underline;
	font-weight: bold;
}
.header {
	color: #00787F;
	font-size: 13px;
	font-weight: bold;
}
h1 {
	color:#0099CC;
	}
	
h2 {
	color:#FF33FF;
	}
.blue {
	color:#0099CC;
	font-weight:bold;

	}
.pink {
	color:#FF33FF;
	font-weight:bold;
	}
.orange {
	color: #CB7C52;
	font-weight: bold;
}

img {
	border:0px;
	padding:5px;
	}
.right {
	float:right;
	padding:5px;
	}
	
.left {
float:left;
padding:5px;
}

.widget {
	float:right;
	padding:10px;
	}
