/* CSS Document */

body {
 margin:0px; 
 margin-top:20px;
 background-color:#222D56;
}


td {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 13pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 11pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 10.5pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 10.5pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.h6 {
	font-size: 10pt;
	color:#C0C8C6;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.bg-gray-ltyellow {
		background-color:#3F5568;
		border: 1px solid #F0F0EB;
} 
.border-ltyellow {
		border: 1px solid #F0F0EB;
}
.border-ltyellow1 {
		border: 1px solid #F0F0EB;
		background-color:#ffffff;
}
.bg-grey {
	
	background-color:#3F5568;
}
.bg-ltgrey {
	
	background-color:#D4D8D9;
}

.txt-brown{
	color:#C4B7A6;
}
.txt-white{
	color:#FFFFFF;
}
.txt-white1{
	color:#FFFFFF;
	text-decoration:none;
}
.txt-white1:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.txt-cream{
	color:#C0C8C6;
}
.txt-cream-un{
	color:#C0C8C6;
	text-decoration:none;
}
.txt-cream-un:hover{
	color:#C0C8C6;
	text-decoration:underline;
}
