body{
	background: url(none) repeat-y fixed;
	scrollbar-track-color:#ffd6e2; 
	scrollbar-face-color:#ffffff; 
	scrollbar-highlight-color:#ffd6e2; 
	scrollbar-3dlight-color:#ffd6e2; 
	scrollbar-darkshadow-color:#ffd6e2; 
	scrollbar-shadow-color:#ffd6e2;
	scrollbar-arrow-color:#ffd6e2;
	color:#CC0134;
	font-size:9pt;
	font-family:arial;
	line-height: 15px;
	letter-spacing: 1px;
	text-align:left;

}

table{
	color:#CC0134;
	font-size:9pt;
	font-family:arial;
	line-height: 15px;
	letter-spacing: 1px;
	text-align:left;
}

a:link{
	color:#E71E6F; 
	text-decoration:none;
	font-weight:normal;
	cursor: default;
}

a:visited{
	color:#E71E6F;
	text-decoration:underline;
	font-weight:normal;
	cursor: default;
}

a:active{
	color:#E71E6F;
	text-decoration:none;
	font-weight:normal;
	cursor: default;
}

a:hover{
	color:white;
	text-decoration:none;
	font-weight:normal;
	cursor: help;
	letter-spacing:2pt;
	background-color:#E71E6F;
	
}
.header{
	font-family:georgia; 
	font-size:13pt;
	font-weight:bold; 
	color:#E71E6F;
	letter-spacing:0pt;
	line-spacing:14pt;
	text-align:right;
	background-color:#ffffff;
	border-bottom: 2px dashed #B4144B;
	border-left: 2px solid #B4144B;
	padding-bottom:3px;
	padding-left:10px;
	width:100%;
}	

b{
	font-family:georgia; 
	font-size:8pt;
	font-weight:bold; 
	color:#940836;
	letter-spacing:2pt;
	text-align:left;
	border-bottom:1px dashed #940836;
}

i{
	font-family:times new roman; 
	font-size:8pt;
	font-weight:300; 
	color:#CF3FAB;
	letter-spacing:2pt;
	text-align:left;
}
p.blockquote{
	background: url(images/blockquotebk.jpg);
	border:1px dashed #CA2D73;
	width:400px;	
	color:#CC0134;
	font-size:9pt;
	font-family:arial;
	line-height: 15px;
	letter-spacing: 1px;
	text-align:left;
	padding:10px;
}

textarea{
	background: url(images/blockquotebk.jpg);
	border:1px dotted #B4144B;
	rows:3;	
	cols:15;
	color:#B4144B;
	font-size:7pt;
	font-family:times new roman;
	line-height: 15px;
	letter-spacing: 1px;
	text-align:left;
	padding:1px;
}
