/* Reset margins */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea {
	margin:0;
	padding:0;
}

/* Format basic elements 
table {
	border-collapse:collapse;
	border-spacing:0;
}*/
caption,th,td {
	text-align:left;
	vertical-align:top;
}
abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #ccc;
	cursor:help;
}
blockquote,q {
	quotes:none;
}
fieldset,img {
	border:0;
}
li { list-style-position:outside;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:none;
}
a {
	color:#ba976a;
}
:focus {
	outline:0;
}

/* Font settings */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}
input,button,textarea,select {
	font-family:inherit;
	font-size:98%;
	font-weight:inherit;
}
pre,code {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:13px;
	color:#999999;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	color:#ba976a;
	font-weight:normal;
}
h1 {
	font-size:26px;
	}
h2 {
	font-size:26px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:15px;
}
h6 {
	font-size:14px;
}
table {
	font-size:inherit;
}
caption,th {
	font-weight:bold;
}

/* Default margins */
h1,h2,h3,h4,h5,h6 {
	margin-top:0px;
}
h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom:15px; /* Should match font size */
}

h1 {margin:0;}