
/*div tags css document*/
body 
{
	margin:0px;
	padding:0px;
	background-image:url(../images/bk-top.jpg);
	background-repeat:repeat-x;
	height:960px;
	background-color:#f9f8f3;
}

.normaltext
{
	font-family:"Century Gothic";
	font-size:12px;
	color:#666666;
	text-align:justify;
	line-height:20px;
}

.pinkbold
{
	font-family:"Century Gothic";
	font-size:12px;
	color:#e47aa0;
	font-weight:bold;
}

.raquo
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#de6300;
	font-weight:bold;
}

.read
{
	font-family:"Century Gothic";
	font-size:10px;
	color:#8aaa3f;
	text-decoration:none;	
}

.read:hover
{
	font-family:"Century Gothic";
	font-size:10px;
	color:#666666;
	text-decoration:underline;
}

.footerbuttonlink
{
	font-family:"Century Gothic";
	font-size:10px;
	color:#666666;
	text-decoration:none;	
}

.footerbuttonlink:hover
{
	font-family:"Century Gothic";
	font-size:10px;
	color:#e47aa0;
	text-decoration:underline;
}

.footertext
{
	font-family:"Century Gothic";
	font-size:10px;
	color:#666666;
}

.footertextcolor
{
	font-family:"Century Gothic";
	font-size:10px;
	color:#e47aa0;
}