/* Prop frame details (you need to enter the details twice, in "html" and "body") */
html {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #FF6699;
	margin:0px;
	scrollbar-face-color: #FF6699;
	scrollbar-highlight-color: #FF99CC;
	scrollbar-3dlight-color: #444444;
	scrollbar-darkshadow-color: #444444;
	scrollbar-shadow-color: #FF99CC;
	scrollbar-arrow-color: #444444;
	scrollbar-track-color: transparent;
}
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #FF6699;
	margin:0px;
	scrollbar-face-color: #FF6699;
	scrollbar-highlight-color: #FF99CC;
	scrollbar-3dlight-color: #444444;
	scrollbar-darkshadow-color: #444444;
	scrollbar-shadow-color: #FF99CC;
	scrollbar-arrow-color: #444444;
	scrollbar-track-color: transparent;
}
/* End prop frame details ------------------------------------ */

/* Main headings --------------------------------------------- */
h3 {
	text-indent: 3px;
	text-align: left;
	background-color: #444444;
	border: None;
	color: #DDDDDD;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}
/* End main headings --------------------------------------------- */


/* Paragraphs, for large bodies of text -------------------------- */

p {
	padding: 0px;
	margin: 4px 4px 10px 4px;
	text-align: left;
}

/* End paragraphs ------------------------------------------------ */


/* Links --------------------------------------------------------- */
a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #970040;
}
a:visited {
	color: #970040;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
/* End Links --------------------------------------------------------- */



/* Doll piece images ----------------------------------------------------
   No class is needed to make them function -----------------------------
---------------------------------------------------------------------- */

img {
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
	position: relative;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	border: 0px;
	opacity: 0.80;
	margin: 3px;
}
img:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1.00;
}

/* End doll piece images --------------------------------------------- */




/* Non-doll piece images --------------------------------------------- 
   If you have images in the frames that you do NOT want to act as doll pieces
   simply add the .nodrag class to that image. you can have more then one class
   on an image, for example: <img src="imgage.gif" class="myclass nodrag" />
---------------------------------------------------------------------- */



.nodrag {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1.00;
	vertical-align: middle;
	cursor: default;
	position: relative;
	border: 0px;
	margin: 3px;
}


/* End non-doll piece images ---------------------------------------- */






