

body {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 14pt;
margin: 20px;
color:#000000; background-color:white;
}

TD { 
font-size: 11pt;
font-family: verdana,Arial,sans-serif; 
}

a { text-decoration: none }
a:link { color: #0000ff;  }
a:visited { color: #1e3555;}
a:hover { color: #7f007f; font-size: 110%;}
a:active { color: #ff0000; }

.fontSize15 { font-size:1.5em; }
.fontSize2 { font-size:2em; }

tr.textAlignCenter td { text-align:center; }
.textAlignCenter { text-align:center; }

.heading {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
font-variant: small-caps;
}

.faqBox
{
	border: 1px solid black;
	margin: 20px 20px;
	padding: 10px 10px 10px 10px;
	background-color: #c0f5b2;
}

ul.quote
{
}

ul.quote li
{
	list-style-type: none;
	font-size:1.2em;
	font-weight:200;
	font-style:italic;
	margin-top:5px; 
   vertical-align: top;
}

ul.quote.ladybug li
{
	list-style-image: url(bullet-ladybug.gif);
	vertical-align:top;
	line-height:2em;
}

ul.quote li.quoteSrc
{
	list-style-image:none;
	list-style-type:none;
	margin-left:40px;
	font-size:1.0em;
	font-weight:normal;
	font-style:normal;
}

.codeBox
{
	border: 1px solid black;
	margin: 20px 20px;
	padding: 0px 20px;
	background-color: #f5f3b2;
}

.cool
{
	color:#ded600;
	font-style:italic;
	font-size:1.05em;
	FILTER: Shadow(Color=#5B0000, Direction=120);
	text-shadow: blue 2px 1px, red -2px -1px
}
a.cool
{
	color:#ded600;
	text-decoration:underline;
}

table.bulletTable td
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 14pt;
}

table.noSpacing
{
	border-collapse:collapse;
}

.padding10 { padding:10px; }
table.padding10 td { padding:10px; }
padding15 { padding:15px; }
table.padding15 td { padding:15px; }

tr.odd
{
	background-color:#e2e2e1;
}

.rounded14
{
   -moz-border-radius:14px;
   -webkit-border-radius:14px;
   -khtml-border-radius:14px;
   border-radius:14px;
}
.rounded20
{
   -moz-border-radius:20px;
   -webkit-border-radius:20px;
   -khtml-border-radius:20px;
   border-radius:20px;
}

.visibilityHidden { visibility:hidden; }
.hidden { display:none; }
.vAlignTop { vertical-align:top; }

