@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #e1e5f0;
	background-color: #16365d;
}
h1 {
	font-size: 23px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: e1e5f0;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}

a:link {
	font-size: 13px;
	color: #3ddbfe;
	text-decoration: none;
}
a:visited {
	font-size: 13px;
	color: #3ddbfe;
	text-decoration: none;
}
a:hover {
	font-size: 13px;
	color: #b3b3b4;
	text-decoration: none;
}
a:active {
	font-size: 13px;
	color: #3ddbfe;
	text-decoration: none;
}
.buttomtext {
	font-size: 14px;
	color: #c5dd0b;
	font-weight: bold;
}
.greentext {
	font-size: 18px;
	color: #c5dd0b;
	font-weight: bold;
	text-align: center;
}

.majortextbox {
	font-size: 15px;
	color: #4c4e51;
	font-weight: bold;
	background-color: #F8F8F8;
	text-align: justify;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.watchoutbox2 {
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 14px;
	font-weight: bold;
}
.bottomline {
	color: #b3b3b4;
	border-top-color: #b3b3b4;
	border-right-color: #b3b3b4;
	border-bottom-color: #b3b3b4;
	border-left-color: #b3b3b4;
}
.generalbox {
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 14px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #c5dd0b;
}
.landed {
	font-weight: bold;
	color: #00FF00;
}
