body
{
	text-align: center;
	margin-top: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
}
body,td,th {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 10px;
}
.footer {color: #030076}

/*body links*/

a:link {
	color: #030076;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00a76f;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a.toplinks:link {
	color: #030076;
	text-decoration: none;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
}
a.toplinks:hover {
	text-decoration: underline;
}
a.toplinks:visited {
	text-decoration: none;
	color: #030076;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
}
a.toplinks:active {
	text-decoration: none;
	color: #00a76f;
}
a.footer:link {
	color: #030076;
	text-decoration: none;
	font-size: 10px;
	line-height: 25px;
}
a.footer:hover {
	text-decoration: underline;
	color: #666666;
}
a.footer:visited {
	text-decoration: none;
	color: #030076;
	font-size: 10px;
	line-height: 25px;
}
a.footer:active {
	text-decoration: none;
	color: #00a76f;
}

/*body links*/

a.headlink:link {
	color: #030076;
	text-decoration: none;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
}
a.headlink:hover {
	color: #030076;
	text-decoration: none;
}
a.headlink:visited {
	text-decoration: none;
	color: #030076;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
}
a.headlink:active {
	text-decoration: none;
	color: #030076;
}

a.sublink:link {
	color: #00a76f;
	text-decoration: none;
	font-size: 12px;
	line-height: 25px;
}
a.sublink:hover {
	text-decoration: underline;
	color: #00a76f;
	font-size: 12px;
	line-height: 25px;
}
a.sublink:visited {
	text-decoration: none;
	color: #00a76f;
	font-size: 12px;
	line-height: 25px;
}
a.sublink:active {
	text-decoration: none;
	color: #00a76f;
	font-size: 12px;
}

/*navbar listing and block rollover links*/

.navbar{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 180px;
	float: left;
	z-index: 4;
}

.navbar li{
	padding-bottom: 2px;
	border-bottom: 1px solid #B5B5B5;
	float: left;
	width: 180px;
	z-index: 4;
}

.navbar li a{
	color: #00a76f;
	display: block;
	width: 100%;
	padding: 2px 0;
	padding-left: 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	z-index: 4;
}

.navbar li a:visited{
	color: #00a76f;
	z-index: 4;
}

.navbar li a:hover{
	color: #030076;
	background-color: #F3F3F3;
	text-decoration: none;
	z-index: 4;
}


/*submenu block rollover links*/

.submenu a{
	color: #00a76f;
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F3F3F3;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
}

.submenu a:visited{
	color: #00a76f;
}

.submenu a:hover{
	text-decoration: none;
	background-color: #FFFFFF;
}

/*submenu layer layouts start*/

#corpmenu {
	left:50%;
	top:110px;
	width:140px;
	height:80px;
	z-index:7;
	margin-left: -210px;
	visibility: hidden;
	position: absolute;
}
#prodmenu {
	position:absolute;
	left:50%;
	top:145px;
	width:140px;
	height:40px;
	z-index:8;
	margin-left: -210px;
	visibility: hidden;
}
#servmenu {
	position:absolute;
	left:50%;
	top:180px;
	width:150px;
	height:40px;
	z-index:9;
	margin-left: -210px;
	visibility: hidden;
}

/*fonts*/

.head_main {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.head_sub {
	font-size: 18px;
	color: #030076;
	line-height: 40px;
}
.head_sub2 {
	font-size: 14px;
	line-height: 20px;
	color: #030076;
	font-weight: bold;
}
.head_sub3 {
	font-size: 14px;
	line-height: 18px;
	color: #cc0033;
	font-weight: bold;
}
.bodytext {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: justify;
}
.bodytext_small {
	font-size: 10px;
	color: #000000;
	text-align: justify;
}
.bullettext {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.side_a {font-size: 12px}
.addr {font-size: 12px}
.addr_b {
	font-size: 14px;
	font-weight: bold;
}

/*Table Border*/

.border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: outset;

