@charset "UTF-8";
/* CSS Document */


.productList {
	margin-left:30px;
	font-size:13px;
	line-height:20px;
}

.dottedborder ul {
	margin:16px 0;
	padding-left:40px;
	font-size:13px;
	line-height:20px;
	}
.dottedborder > ul {
	margin:16px 0;
	padding-left:40px;
	font-size:13px;
	line-height:20px;
	}
.dottedborder  ol {
	margin:16px 0;
	padding-left:40px;
	font-size:13px;
	line-height:20px;
	}
.dottedborder > ol {
	margin:16px 0;
	padding-left:40px;
	font-size:13px;
	line-height:20px;
	}
.dottedborder  p {
	margin-bottom:10px;
	margin-right:10px;
	font-size:13px;
	}	
.dottedborder > p {
	margin-bottom:10px;
	margin-right:10px;
	font-size:13px;
	}

.dottedborder  p .header{
	font-size:20px;
	}	
.dottedborder > p > .header{
	font-size:20px;
	}	
	
blockquote {
	margin:16px 0;
	padding-left:40px;
	font-size:13px;
	line-height:20px;
}

.dottedborder  .header {
	font-size:16px;
	}
.dottedborder  > .header {
	font-size:16px;
	}
	
.dottedborder  .about_gradient {
	font-size:10px;
	}
.dottedborder  > .about_gradient {
	font-size:10px;
	}
	
.redlink{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight:bold;
	padding-bottom: 2px;
	margin-top: 6px;
	padding-top: 6px;
	margin-bottom: 2px;
	line-height: 16px;
}

.redlink A:link {
	color: #FF0000;
}
.redlink A:visited {
	color: #FF0000;
}
.redlink A:hover {
	color: #0066CC;
}
	
	

