body{
    background-color: #ffffff;
	background-repeat:repeat-x; 
	background-position:top;
	font-family:Arial,Helvetica,Georgia,Sans-Serif;
	font-size:14px;
	text-align:center;
	vertical-align:top;
	
}
td,tr{
	font-family:Arial,Helvetica,Georgia,Sans-Serif;
	font-size:14px;
}

a{
	text-decoration:underline;
	color:#0066cc;
}
a:hover{
	text-decoration:none;
	color:#339933;
}

blockquote {
	background: #FAFAFA url('../newimages/quote.gif') no-repeat;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #555;
	display: block;
	font: normal 1.2em sans-serif;
	margin: 1em 0;
	padding: 0.6em 1em 0.2em 40px;
}

table.sample {
	border-width: 2px 2px 2px 2px;
	border-spacing: 10px;
	border-style: dashed dashed dashed dashed;
	border-color: red red red red;
	border-collapse: separate;
	background-color: ffffff;
}

table.sample2 {
	border-width: 4px 4px 4px 4px;
	border-spacing: 5px;
	border-style: dashed dashed dashed dashed;
	border-color: #FF0000;
	border-collapse: separate;
	background-color: #DDE9F0;
}

blockquote blockquote{
	margin:15px;
	background:#fff;
}

ul.check {
	text-indent: 0;
	font-size:15px;
	}
ul.redcheck li {
	list-style-image: url(red-check.gif);
	line-height: 120%;
	font-size:15px
	}
	
ul.question li {
	list-style-image: url(question.gif);
	image-align: bottom;
	}
	
ul.bull1 li {
	list-style-image: url(bull1.gif);
	
	}
	
ul.bull2 li {
	list-style-image: url(bull2.gif);
	line-height: 120%;
	}
	
ul.red-plus li {
	list-style-image: url(smallPlus.jpg);
	font-size:15px
	line-height: 120%;
	}
	
ul.red-spherecheck li {
	list-style-image: url(spheresredcheck.jpg);
	font-size:15px
	line-height: 120%;
	}
	
ul.red-arrow li {
	list-style-image: url(red-arrow.jpg);
	font-size:15px
	}
	
ul li {
	list-style-image: url(red.gif);
	}
li.short {
	margin: 0;
	text-indent: 0;
	font-size:14px;
	}

.highlight {
	background-color: #FFFF00;
}
