/* CSS Document */

/*---------- RESET ----------*/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0; 
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
/* 
ol, ul {
	list-style:none;
}
*/
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
abbr, acronym {
	border:0;
}
/*---------- END RESET ----------*/
td img {
	display: block;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #212334;
	font-family: Arial, Helvetica, sans-serif;
    font-size:0.92em;
    line-height:1.3em; 
	font-weight: normal;
	color: #FFFFFF;
}
body, td, th {
	vertical-align: top;
}
p, h1, h2, h3, h4 {
	margin-bottom: 1em;
}
h1, h2, h3, h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	color: #41BBE7;
	font-size: 20px;
	font-weight: bold;
}
h2 {
	color: #41BBE7;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #41BBE7;
	font-size: 14px;
	font-weight: bold;
}
blockquote {
	margin: 0 20px 0 20px;
}
.navbar, .navbar td, .navbarover, .navbarover td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}
.navbar a, .navbar td a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: bottom;
}
.navoff, .navoff a:link, .navoff td a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navoff a:visited, .navoff td a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navoff a:hover, .navoff td a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.navon, .navon td, .navon a:link, .navon td a:link {
	color: #79A5C3;
	text-decoration: none;
}
.navon a:visited, .navon td a:visited {
	color: #79A5C3;
	text-decoration: none;
}
.navon a:hover, .navon td a:hover {
	color: #79A5C3;
	text-decoration: underline;
}

/* canonical way to style links */
a.navtexton {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.92em;
	line-height:1.25em; 
	font-weight: normal;
	color: #FFFFFF;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a.navtexton:link {
        text-decoration: none;
        color: #79A5C3;
}
a.navtexton:visited {
        text-decoration: none;
        color: #79A5C3;
}
a.navtexton:hover {
        text-decoration: underline;
        color: #ffffff;
}
a.navtexton:active {
        text-decoration: none;
        color: #79A5C3;
}

.underline {
        text-decoration: underline;
}

