* {
	margin: 0; 
	padding: 0;
}
/* Basecolors */
.ci {
	color: #3e1c69;
}

html {
	height: 100%
}
body {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #000;
	/* for ie6 */
	text-align: center;
	height: 100%;
	min-height: 100%;
}
a {
	color:  #333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #666:
}
a img {
	border: 0 none;
}
h1, h2, h3, h4, h5 {
	color: #000;
	background: transparent;
	margin-bottom: 0.8em;

}
h1 {
	font-size: 13px;
	color: #000;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
p, li {
	/*font-size: 0.8em;*/
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	font-size: 12px;
	line-height: 140%;
	color: #000;
	background: transparent;
	margin-bottom: 1.1em;
}
ul {
	list-style-type: square;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ol {

	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.clearer {
    	clear:both;
      height:0.1px;
      font-size: 1px;
      line-height: 0px;
      overflow: hidden;
    }
.csc-textpic-imagewrap {
	line-height: 1em;
	position: relative;
	
}	 
