.ltgray { color:#E8E8E8; }
.gray { color:#999999; }
.dkgray { color:#666666; }
.wine { color:#7E007E; }
.ltwine { color:#D2C7DB; }
.purple { color:#4A2070; }
.blue { color:#545195; }

.black { color:#000000; }
.white { color:#ffffff; }

body {
	font-family:arial,helvetica,sans-serif; 
	font-size:12px; 
	color:#333333; 
	padding-top:0px; 
	padding-left:0px; 
	padding-right:0px; 
	top:0px;
	left:0px; 
	right:0px;
	margin-top:0px; 
	margin-left:0px; 
	margin-right:0px; 
	}

td, li, input, select, textarea, .normaltext {
//	font-family:arial,helvetica,sans-serif; 
	font-size:12px; 
	}
	
h1,h2,h3,h4,h5,h6 {
	font-family:verdana, arial, helvetica, sans-serif;
	}
h1, .title{
	color:#7E007E;
	font-size:20px; 
	font-weight:bold; 
	font-style:italic;
	}
h2, .subtitle{
	font-family:arial,helvetica,sans-serif; 
	font-size:16px;
	font-weight:bold; 
	font-style:normal;
	}
h3, .heading{
	color:#7E007E;
	font-size:14px; 
	font-weight:bold; 
	font-style:normal;
	}
h4{
	font-size:12; 
	color:#0054A6; 
	margin: 2px 0px 2px 0px;
	}
h5{
	font-size:12px;
	}
h6{
	font-size:10px; 
	color:#333333;
	}

a:link { 
	color:#7E007E; 
	font-family:arial,helvetica,sans-serif; 
	font-size:12px; 
	text-decoration:none; 
	}
a:visited { 
	color:#333333; 
	font-family:arial,helvetica,sans-serif; 
	font-size:12px; 
	text-decoration:none; 
	}
a:hover { 
	color:#7E007E; 
	font-family:arial,helvetica,sans-serif; 
	font-size:12px; 
	text-decoration:underline; 
	}
a:link.smalllink {
	color:#333333;
	font-family:arial,helvetica,sans-serif; 
	font-size:10px; 
	text-decoration:none; 
	}
a:visited.smalllink {
	color:#333333;
	font-family:arial,helvetica,sans-serif; 
	font-size:10px; 
	text-decoration:none; 
	}
a:hover.smalllink {
	color:#7E007E;
	font-family:arial,helvetica,sans-serif; 
	font-size:10px; 
	text-decoration:underline; 
	}
.smalltext { 
	color:#333333; 
	font-family:arial,helvetica,sans-serif; 
	font-size:10px; 
	}

div.indent {
	height: auto;
	width: auto;
	padding-left: 40px;
	}
ul {
	list-style-image: url(https://chemcyte.com/images/bullet.jpg);
	list-style-type: none;
	vertical-align: text-top;
	}
ul.secure {
	list-style-image: url(https://chemcyte.com/images/bullet.jpg);
	list-style-type: none;
	vertical-align: text-top;
	}
input.button {
	color:#000000;
	font-weight: normal;
	border: 1 solid #999999;
	background-color: #ffffff;
	} 
input.smallbutton { 
	color:#000000; 
	font-size:10px; 
	font-weight: normal; 
	background: #ffffff; 
	border: 1 solid #999999; 
	} 
