@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 73%; /* Resets 1em to 12px */
	color: #313c3a;
	}
	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td,html,label,table,tr,image {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
td {
	padding: 0 8px 8px 0;
	}
	
th {
	padding: 2px;
	font-size: 1.1em;
	color: #fff;
	text-align: left;
	}

img,a img,:link img,:visited img {
	border: 0;
	}
	
fieldset {
	border: 1px solid #575757;
	padding: 20px;
	}
	
ul {
	list-style: none;
	}
	
p, li {
	font-size: 1em;
	}

hr {
	border: none 0;
	border-top: 1px solid #BABABA;
	height: 1px;
	}
	
h1 {
	font-size: 1.5em;
	color: #8f263a;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	font-size: 1.1em;
	color: #8f263a;
	}
	
#content {
	width: 250px;
	}