html {
    height: 100%;
}

body {
    margin          : 0px 0px 0px 0px;
    padding         : 0px 0px 0px 0px;
    font-family     : Arial, Helvetica, sans-serif;
    background-color: #A0D0FF;
    height          : 100%;
}

h1 {
    font-size:   16pt;
    color:       #0089C0;
    line-height: 18pt;
    margin-top:  30px;
}

h2 {
    font-size:   14pt;
    font-weight: bold;
    color:       #0089C0;
    line-height: 13pt;
}

p, td, ol, ul, li {
    font-size: 11pt;
    color:     #000000;
}

hr {
    color:            orange;
    background-color: orange;
    height:           2px;
    border:           none;
}


table {
    border-collapse: collapse;
    border-style:    hidden;
    border-width:    0px;
}

td, tr {
    border-style:    hidden;
    border-width:    0px;
}

.secondColor {
    color: orange;
}

.small {
    font-size: 8pt;
}

.noborder {
    border-style: hidden;
    border-width: 0px;
}

input, select, option, textarea {
    font-size: 8pt;
    color:     #0089C0;
}

.submit {
    background-color: #0089C0;
    font-weight:      bold;
    color:            black;
}

.reset {
    background-color: #A0D0FF;
    font-weight:      normal;
}

a:link,a:active,a:visited {
   color:           #0089C0;
   font-weight:     bold;
   text-decoration: none;
}

a:hover {
    color:           #0069A0;
	text-decoration: underline;
}

a.nav:link, a.nav:active, a.nav:visited {
	font-size:       11px;
	font-weight:     bold;
	background:      #BFECFF;
	color:           black;
	text-decoration: none;
	letter-spacing:  .1em;
	line-height:     16px;
	display:         block;
	padding:         8px;
	}

a.nav:hover {
	background:   #CFFCFF;
	color:        black;
	border-left:  3px solid orange;
	border-right: 3px solid orange;
}

a.navactive {
    font-family:     Arial, Helvetica, sans-serif;
    font-weight:     bold;
	font-size:       11px;
	background:      #0089C0;
	color:           white;
	letter-spacing:  .1em;
	line-height:     16px;
	display:         block;
	padding:         8px;
    text-decoration: none;
    cursor:          default;
}

.withBorder {
    border: 1px orange solid; 
}

a.nodecoration:link, a.nodecoration:active, a.nodecoration:visited, a.nodecoration:hover {
    font-weight : normal;
    text-decoration : none;
}