body
{
	margin:0px;
	padding:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
	line-height:18px;
}	
.tile
{
	background-image:url(../images/tile.jpg);
	background-repeat:repeat-y;
}	
.heading
{
	color:#0087D5;
	font-size:30px;
	font-weight:bold;
}
.heading1
{
	color:#F2AB02;
	font-size:30px;
	font-weight:bold;
}
.text
{
	color:#0087D5;
}		
.link
{
	text-decoration:none;
	color:#CCCCCC;
}	
.link:hover
{
	text-decoration:none;
	color:#F2AB02;
}	
.link1
{
	text-decoration:none;
	color:#333333;
}	
.link1:hover
{
	text-decoration:none;
	color:#0087D5;
}	
.link3
{
	text-decoration:underline;
	color:#F2AB02;
}	
.link3:hover
{
	text-decoration:none;
	color:#0087D5;
}	
.text1
{
	color:#FFFFFF;
}	