/* CSS Document */
body {
	font-family: verdana;
	color: #000000;
	font-size: 10px;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
td.columnTopRow{
	background-color: #090659;
	}
	
.columnTitleText {
	font-size: 13px;
	font-family: verdana;
	color: #B9D0DB;
	font-weight: bold;
	}
	
.columnTitleSubText {
	font-size: 12px;
	font-family: verdana;
	color: #8181C0;
	}
	
.columnDataSubText {
	font-size: 9px;
	font-family: Verdana;
	color: #FF0000;
	letter-spacing: -.02em;
	}
	
.donateText {
	font-size: 20px;
	font-weight: bold;
	}
	
TD.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;}
	
.headerDiv {
	padding-right: 6px;
	font-family: arial;
	color: #ffffff;
	}

.headerLinks {
	letter-spacing: 0em;
}

div#headerLinks a {
	color: #6666FF;
	font-weight: bold;
	text-decoration: none;
	}
	
.a {
	color: #6666FF;
	font-weight: bold;
	text-decoration: none;
	}

a:link {
	color: #6666FF;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
	}

a:visited {
	color: #6666FF;
	font-weight: bold;
	text-decoration: none;
	}
	
/* Order Success page */	

.orderSuccessTitle {
	font-size: 20px;
	font-family: verdana;
	color: #FFFF66;
	font-weight: bold;
	}
	
.orderProblemTitle {
	font-size: 20px;
	font-family: verdana;
	color: #FFFF66;
	font-weight: bold;
	}
		
SPAN.orderSuccessNextSteps {
	width: 500px;
	margin-left: 50px;
	}
	
TD.question1 {
	padding-top: 5px;
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}
	
TD.question {
	padding-top: 8px;
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}
	
TD.answer {
	padding-top: 5px;
	padding-bottom: 8px;
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	border-bottom: 1px dotted #999999;
	border-bottom-left-radius: 4pt;
	margin-bottom: 5px;
	}
	
	

IMG.mainImage {
    display: block;}
	
.button1 {
    padding-top: 6px;
    padding-bottom: -5px;
	margin-bottom: -5px;
	_margin-bottom: -15px;
	margin-top: 4px;
	display: compact; }

.button {
    padding-top: 10px;
	margin-top: 0px;
    padding-bottom: 0px;
	margin-bottom: -20px;
	_margin-bottom: -13px;
	display: compact; } 
	
td.buttonRow {
	vertical-align: top;
}