

html, body, p, .text {
	font-family: "Times New Roman", Times, Verdana;
	font-size: 12px;
	line-height: 17px;
	color: #333;
}


#main_body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#int_body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(../images/bg_int.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.main {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

h1 {
	font-size: 14px;
	line-height: 17px;
	color: #20326a;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;

}
h2 {
	font-size: 16px;
	line-height: 16px;
	color: #20326a;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	color: #666;
	font-weight: bold;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 13px;
}

a:link, a:visited {
	color: #3366cc;
	text-decoration: none;
}
a:hover, a:active{
	color: #3366cc;
	text-decoration: underline;
}

img { border: 0px; }
form { display:inline }


.Leftnav_heading
{
	color: #FFFFFF;
	font-size: 14px;
}
.Leftnav_Inactive a:link, .Leftnav_Inactive a:visited
{
	color: #FFFFFF;
	display: block;
	padding: 4px 5px 4px 22px;
	text-decoration: none;
}

.Leftnav_Inactive a:hover, .Leftnav_Inactive a:active
{
	color: #3f4251;
	display: block;
	padding: 4px 5px 4px 22px;
	text-decoration: none;
}

.Leftnav_Active a:link, .Leftnav_Active a:visited
{
	color: #FFFFFF;
	display: block;
	padding: 4px 7px 4px 118px;
	text-decoration: none;
}

.Leftnav_Active a:hover, .Leftnav_Active a:active
{
	color: #3f4251;
	display: block;
	padding: 4px 7px 4px 118px;
	text-decoration: none;
}


.Tier3_Inactive a:link, .Tier3_Inactive a:visited
{ }

.Tier3_Inactive a:hover, .Tier3_Inactive a:active
{ }

.Tier3_Active a:link, .Tier3_Active a:visited
{ }

.Tier3_Active a:hover, .Tier3_Active a:active
{ }


.Footer {
	color: #3366cc;
	font-size: 11px;
}

.Port1 {
	color: #7ca219;
	font-size: 14px;
}
.Port2 {
	color: #231f20;
	font-size: 11px;
}
.Port3 {
	color: #999999;
	font-size: 11px;
}
.home1 {
	font-size: 24px;
	line-height: 25px;
	color: #000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;

}
.home2 {
	font-size: 16px;
	line-height: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0px;
}
.home3 {
	font-size: 14px;
	line-height: 19px;
	color: #000;
	font-weight: normal;
	margin-bottom: 0px;
}
.textbox {
	border: 1px solid #999999;
	width: 117px;
	height: 14px;
	font-size: 11px;
	color: #1e3667;
	padding-right: 5px;
	padding-left: 5px;
}


ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}
li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
hr {
	height:0px;
	border-top:1px solid #ccc;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	padding-bottom:15px;
	margin: 18px 0px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}



