﻿@charset "UTF-8";
/* 
==============================================================================
This styles all the base HTML elements, consider it the default style for 
basic html elements thorugh out the site.

This shouldn't be used to do layout elements like columns etc. 
==============================================================================
 */

body{
	font: 62.5% Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
    color: #D21C32;
}
html{

}
p{
	
}
hr{
	
}
h1{
	font: 24px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	line-height: 28px;
}
h2{
	
}
h3{
	
}
h4{
	
}
h5{
	
}
h6{
	
}
ul{
		
}
ol{
	
}
li{	
	
}
ul li{
}
ol li{
	
}
table{
		
}
th{
	
}
td{
	
}
tr{
	
}
a{
	
}
a:visited{
	
}
a:link{
	
}
a:active{
	
}
a:hover{
	
}
a img{
    border: 0px;
}
blockquote{
	
}

