/*
Author Name : Kevin OGrady
Author Site : http://o-grady.com
Style Name : o-Grady Style
Style URI : http://o-grady.com/
*/

body, td {
	font-size: 15px;
	font-family:Georgia, "Times New Roman", Times, verdana, arial, tahoma, sans-serif !important;
	text-align:left;
	line-height:normal;
    color: #0A0A0A;
	background-color: #ffffff;
	margin: 44px 12px 12px 44px ;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* 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;
	font-size: 24pt;
	font-weight: bold;
	color: #222222;
    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;
	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: italic;
}

/* 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(http://o-grady.com/images/open-quote.gif) no-repeat scroll left top transparent;
color:#666666;
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(http://o-grady.com/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(http://o-grady.com/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(http://o-grady.com/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(http://o-grady.com/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(http://o-grady.com/images/bullet2.png) no-repeat left  #fdfdfd;
}

a:link {
text-decoration:underline;
color:#00C;
}

a:visited {
text-decoration:underline;
color:#A52A2A;
}

a:hover {
text-decoration:underline;
color:#660;
}

p {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

ul {
line-height:150%;
}

table {
	background-color: #d6dfdb;
	background-position: center center;
	width: 90%;
}

.nobreakbeforeafter {
margin-top:0;
margin-bottom:0;
}

.white_txt {
color:#FFF;
}

.gray_txt {
color:#474747;
}

.address {
color:#996666;
font-size:x-small;
}

.textbox {
	color:#2C5D99;
	background-color:#CCC;
	border-color: #006666;
}

.smalltype {
font-size:10px;
font-weight:400;
text-align:center;
}

.copyright {
font-size:9px;
color:#396;
}

.disclaimer {
font-size:xx-small;
text-align:justify;
}

hr {
	color:#066;
	background-position:center;
	width:77%;
}

