/* CSS Document */


body 
{
	scrollbar-face-color:#990066;
	scrollbar-arrow-color:#fce5f4;
	scrollbar-track-color:#990066;
	scrollbar-shadow-color:#990066;
	scrollbar-highlight-color:#990066;
	scrollbar-3dlight-color:#990066;
	scrollbar-darkshadow-Color:#990066;
	margin: 0;
	background-color: #990066;
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
	font-family: "Bookman Old Style";
	text-align: justify;
	list-style-type: circle;
	list-style-position: inside;
	cursor: default;
	color: #fce5f4;	
}

A{
	cursor:hand;
	height:1px;
	behavior:url(linkhilight.htc);
	filter:progid:dximagetransform.microsoft.gradientwipe(duration=1)
	
	}
	
ul {
	 list-style: inside; 
	 } 


body,td,th {
	color: #fce5f4;
	font-family: "Bookman Old Style";
	font-size: 12px;
}

a:link {
	color: #5D0541; TEXT-DECORATION:;
	filter:progid:dximagetransform.microsoft.gradientwipe(duration=1);
}
a:visited {
	color: #fce5f4; TEXT-DECORATION:;
	cursor: default;
	filter:progid:dximagetransform.microsoft.gradientwipe(duration=1);
}
.italic {font-size: 10px; font-family: "Bookman Old Style";}
.box {
	font-size: 10px;
	color: #fce5f4;
	font-family: "Bookman Old Style";
	border-width: 1;
}

.link {
	font-size: 10px;
	color: #fce5f4; 
	font-family: "Bookman Old Style";
	font-weight: normal ;
	text-decoration: underline;
	cursor: crosshair;
	filter:progid:dximagetransform.microsoft.gradientwipe(duration=1);
}
.text {
	font-size: 10px; 
	color: #fce5f4;	
	font-family: "Bookman Old Style";
	}
	
.style1 {
	font-family: "Bookman Old Style";
	font-size: 9px;
	font-weight: lighter;
	color: #D288B9;
	}
	
.style2 {
	font-family: "Bookman Old Style";
	font-size: 10px;
	font-weight: lighter;
	color: #5D0541;
	}
	
.style3 {
	font-family: "Bookman Old Style";
	font-size: 12px;
	font-weight: normal;
	color: #5D0541;
	}

.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #5D0541;
	font-style: italic;
	line-height: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	}

