﻿html body { 
   margin: 0;
   padding: 0;
}

body {
	background-color : Black;
	color : #000000;
	margin : -10px 0 0 -10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td {
   font-size : 12px;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	color : #330000;
	font-size : 150%;
	margin-top : 16px;
	margin-bottom : 8px;
}

h2 {
	color : #330000;
	font-size : 130%;
	margin-top : 16px;
	margin-bottom : 8px;
	font-weight : bold;
}

h3 {
	color : #330033;
	font-size : 120%;
	margin-top : 10px;
	margin-bottom : 8px;
}

h4 {
	color : #330033;
	font-size : 110%;
	margin-top : 8px;
	margin-bottom : 6px;
}

hr {
   color : #DDDDDD;
}

li {
   margin-bottom: 8px;
}

ul li {
   list-style-image : url(images/bullet2b.gif);
}

a {
   color : #191970;
   text-decoration : none;
}

a:visited {
   color : #483D8B;
}

a:active {
   color : #CE0000;
   text-decoration : underline;
}

a:hover {
   color : #E22223;
   text-decoration : underline;
}
 
img {
    border: 0;
}

.badge {
    display: inlne;
    vertical-align: middle;
    margin: 0 14px 0 14px;
}
        
.button {
   color : #000000;
   font-family: "MS Sans Serif", Geneva, sans-serif;
   font-size : 12px;
   text-decoration : none;
}

.button:visited {
   color : #000000;
}

.button:hover {
   color : #FF0000;
   text-decoration : none;
}

.button:active {
   text-decoration : none;
}

.language-menu {
	margin: 0 auto 0 auto;
}

.language-menu img {
	width: 89px;
	height: 20px;
}

.menu {
   color : #FFFFFF;
   font-size : 12px;
   /* white-space : nowrap; */
   white-space : wrap;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   padding-left: 5px;
   padding-right: 3px;
}

.menu a {
   white-space : nowrap;  
   color : #FFFFFF;
   text-decoration : none;
}

.menu a:visited {
   color : #FFFFFF;
}

.menu a:hover {
   color : #FFCC33;
   text-decoration : none;
}

.menu a:active {
   text-decoration : none;
}

.sub {
   color : #483D8B;
   border-top : 1px solid #333333;
   border-bottom : 1px solid #333333;
}

.tbl1 {
   background-color : #A9A9A9;
}

.header {
   color: white;
   background-color : #666699;
   text-align : center;
   font-weight: bolder;
}

.caption {
	color: white;
	background-color : #666699;
	font-weight: bolder;
	text-align : right;
	padding-right : 5px;
}

.data1 {
   background-color : #DDE1EB;
}

.data2 {
   background-color : #CDD3E1;
}

.note {
   font-size: 12px;
   padding-top: 3px;
   padding-right: 6px;
   padding-bottom: 3px;
   padding-left: 6px;
   border: 1px solid #A9A9A9;
   background-color : #D8BFD8;
}

.alert {
   font-size: 12px;
   padding-top: 3px;
   padding-right: 6px;
   padding-bottom: 3px;
   padding-left: 6px;
   border: 1px dashed #b8860b;
   background-color : #FFA500;
   color : Black;
}

.tagline {
   color : White;
   padding-top: 3px;
   padding-right: 6px;
   padding-bottom: 3px;
   padding-left: 6px;
   border: 1px solid #191970;
   font-weight : bold;
   background-color : #483D8B;
   text-align : center;
}

.button {
   font-size: 14px;
   font-family : "MS Sans Serif", Geneva, sans-serif;
}

.accent {
   color : #B22222;
   font-weight : bolder;
}

.emphasis {
   color : #191970;
   font-weight : bolder;
}

.small {
   font-size : 90%;
}

.translate {
}

.ignore {
}

.noun, .pronoun, .article, .adverb, .preposition, .adjective {
	font-weight: bold;
}
.verb {
	font-weight: bolder;
}
.noun, .noun_box { color: #00F; } /* Blue */
.verb, .verb_box { color: #000; } /* Black */
.pronoun, .pronoun_box { color: #008000; } /* Green */
.article, .article_box { color: #F00; } /* Red */
.adverb, .adverb_box { color: #8A2BE2; } /* BlueViolet */
.preposition, .preposition_box { color: #FF8C00; } /* Dark Orange */
.adjective, .adjective_box { color: #F0F; } /* Fuchsia */
