@font-face {
	font-family: TypoSlabserif;
	src: url(TypoSlabserif-Light.eot);
}
@font-face {
	font-family: TypoSlabserif;
	src: url(TypoSlabserif-Light.otf);
}

* {
	margin: 0px;
	padding: 0px;
        font-family: Georgia,Arial, Helvetica, Sans-Serif;
	font-size: 100%;
	color: #000;
	line-height: 1.35em;
}

h1,h2,h3 {
    font-family: TypoSlabserif;
}
h1 {
    font-size:3em;
}
h1 a {
	font-family: TypoSlabserif;
	color:#5b5b5b !important;
}
h2 {
    font-size:1.5em;
    padding-bottom:.8em;
}
:link img {
	border: none;
}
img {
	border: none;
}
a img {
	border: none;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}


body {
	text-align: center;
	background: #fff ;
	padding-top:20px;
}
p {
	font-size: 12px;
	margin-bottom: .8em;
}
a {
	
}
a:link, a:hover, a:active {
	color: blue;
}
a:visited {
	color: blue;
}
a:hover {
	
}



.right {
	float: right;
}
.left {
	float: left
}
.clr {
	clear: both;
}
.clrRight {
	clear: right;
}

.clrLeft {
	clear: left;
}


#main {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

#main_table {
    width: 850px;
}
#main_table thead th {

    font-family: TypoSlabserif;
    font-size: 1.4em;
    border-bottom: solid 2px #aaa;
    vertical-align: bottom;
}
#main_table tbody td {
    border-bottom: solid 1px #aaa;
    vertical-align: top;
    border-left: solid 1px #eee;
}
#main_table tbody td:first-child {
    border-left: none;
}
#main_table td, #main_table th {
    padding: 5px 5px;
    line-height: .9em;
}
#main_table td span, #main_table th span {
    font-size:10px;

}
#main_table td.full_cell {
	padding:0 ;
}
#main_table td.full_cell div {
	padding: 5px;
	border-bottom: solid 1px #eee;
}
input, textarea, select {
	font-family: arial, helvetica;
	padding: 4px;
}
input {
	width: 200px;
}
input[type=submit] {
	width: auto;
}
