﻿/***********************************************************/
/* BROWSER RESETS                                          */
/***********************************************************/
*, p, html, body
{
	margin: 0;
	padding: 0;
}

/***********************************************************/
/* GLOBAL HTML STYLES                                      */
/***********************************************************/

body
{
	font-family: Georgia, Arial;
	font-size: 14px;
	color: #222222;
}
img
{
	border: 0px;
}
a
{
	color: #394168;
	outline: none;
	text-decoration: underline;
}
a:hover
{
	color: Red;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}
h1
{
	font-size: 30px;
	margin: 20px 0px;
}
h2
{
	font-size:24px;
}
h3
{
	font-size:20px;
	margin-top:10px;
}
p
{
	line-height: 1.7em;
	padding-top: 5px;
	padding-bottom:5px;
}
ul
{
	padding: 5px 0 5px 16px;
}
ol
{
	padding: 5px 0 5px 20px;
}
ol li
{
	
	line-height: 1.4em;
}

ul li
{
	line-height: 1.4em;
	list-style-type:disc;
}
table, tr, td
{
}
.clear,
.Clear
{
	clear: both;
}

@font-face {
    font-family: 'SantasBigSecretBBRegular';
    src: url('Fonts/santbsb_-webfont.eot');
    src: url('Fonts/santbsb_-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/santbsb_-webfont.woff') format('woff'),
         url('Fonts/santbsb_-webfont.ttf') format('truetype'),
         url('Fonts/santbsb_-webfont.svg#SantasBigSecretBBRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
