﻿/********************************************************
* Base: Reset fonts and level the playing field
********************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;padding:0;font-size:1em; line-height:1.4em;}
body{font-size:85%;font-family:Georgia,"Times New Roman",Times,serif;color:#666;background:#AF1A4F;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;font-size:1em;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:1em;font-weight:inherit;}
table {font-size:1em;}
pre,code,kbd,samp,tt {font-family:monospace;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}


/********************************************************
* Clearfix
********************************************************/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix		{display: block;}
* html .clearfix {height: 1%;}


