.bodysmall,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3;
	color: #111111;
	text-align: justify;
}

p.text{
	font-size:10px;
}

.quote {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1.4;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	
	
}

.titlebg {
	background-image: url(/images/titles/sol-webdev.gif);
	background-repeat: no-repeat;
}
.sec_head, .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	font-weight: bolder;
}

h1 , h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	font-weight: bolder;
	display:inline
}

h1,h2 { font-size: 11px }

input {
	font-size: 9px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

input.green, select.green{
	background-color: #ECF4D3;
	border: 1px solid #ACC17B;
	font-size: 9px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}

ul{
	list-style-type: square;
}

li{
	list-style-image: url(/images/ui/green_dk_bullet.gif);
	padding-bottom: 5px;
	margin-right:50px;
}



ul.green li{
	list-style-image: url(/images/ui/green_dk_bullet.gif);
	margin-top: -5;
	margin-left:-20;
	margin-right: 10;
}

.copyright{
	padding-top: 8px;
	padding-right: 28px;
	color: 444444;
}


a:link {
	color: #8AAD4D; 
	font-weight: bold;
	text-decoration: none;

}

a:visited {
	color: #788366;
  font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #B6D538;
	font-weight: bold;	
	text-decoration: underline;
}




.ss_border{
	border: 1px solid #dddddd;
}



ul.green li a:link {
	color: #788366; 
	font-weight: normal;
	text-decoration: none;

}

ul.green li a:visited {
	color: #8AAD4D;
	font-weight: normal;
	text-decoration: none;
}



ul.green li a:hover {
	color: #B6D538;
	font-weight: normal;	
	text-decoration: underline;
}

