  ﻿/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
/*h1, h2, h3, h4, h5, h6, p,*/
html, body, div, span, applet, object, iframe,
 blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing: border-box;
}


blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
	
/* 
---------------------------------------------------------------
*/

/* UNIVERSAL STYLES */
ul li
{
	text-align: left;
}
div.hr
{
    height: 3px;
    background-color: #dbdbdb;
    width: 98%;
}
.inline
{
    display: inline;
}
.white
{
	color: White;
}
.black
{
	color: Black;
}
.gray
{
	color: Gray;
}
.darkgray
{
	color: #635b56;
}
.darkgray2
{
	color: #43403e;
}
.orange
{
	color: #f7aa49; 
}
.darkorange
{
	color: #dc8e2b;
}
.blue
{
	color: #334173;
}
.lightblue
{
	color:#8fa5cd;
}
.red
{
	color: #c51515;
}
.red2
{
	color: #d79d9d;
}
.red3
{
	color: #b785ba;
}
.green
{
	color: #1d3261;
}
.nine
{
	font-size: 9px;
}
.ten
{
	font-size: 10px;
}
.eleven
{
	font-size: 11px;
}
.twelve
{
	font-size: 12px;
}
.thirteen
{
	font-size: 13px;
}
.fourteen
{
	font-size: 14px;
}
.fifteen
{
	font-size: 15px;
}
.sixteen
{
	font-size: 16px;
}
.seventeen
{
	font-size: 17px;
}
.nineteen
{
    font-size: 19px;
}
.twenty
{
	font-size: 20px;
}
.ttwo
{
	font-size: 22px;
}
.teight
{
	font-size: 28pt;
}
.thirty
{
	font-size: 30pt;
}
.bold
{
	font-weight: bold;
}
.i
{
    font-style: italic;
}
.vcenter
{
	vertical-align: middle;
}
.center
{
	text-align: center;
}
.pad10
{
	padding: 10px;
}
.pad15
{
	padding: 15px;
}
.pad20
{
	padding: 20px;
}
.padL5
{
    padding-left: 5px;
}
.padL10
{
    padding-left: 10px;
}
.padL15
{
    padding-left: 15px;
}
.padL20
{
    padding-left: 20px;
}
.padL25
{
    padding-left: 25px;
}
.padL30
{
    padding-left: 30px;
}
.padR5
{
    padding-right: 5px;
}
.padR10
{
    padding-right: 10px;
}
.padR15
{
    padding-right: 15px;
}
.padR20
{
    padding-right: 20px;
}
.padR25
{
    padding-right: 25px;
}
.padR30
{
    padding-right: 30px;
}
.lh11
{
	line-height: 11pt;
}
.lh12
{
	line-height: 12pt;
}
.lh13
{
	line-height: 13pt;
}
.lh15
{
	line-height: 15pt;
}
.lh17
{
	line-height: 17pt;
}
img
{   
    border: 0px;
}
.bdgray
{
	border-right: dimgray thin solid;
	border-top: dimgray thin solid;
	border-left: dimgray thin solid;
	border-bottom: dimgray thin solid;
}
#floatL
{
	float: left;
	width: auto;
	height: auto;
	margin-right: 18px;
	position: relative;
}
#floatR
{
	float: right;
	width: auto;
	height: auto;
	margin-left: 18px;
	position: relative;
}
.floatL
{
	float: left;
	padding-right: 9px;
	position: relative;
	position: relative;
}
.floatR
{
	float: right;
	width: auto;
	height: auto;
	margin-left: 18px;
	position: relative;
}
#floatL2
{
	float: left;
	width: auto;
	height: auto;
	margin-right: 18px;
	position: relative;
}
#floatR2
{
	float: right;
	width: auto;
	height: auto;
	margin-left: 18px;
	position: relative;
}
.upper
{
	text-transform: uppercase;
}
.lower
{
    text-transform: lowercase;
}
.scrolly
{
    overflow-y: scroll;
    overflow-x: hidden;
}