/* Subscriber Magnet turnkey.css */

/* Page Background */

.header {
	background-image: url(images/bg_standardpage_r1_c1.gif);
	background-repeat: no-repeat;
}
.middle {
	background-image: url(images/bg_standardpage_r2_c1.gif);
	background-repeat: repeat-y;
}
.footer {
	background-image: url(images/bg_standardpage_r3_c1.gif);
	background-repeat: no-repeat;
}
/* Body & Page Formatting */
body {
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
}
.bullet_border {
	border: thin solid #FF9900;
}
/* Header & Foooter */
.bg_header_top {
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
}
.bg_header_main {
	background-image: url(images/bg_header_r2_c1.jpg);
	background-repeat: no-repeat;
}
.bg_footer {
	background-image: url(images/bg_footer1.gif);
	background-repeat: no-repeat;
}
