/* general links */
a:link { color:#660066; text-decoration: underline; background-color:transparent; }
a:visited	{ color:#660066; text-decoration: underline; background-color:transparent; } /* 660066 */
a:hover{ color:#CC0066; text-decoration: underline; background-color:transparent; }
/* 97de00 6c0 */
/* ------ */

body {
	font-size: 14px; 
	color: black;
	padding-left:16px;
}

/* default font */

p,ul,ol,li,dt,dd,dl,td,th { 
	font-size: 14px; 
	font-family: "trebuchet ms", arial, verdana, sans-serif
 	padding-left:16px;
}

span { 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	/*color: #666666; */
	color:black;
}
/* ------ */

/* General Tags */
h1 { 
	font-family:  arial, verdana, sans-serif
	font-size: 150%; 
	font-weight: bold;
	line-height: 120%; 
	text-align: left; 
	color:#660066;
	/* padding-left:16px; */
	background: white; 
}

h2 { 
	font-family: "trebuchet ms", arial, verdana, sans-serif
	font-size: 150%; 
	font-style: normal; 
	font-weight:bold;
	line-height: 110%;
	text-align: left; 
	/* padding-left:16px;*/
	color: #660066;
}

h3 { 
	font-family: "trebuchet ms", arial, verdana, sans-serif
	font-size: 100%; 
	font-weight:bold; 
	text-align: left; 
	color:#660066;
}

ul,ol { 
	padding-right: 10px; 
	padding-left: 10px; 
}

li { 
	padding-bottom:4px; 
}
b,strong {
	font-weight:bold; 
	font-style:normal;
}
em {
	font-weight:normal;
	font-style:italic;
}
hr { 
	height:0px;  
	color:#ccc; 
	width:90%; 
	text-align:center; 
	border-bottom:1px dotted black; 
}

img {
	border:0;
	padding:0;
	margin:0;
}



/* END LAYOUT */