body, div, span,
a, p,
h1, h2, h3, h4, h5, h6,
hr, img,
input, select, textarea, button,
table, table tr, table tr td,
ul, ul li {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
	font-size: 13px;
	line-height: 15px;
    padding: 0;
    margin: 0
}
a {
    color: #0067ce
}
a:hover {
    color: #002f5e
}
table{
	border-radius: 3px;
}
table tr th{
	background: #333;
	color: white;
    font-weight: normal;
}
table tr th,
table tr td{
    font-size: 12px;
    line-height: 12px;
    padding: 3px 5px;
}
/*
table tr.even, table tr.alt, table tr:nth-of-type(even) {
	background: #f5f5f5;
}
*/
table tr th span, 
table tr td span, 
table tr th a span, 
table tr td a span, 
table tr th p span, 
table tr td p span, 
a > span,
p > span{
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	text-decoration: inherit;
}
p > a{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: inherit;
}
button.button,
a.button{
	padding: 10px;
	margin:0;
    font-weight: normal;
    font-size: 14px;
    line-height: 13px;
    color: #0067ce;
    background: transparent;
	border: 1px solid #0067ce;
}
button.button:hover,
a.button:hover {
	color: white;
    background: #002f5e;
	border: 1px solid #002f5e;
}
button.button:disabled,
button.button[disabled]:hover,
a.button.disabled,
a.button.disabled:hover {
    color: #0067ce;
    background: transparent;
	border: 1px solid #0067ce;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
    line-height: 100%;
    text-align: center
}
h1 {
    font-size: 40px
}
h2 {
    font-size: 32px
}
h3 {
    font-size: 26px
}
h4 {
    font-size: 22px
}
h5 {
    font-size: 18px
}
h6 {
    font-size: 16px
}
hr,
table {
    width: 100%
}

.hr-event-sch-border {
    width: 100%;
    background: #669CB3;
    border: 0;
    height: 5px;
}


hr {
    width: 100%;
    background: #ddd;
    border: 0;
    height: 2px;
}

ul {
    margin: 0 0 0 20px
}
ul li {
    margin: 10px 0 0 0
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
div span,
a span,
p span,
ul li span,
table tr th a,
table tr th p,
table tr td a,
table tr td p{
	font-size: inherit;
	font-weight: inherit;
    font-style: inherit;
	color: inherit;
	text-decoration: inherit;
	text-transform: inherit;
}
@media only screen and (max-width:720px) {
    h1 {
        font-size: 32px
    }
    h2 {
        font-size: 26px
    }
    h3 {
        font-size: 22px
    }
    h4 {
        font-size: 18px
    }
    h5 {
        font-size: 16px
    }
    h6 {
        font-size: 14px
    }
}
@media only screen and (max-width:520px) {
	body,
	a,p,
	ul, ul li {
	    font-size: 12px;
	    line-height: 14px;
	}
    h1 {
        font-size: 26px
    }
    h2 {
        font-size: 22px
    }
    h3 {
        font-size: 18px
    }
    h4 {
        font-size: 16px
    }
    h5 {
        font-size: 14px
    }
    h6 {
        font-size: 12px
    }
}
@media only screen and (max-width:480px) {
	body,
	a,p,
	ul, ul li {
	    font-size: 12px;
	    line-height: 14px;
	}
}
@media only screen and (max-width:380px) {
	body,
	a,p,
	ul, ul li {
	    font-size: 12px;
	    line-height: 14px;
	}
}