body {
	margin:0;
	padding:0;
	background:#004974;
}

p,td { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0px;
}

a,  a:link {
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #003366;
	font-weight:  bold;
	text-decoration: none;
}
a:hover {
/*	color: #46526A;*/
	color: #99CC33;
	text-decoration: underline;
}
a:focus {
	color: #13399D;
}
a:active {
	color: #13399D;
}

form {
     margin:0;
     padding:0;
}

ul {
	margin-left:20px;
	margin-top:0px;
	padding:1px;
	list-style-type: bullet;
	line-height: 16px;
	}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	margin: 0px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.bgy {
	background-repeat: repeat-y;
}

.bottom_addr {
	font-size: 10px;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: center;
}

.bottom_addr_lnk {
	text-decoration: none;
}

.bottom_addr_lnk:hover {
	text-decoration: underline;
}


.bgx {
	background-repeat: repeat-x;
}


.norepeat {
	background-repeat: no-repeat;
}

.c_name {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #345786;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}


.bottom-menu {
	background: #003366 url(../images/navbg.png) repeat-x bottom left;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #d4d4d4;
	font-size: 11px;
}

.bottom-menu a {
	color: #FFFFFF;
}

.bottom-menu a:hover {
	color: #99cc33;
	text-decoration: underline;
}
.bottom-menu a:visited {
	color: #FFFFFF;
}
.s-menu-head {
	background-image: url(../images/s-menu-header.gif);
	background-repeat: repeat-x;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 1px solid #4771aa;
	font-weight: bold;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 11px;
}


.menu {
	color: #345786;
	background-image: url(../images/menu-bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	white-space: nowrap;
	font-family: Tahoma, Arial;
	text-align: center;
	font-size: 11px;
}
.menu_lnk{
	text-decoration: none;
	color: #345786;
}

.menu_lnk:hover {
	color: #577AAA;
	text-decoration: none;
}


.sub {
	color: #000000;
	text-transform: none;
	vertical-align: top;
	padding-right: 5px;
	background-image: url(../images/s-menu-bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 34px;
	padding-top: 2px;
	padding-bottom: 4px;
	font-size: 11px;
}
.search {
	vertical-align: bottom;
	color: #333333;
	font-size: 11px;
}


.sub_lnk{
	color: #000000;
	text-decoration: none;
}

.sub_lnk:hover {
	color: #3A6296;
	text-decoration: none;
}

.body_txt {
	color: #000000;
	text-align: justify;
	padding: 10px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

.login-form {
	height: 20px;
	width: 123px;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 1px;
	border: 1px solid #d4d4d4;
}
/************** TABLE STYLE **************/
.tableTitle {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #034a76;
	text-align: center;
}
/************** IMAGE FLOAT RIGHT/LEFT **************/
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fltrt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
/************** SIDE BOXES DARK/LIGHT **************/
.sidebarlt {
	background: #EBEDF1;
	padding: 6px;
	border: 1px solid #C6CCD9;
}
.sidebardk {
	color: #FFFFFF;
	background: #7786A4;
	border: 1px solid #556481;
	padding: 6px;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFFFFF;
}

/************** TABLE STYLE **************/
.tableTitle {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #034a76;
	text-align: center;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 187px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: #003366 url(../images/navbg.png) repeat-x bottom left;
font: bold 12px Arial, Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 7px 0;
padding-left: 10px;
text-decoration: none;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 187px;
}

.glossymenu li a:visited, .glossymenu li a:active, .glossymenu li a:hover{
color: white;
text-decoration:none;
}

.glossymenu li a:hover{
background-image: url(../images/navbgover.png);
background-color:#607191;
}
