html, body, div, ul {
	margin: 0;
	padding: 0;
}

#content {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #E5E5E5;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
}

a {
	outline: none;
}

a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

a img.last {
	margin-right: 0;	
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
}
body, td {
	
	font-family: verdana, arial, tahoma, sans-serif;
    color: #0A0A0A;
    font-size: 15px;
}


/* Headline Tags H1 to H4 */

h1 {
    letter-spacing: -1;
	font-family: Tahoma, Verdana, Arial, serif;
	font-size:30pt;
	font-weight:bold;
	text-align:center;
	color:#ce0000;
	
	

}
h2 {
    letter-spacing: -1;
	line-height: 0em;
	font-size: 22pt;
	font-weight: bold;
	color: #003399;
    font-family: Tahoma, Verdana, Arial, serif;
}

h3 {
	letter-spacing: -1;
	font-size: 18pt;
	font-weight: bold;
	color: #222222;
    font-family: Tahoma, Verdana, Arial, serif;
}

h4 {
	letter-spacing: -1;
	line-height: 0em;
	font-size: 18pt;
	font-weight: bold;
	color: #ce0000;
    font-family: Tahoma, Verdana, Arial, serif;
}

h5 {
	font-size: 14px;
	color: #222222;
    font-family: Georgia, serif;
    font-style: bold;
}

/* Highlighted Text */

.highlight {
	font-weight: bold;
	background-color: #f7f903;
}


   
  
   /* Tables */

.table1 {
	 border-collapse: collapse;
	 border: 1px dashed rgb(169, 169, 169); 
	 padding: 10px;
	
	}
	
	.table2 { border-collapse: collapse; padding: 10px; border: solid 1px silver; }


.orderform {
	 padding: 20px;
	 background-color: FFFFCC;
	 border-collapse: collapse;
	 border: dashed 3px red; 
	 }

/* Testimonial Boxes */

.testimonial1 {
background:url("images/open-quote.gif") no-repeat scroll left top transparent;
color:#8C8C8C;
font-style:italic;
margin:10px 0;
padding:10px 10px 10px 50px;
}

.testimonial2 {
	margin: 5px 10px 5px 10px;
	padding: 10px 60px 10px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #cfcfcf;
	background-color: #d3eefd;
	background-image: url(images/blockquote3-img.png);
	background-repeat: no-repeat;
	background-position: top right;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8f8f8f;
	}
	
/* Bullet Lists */

/* Bullet List Style #1 */
/* (START) */
div.bullet-list1 {
	padding: 5px 15px;
}
div.bullet-list1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.bullet-list1 ul li {
	display: block;
	padding: 8px;
	background: url(images/bullet1.png) no-repeat left;
	padding-left: 24px;
	color: #333;
	font-family: arial, sans-serif;
	border-bottom: 1px dashed #ccc;
}
div.bullet-list1 ul li.ul-li-odd {
	background: url(images/bullet1.png) no-repeat left  #eee;
}
/* (END) */

/* Bullet List Style #2 */
/* (START) */
div.bullet-list2 {
	padding: 5px 15px;
}
div.bullet-list2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.bullet-list2 ul li em {
	background: #fff5a4;
	font-style: normal;
	padding: 5px;
}
div.bullet-list2 ul li {
	display: block;
	padding: 8px;
	background: url(images/bullet2.png) no-repeat left;
	padding-left: 24px;
	color: #333;
	font-family: arial, sans-serif;
}
div.bullet-list2 ul li.ul-li-odd {
	background: url(images/bullet2.png) no-repeat left  #fdfdfd;
}
.style1 {font-size: 24pt; line-height:1em}
.style2 {font-size: 16px}

.footer {font-size:11px; color:#999999}

/* (END) */	

-->