﻿.fontNormal { font-size: 13px; }
.fontSmall { font-size: 11px; }
.fontRed { color: Red; }
.fontWhite { color: White; }

h1 { font-size: 15pt; color: #363636; font-family: Century Gothic, Verdana, Arial; }
h1.lowerCase { text-transform: lowercase; font-size: 15pt; color: #363636; font-family: Century Gothic, Verdana, Arial; }
h2 { font-size: 13pt; color: #666666; font-family: Century Gothic, Verdana, Arial; }
h3 { font-size: 11pt; color: #363636; font-family: Century Gothic, Verdana, Arial; }
h3 a:link { font-size: 13pt; color: #363636; font-family: Century Gothic, Verdana, Arial; }


a:link { color: Blue; text-decoration: none; }
a:visited { color: Blue; text-decoration: none; }
a:hover { color: Blue; text-decoration: underline; }
a:active { color: Blue; text-decoration: none; }

.imageBorder { border: solid 1px #111111; }
.imageNoBorder { border-style: none; }
.imageLeft { float: left; margin: 0px 10px 10px 0px; }
.imageRight { float: right; margin: 0px 0px 10px 10px; }
.floatLeft { float: left; }
.floatRight { float: right; }
.imageBanner { /*border: solid 1px #111111;*/ }

.alignLeft { text-align: left; }
.alignRight { text-align: right; }

hr { border: dotted 1px #cccccc; }

blockquote { background-color: #efefef; padding: 10px 10px 10px 10px; border-left: solid 1px #dddddd; border-top: solid 1px #dddddd; border-bottom: solid 1px #666666;  border-right: solid 1px #666666; }
.accordionContent { background-color: #efefef; padding: 10px 10px 10px 10px; border-left: solid 1px #dddddd; border-top: solid 1px #dddddd; border-bottom: solid 1px #666666;  border-right: solid 1px #666666; }

.linkBlue:link { color: #1A2E5A; text-decoration: none; }
.linkBlue:visited { color: #1A2E5A; text-decoration: none; }
.linkBlue:hover { color: #1A2E5A; text-decoration: underline; }
.linkBlue:active { color: #1A2E5A; text-decoration: none; }

.borderDotRight { border-right: dotted 1px #cccccc; padding-left: 10px; padding-right: 10px; }
.borderDotLeft { border-left: dotted 1px #cccccc; padding-left: 10px; padding-right: 10px; }
.borderDotTop { border-top: dotted 1px #cccccc; padding-top: 10px; padding-bottom: 10px; }
.borderDotBottom { border-bottom: dotted 1px #cccccc; padding-top: 10px; padding-bottom: 10px; }

ul.orbBullet { list-style-image: url('images/orb_blue_small.png'); }



