body {
	color: black;
	background-color: white;
	font-family: arial, helvetica, univers, 'Zurich BT', sans-serif;
}

a:link img, a:visited img
{
	border: none;
}

.heading
{
	color: #cc0000;
}

.subheading
{
	color:#000099;
}

.floatedImage
{
	text-align:center;
	width:200px;
	float:right;
	font-size:12px;
	margin:10px 10px 30px 10px;
}

.redText
{
	color: #dd0000;
}

.signed
{
	text-align: right;
	font-weight: bold;
	margin-bottom: 0;
}

.bonusBox
{
	margin: 10px 20px;
	padding: 1px 20px;
	border: 1px dashed #000099;
	background: #eeeeff;
}

.formBox
{
	padding: 10px 20px 0 20px;
	border: 3px dashed #d50006;
}

.plusSign
{
	text-align: center;
}

.finePrint
{
	font-size: .7em;
}

.privacy
{
	text-align: center;
	font-size: .8em;
	margin-bottom: 0;
}

.serifText
{
	font-family: serif;
}

#creds
{
	margin-top: 4px;
	text-align: center;
	font-size: .9em;
}

#breadcrumb
{
	font-size: .7em;
	color: #000099;
	text-align: right;
}

#breadcrumb a
{
	text-decoration: none;
	color: #000099;
}

.radio
{
	text-align: left;
}

.details table .radio input
{
	width: 20px;
}
/*
#yesPlease
{
	width: 20px;
}

#noThanks
{
	width: 20px;
}*/



#breadcrumb a:hover
{
	text-decoration: underline;
}

.underline
{
	text-decoration: underline;
}

.inputError
{
	color: #ff0000;
	font-size: .7em;
	text-align: center;
}

.error
{
	color: #ff0000;
	font-size: .7em;
}

form .leftrow
{
	width: 90px;
	padding-right: 5px;
	text-align: right;
}

.details table input
{
	width: 276px;
}

#webdev
{
	text-align:center;
	font-size:9px;
	margin-top:1px;
}

#webdev a
{
	text-decoration: none;
	color: #000000;
}

#webdev a:hover
{
	text-decoration: underline;
}

#shadow-top
{
	background-image: url("../img/shadow-top.gif");
	background-position:top left;
	background-repeat:no-repeat;
	margin-right: -3px;
	width:800px;
}
#shadow-left
{
	background-image: url("../img/shadow-left.gif");
	background-position:top left;
	background-repeat:repeat-y;
	width:800px;
	margin:0px auto;
}
#shadow-right
{
	background-image: url("../img/shadow-right.gif");
	background-position:top right;
	background-repeat:repeat-y;
	width:800px;	
}
#shadow-bottom
{
	background-image: url("../img/shadow-bottom.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
	width:800px;
}



/* IE5, 5.5 and 6 hack */
html>body #shadow-top,
html>body #shadow-top-wide,
{
	margin: 0;
}

#content
{
	padding:15px 70px 50px 70px;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: black;
	font-family: arial, helvetica, univers, 'Zurich BT', sans-serif;
	background-color:inherit;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: black;
	font-family: arial, helvetica, univers, 'Zurich BT', sans-serif;
	background-color:inherit;
}

h2.footer
{
	font-weight:normal;
	text-align:center;
	margin:0px;
}	
h3 {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: black;
	font-family: arial, helvetica, univers, 'Zurich BT', sans-serif;
	background-color:inherit;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: black;
	font-family: arial, helvetica, univers, 'Zurich BT', sans-serif;
	background-color:inherit;
}

li { margin: 1ex auto; }

#body {
	width: 100%;
}
#footer td, .footer {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	background-color:inherit;
}
#footer td { text-align: center; }
#footer a, .footer a {
	color: #999999;
	background-color:inherit;
}

/* boxes */
.blackbox { border: 1px solid black; }
.orangebox { border: 2px solid #FF6600; }
.outerbox { margin: 10px 0; }
.innerbox { padding: 2px 15px; }
.dashed-form { border:5px dashed red; padding:10px; }

/* testimonial boxes */
.testimonial {
	padding: 6px;
	margin: 5px 20px;
	background-color: #FFCCFF;
 	border: 1px solid #FF0000;
	color: black;
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
}
.testimonial h3 {
	font-size: 16px;
	color: black;
	margin-top: 0px;
	text-align: justify;
	font-family: "Courier New", Courier, monospace;
	background-color:inherit;
}
.testimonial td p:first-child { margin-top: 0; }
.testimonial td p:last-child { margin-bottom: 0; }
.testimonial td p.about {
	font-weight: bold;
	text-align: right;
	font-size: 15px;
	margin-bottom:0px;
}
.testimonial img {
	float: left;
	margin: 0px 5px 10px 0px;
}
.bluetestimonial {
	padding: 5px;
	margin: 5px 20px;
	background-color: #DBEAFE;
 	border: 2px solid #25459A;
	color: black;	
}
.orangetestimonial {
	padding: 5px;
	margin: 5px 20px;
	background-color: #FFF89D;
 	border: 2px solid orange;
	color: black;	
}
.greentestimonial {
	padding: 5px;
	margin: 5px 20px;
	background-color: #e1fec7;
 	border: 2px solid #111111;
	color: black;	
}
/* general styles */
.red { color: red; background-color:inherit;}
.darkred { color: #CC0000; background-color:inherit;}
.highlight { background-color: yellow; color:inherit;}
.black { color:black; background-color:inherit;}
.blue { color:blue; background-color:inherit;}
.darkblue { color:#000099; background-color:inherit;}
.small { font-size: 9pt; }
.center { text-align: center; }
.indexh1 { 
	font-weight:bold;
	font-size: 48pt; 
	font-family: tahoma, arial, helvetica, univers, 'Zurich BT', sans-serif;
}
.indexh2 {
font-size: 35px; 
font-weight:bold;
font-family: tahoma, arial, helvetica, univers, 'Zurich BT', sans-serif;
}
.indexh3 {
font-size: 14px; 
font-weight:bold;
font-family: tahoma, arial, helvetica, univers, 'Zurich BT', sans-serif;
}
.indexh4 {
font-size: 18px; 
font-weight:bold;
font-family: tahoma, arial, helvetica, univers, 'Zurich BT', sans-serif;
}


.large
{
	font-size:28px;
	font-weight:bold;
}

.tickbox
{
	list-style-type: circle;
	list-style-image: url('../img/small-tickbox.gif');
	margin-top:0px;
	
}
.small-tickbox li
{
	margin:15px 0px;
}

a.greyhover { color:#999999; text-decoration:none; background-color:inherit;}
a.greyhover:hover { text-decoration:underline; }

.breadcrumb, .breadcrumb a { 
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	text-align:left;
	background-color:inherit;
}
/* Form and Input Elements */
input.bordered    { background: #e0e0e0; border: 1px solid black; color:inherit; }
textarea.bordered { background: #e0e0e0; border: 1px solid black; color:inherit; }
select.bordered   { background: #e0e0e0; border: 1px solid black; color:inherit; }

div.errors { border: 2px solid red; color: red; padding: 10px 20px; margin-bottom: 20px; }
tr.error { background: #F99; font-weight: bold; }
tr.error em { font-size: 90%; color: red; }

.introbox
{
	border:1px solid black;
	background-color:#B8F1FE;
	width:90%;
	text-align:center;
}

div.step_box
{
	border:1px solid #FFA500;
	padding:15px;
}

div.whitelistheader
{
	background-color:#6E0F9D;
	color:#C59C40;
	padding:5px;
	border:1px solid #999999;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

div.whitelistbody
{
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#999999;
	margin:0px 0px 10px 0px;
	padding:5px;
}

ul
{
	text-align:left;
}
