html, body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	text-align: center;
	font-family: Verdana, Arial;	
	font-size: 10px;
	color: #000;
}

h1,h2,h3,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}

table {
	border-collapse: collapse;
}
th,td {
	padding: 0px;
	vertical-align: top;
}

li {
	margin-left: 30px;
}

.menu {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.main-container {
	background-color: #fff;
	text-align: left;
	margin: auto;
	width: 690px;
}

.page-header a {
	color: #000;
	text-decoration: none;
}

.page-footer div,.page-footer h1 {
	line-height: 58px;
	font-size: 10px;
}
.page-footer h1,.page-footer h1 a, .page-footer h1 a:visited, .page-footer h1 a:hover, .page-footer h1 a:active {
	font-weight: bold;
	color: #444;
	text-decoration: none;
	font-size: 10px;
}
.page-footer h4, .page-footer h4 a, .page-footer h4 a:visited, .page-footer h4 a:hover {
	font-weight: normal;
	color: #555;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 10px;
}
.page-header h4, .page-header h4 a, .page-header h4 a:visited, .page-header h4 a:hover {
	font-weight: normal;
	color: #888;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 10px;
}

h2 {
	font-size: 15px;
	color: #4967a0;
}
h3 {
	font-size: 11px;
	color: #c0342f;
	text-transform: uppercase;
	font-weight: bold;
}
.content h3 {
	text-transform: none;
}

.sinput {
	font-size: 11px;
	border: 1px solid #424846;
	color: #333;
	font-weight: bold;
}

.content {
	border-top: 2px solid #e2e0e1;
	border-bottom: 2px solid #e2e0e1;
	padding: 10px 15px;
	border-left: 1px solid #e2e0e1;
	border-right: 1px solid #e2e0e1;
}

.newsletter-subscribe {
	border: 1px solid #cececf;
	background-color: #edf3fe;
	padding: 10px;
	color: #555;
}
.newsletter-subscribe h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
.newsletter-subscribe h3 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 10px;
	color: #555555;
	text-transform: none;
	margin-bottom: 5px;
}
.newsletter-subscribe .lft {
	float: left;
	margin-top: 5px;
	padding-top: 6px;
}
.newsletter-subscribe .rght {
	float: right;
	margin-top: 5px;
	text-align: right;	
}
.newsletter-subscribe .rght .textinput {
	color: #000;
	border: 1px solid #424846;
	background-color: #fff;	
	font-size: 11px;
}
.newsletter-subscribe .rght .name { width: 155px; }
.newsletter-subscribe .rght .email { width: 120px; }
.newsletter-subscribe .submit {
	float: right;
	color: #d52827;
	font-weight: bold;
	
}
.newsletter-subscribe .err {
	color: #d52827;
	font-weight: bold;
	padding-bottom: 5px;
}
.newsletter-subscribe .done {
	color: #0c0;
	font-weight: bold;
	padding-bottom: 5px;
}
#debug-table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 90%;
	background-color: #e6e6e6;
	border: 1px solid #000000;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: left;
}

#debug-table th {
	padding: 5px;
}

#debug-table td {
	border: 1px solid #000000;
	padding: 5px;
}

#debug-table ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

#debug-table li {
	list-style: none;
}