body {
	background-color: #000000;
}
body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,caption,pre,p {
	color: #ffffff;
	font-family: Georgia;
	font-weight: normal;
	font-size: 13px; /* 0.813em; */
	line-height: 1.231em; /* 16px */
}
blockquote,input,textarea, button {
	font-family: Georgia;
	font-size: 13px; /* 0.813em; */
	font-weight: normal;
	color: #121212;
}
body {
	font-size: 100%;
	line-height: 1.125em;
}

a { 
	color: #6ecae4;
	text-decoration: underline; 
}
a:hover { 
	text-decoration: none; 
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	font-weight: bold;
	font-size: 100%;
}
h2,h3,h4,h5,h6 {
	font-size: 0.8em;
}

h1 {
	font-size: 25px; 
	padding: 0;
	margin: 2.063em 0 1.025em 0;
	font-weight: normal;
}

h2 {
	font-size: 25px; 
	margin: 1em 0 0.4em 0;
	padding: 0;
	font-weight: normal;
	color: #6ecae4;
}
h2.special, h2 .special {
	color: #ffffff;
}
h2.headline {
    margin-top: 0;
    position: relative;
    top: -10px;
}
h2.section {
    margin-top: 60px;
}
h2 img {
	vertical-align: text-bottom;
	margin-bottom: -5px;
}

h3 {
    font-size: 21px;
    margin: 1em 0 0.4em 0;
    padding: 0;
    font-weight: normal;
    color: #6ecae4;
}

h4,
h5,
h6 {font-size: 20px; line-height: 1em; padding: 0.25em 0 0.25em 0; margin: 0.75em 0 0 0;}


p {margin: 0 0 0.875em 0;	text-align: justify;}
p.list-label {margin-bottom: 0.125em;}

ul, ol {
	margin-bottom: 30px;
	padding-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
li {
	margin: 0 0 10px 0;
}
ul {
	padding-left: 0;
	list-style: none;
}
ul li {
	padding-left: 30px;
	background: transparent url(/img/ul.png) 11px 5px no-repeat;
}
dl {
	margin-bottom: 1.539em;
}
dl dt {
	font-weight: normal;
	display: block;
	padding: 0 0 7px 0;
}
dd {
	margin-bottom: 1.539em;
}

dd p {
	margin-bottom: 0.539em;
}
dd ul {
	margin-bottom: 0.539em;
}

acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

blockquote {
	margin-top: 1.539em;
	margin-bottom: 1.539em;
	padding: 0;
	border-style: none;
	font-style: normal;
}
blockquote * {
	color: #696969;
	font-style: oblique;
}

code {
	font-size: 100%;
	font-family: Arial Narrow;
	display: block;
	white-space: pre;
	margin: 0px 0px 15pt 0px;
	border: 1px solid #ccc;
	border-top: 2px solid #555;
	background-color: #e0e0e0;
}

strong { 
	font-weight: bold; 
}

em {
	font-style: oblique;
}

/* DEFAULT STYLES FOR COMMON CLASSES
-------------------------------------------------------------------------------- */
img.centered {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.f-left {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

.f-right {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}



.small {
  font-size: 70%;
}
small {
	font-size: 70%;
}

.large {
  font-size: 120%;
}

.hidden {
	display: none;
}

.section {
    margin-bottom: 60px;
}

/* DEFAULT STYLES FOR COMMON FORM ELEMENTS
-------------------------------------------------------------------------------- */
form {
	margin: 0px;
	padding: 0px;
}
form em {
	color: #6ecae4;
	font-style: normal;
	font-size: 12px;
}
form p.error-message {
	background: #ee0e6f url(/img/bg_error.png) 15px 20px no-repeat;
	padding: 15px 20px 15px 30px;
	margin: 0 25px 15px 0;
}
* html form p.error-message {
	height: 1%;
}
form p.submit {
	padding-bottom: 40px;
}

input.button {
	width: 126px;
	height: 32px;
	padding-bottom: 5px;
	background: transparent url(/img/bg_btn.png) 0 0 no-repeat;
	color: #000;
	font-size: 13px;
	border-style: none;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	white-space: nowrap;
}
* html input.button {
	background: transparent url(/img/bg_btn.gif) 0 0 no-repeat;
}
input.button-short {
    width: 85px;
    background-image: url(/img/bg_btn_short.png);
}
input.button-large {
    width: 180px;
    background-image: url(/img/bg_btn_large.png);
}
input.button:active {
	position: relative;
	bottom: -1px;
}
input.txt {
	font-size: 24px;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
	padding: 0 8px;
	width: 420px;
}
input.txt.short {	
	width: 185px;
}
input.txt.num {
	width: 30px;
}
input.error {
	border: 2px solid #ee0e6f;
}
input.rad {
}
input.chk {
}
textarea {
	font-size: 24px;
	border-style: none;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
	padding: 2px 8px;
	width: 500px;
	height: 200px;
}
textarea.small {
	height: 50px;
}
textarea.medium {
	height: 150px;
}
.window-contents textarea.pop {
    width: 200px;
    height: 100px;
}
textarea.large {
	height: 200px;
}
textarea.error {
	border: 2px solid #ee0e6f;
}
select.common {
	font-size: 24px;
	width: 205px;
}
select.month {
	width: 170px;
	margin-right: 25px;
}
select.date {
	width: 90px;
	margin-right: 25px;
}
select.num {
	width: 90px;
}
select.year {
	width: 120px;
}
form select.error {
	border: 2px solid #ee0e6f;
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/img/loading-1.gif')
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}