body {
	
	margin: 0px;
	padding: 0px;
	background-color:#DDE8FF;
	
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 11.5px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h4 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a {
	text-decoration: none;
}


.txt-white{
	color: #ffffff;
}
.txt-dkred{
	color: #FF0000;
}


.txt-whitelink{
	color: #ffffff;
}

.txt-whitelink:hover{
	color: #7CA8FF;
}
.txt-big{
	font-size: 31px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color:#FFFFFF;
}

.txt-bigsub{
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color:#FFFFFF;
}

.bg-dkgreen {
	background-color: #07225A;
}
.bg-dkblue {
	background-color: #072054;
}
.bg-dkgreen1 {
	background-color: #0E120B;
}
.bg-ltgreen {
	background-color: #06379F;
}
.bg-ltgrey {
	background-color: #F4F5EF;
}
.bg-ltgrey1 {
	background-color: #DDE8FF;
}

.bg-ltblack {
	background-color: #0E120B;
}


.bg-grey {
	background-color: #B7B7B7;
}
.bg-dkgrey {
	background-color: #BDC2C8;
}

.bg-gradient-black {
background-image: url(../images/bottom-main-banner.gif);
background-repeat:repeat-x;

}

.bg-dkgrey {
	background-color: #323232;
}
.bg-gradient-paragon {
background-image: url(../images/bg-paragon1.gif);
}

.txt-grey{
	color: #40444B;
}
.txt-grey-underline{
	color: #40444B;
	text-decoration:underline;
}
.txt-grey-underline:hover{
	color: #40444B;
	text-decoration:none;
}
.txt-black-underline{
	color: #000000;
	text-decoration:underline;
}
.txt-black-underline:hover{
	color: #000000;
	text-decoration:none;
}
.txt-white-underline{
	color: #ffffff;
	text-decoration:underline;
}
.txt-white-underline:hover{
	color: #ffffff;
	text-decoration:none;
}
.txt-green{
	color: #6A7935;
}
.txt-ltgreen{
	color: #B2D823;
}
.txt-greenlink{
	color: #6A7935;
}
.txt-greenlink:hover{
	color: #B1B2AE;
}



.bg-white {
	background-color: #FFFFFF;
}
.bg-white2 {
	background-color: #F0F5FF;
}

.bg-white1 {
	background-color: #FFFFFF;
	background-image:url(../images/vertical-bg.gif);
}

.hide {
	display: none;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color:#AF0D0D;
	padding:3px;
	border:none;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

a.bottomlinks {
	display: inline;
	list-style-type: none;
	font-family:"Trebuchet MS";
	color:#FF0099;
	font-size:11px;
	text-decoration: none;
}
a.bottomlinks:hover {
	display: inline;
	list-style-type: none;
	font-family:"Trebuchet MS";
	color:#DDE8FF;
	font-size:11px;
	text-decoration: none;
}
.bottom-text {
	display: inline;
	list-style-type: none;
	font-family:"Trebuchet MS";
	color: #ffffff;
	font-size: 10px;
}


.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 3%;
	left: 25%;
	width: 44%;
	height: 77%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: BLACK;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }