/* GLOBAL STYLES */
a {
	 color: blue;
}

a img, :link img, :visited img {
color: blue;
	border: 0;
}
table {
	border-collapse: collapse;
	/*border-spacing: 0;*/
}


ol, ul {
	list-style: square;
}

li {
	padding-bottom:10px;
}

q:before, q:after,
blockquote:before, blockquote:after {
/*content: "";*/
}

html {
padding-top: 20px;
font: 13px Arial, Helvetica, sans-serif;
}

td {
font: 13px Arial, Helvetica, sans-serif;
}


p {
line-height: 18px;
}

h1, h2, h3 {
font-weight: normal;
}

h1 {
font-size: 26px;
}

h2 {
font-size: 20px;
}

h3 {
font-size: 12px;
}

/* Necessary to remove bullets from Contact Form */ 
#formholder form ul {list-style: none;}
								