BODY
{
	background-color: #FC3;
	font-family: Arial, Helvetica, Verdana, "Myriad Web", sans-serif;
	font-size: 11px;
}

A:hover
{
	text-decoration: underline;
	color: #F36; !important;
	/*
	border-bottom: #F30 !important ;
	border-width: 0 0 1px 0 !important;
	border-style: none none dotted none !important;
	*/
	
}

A:active
{
	text-decoration: underline;
	color: #F96;
	/*
	border-bottom: #F30 !important ;
	border-width: 0 0 1px 0 !important;
	border-style: none none dotted none !important;
	*/
}

A:visited { color: #36F; }
A:link { color: #F60; }

P
{
	font-size: 12px;
	color: #60C;
	margin: 12px 0px 12px 0px;
	/*text-shadow: #FFF -0.1em -0.1em 0.1em;*/
}

/*
CSS has a property to add a shadow to text. It has four arguments: 
1.) the color of the shadow, 
2.) the horizontal offset (positive means to the right), 
3.) the vertical offset (positive means down) and 
4.) the blur (0 means a sharp shadow)
e.g. text-shadow: #CCC 0.4em 0.4em 0.3em;
     text-shadow: #FFF -0.2em -0.2em 0.4em;
http://www.w3.org/Style/Examples/007/text-shadow.html
*/

DL { color: #60C; }

DT
{
	font-size: 12px;
	font-weight: bold;
}

DD
{
	font-size: 11px;
	margin: 3px 12px 18px 24px;
}

.basefont, DL, DT, DD, P, #titlepacobebin, #titlefantasyware, #titlepagename, #footermenu, #footerrights, .homesectiontitle
{
	font-family: arial, verdana, helvetica, sans serif;
	line-height: 130%;
}

/* view
.blockborder, DL, DT, DD, P, #titlepacobebin, #titlefantasyware, #titlepagename, #footermenu, #footerrights, .homesectiontitle
{
	border-color: #000;
	border-width: 1px;
	border-style: dotted;
}
 */

.detail
{
	font-size: 9px;
	background-color: transparent;
}

.homesectiontitle
{
	color: #F60;
	font-size: 16px;
	font-weight: normal;
	line-height: 100%;
	display: block;
	margin: 0px 0px 12px 0px;
	float: right;
	vertical-align: middle;
}

#titlepacobebin
{
	color: #F60;
	font-size: 28px;
	font-weight: bold;
	line-height: 100%;
	display: block;
	padding: 0px;
}

#titlefantasyware
{
	color: #FF9;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	display: block;
	padding: 0px;
}

#titlepagename
{
	color: #FF9;
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
	display: block;
	padding: 0px;
}

#footermenu
{
	color: #60C;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

#footerrights
{
	color: #60C;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	margin: 12px 0px 100px 0px;
}

