/* basic styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../pix/bg.jpg);
	background-repeat: repeat-x;
	padding-top: 16px;
	font-size: 10px;
}

/* navi left styles */
.nv2-tab {
	background-color: #E6E9EC;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	margin-bottom: 3px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 35px;
	width: 119px;
}
.navi2 {
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	padding-top: 5px;
	width: 105px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/* navi left link styles */
.navi2-ap {

}
a.navi2-ap:link {
	color: #909090;
	text-decoration: none;
}
a.navi2-ap:visited {
	color: #909090;
	text-decoration: none;
}
a.navi2-ap:hover {
	color: #E77817;
	text-decoration: underline;
}
a.navi2-ap:active {
	color: #E77817;
	text-decoration: underline;
}
.navi2-aa {
}
a.navi2-aa:link {
	color: #E77817;
	text-decoration: none;
}
a.navi2-aa:visited {
	color: #E77817;
	text-decoration: none;
}
a.navi2-aa:hover {
	color: #E77817;
	text-decoration: underline;
}
a.navi2-aa:active {
	color: #E77817;
	text-decoration: underline;
}

/* content styles */
.ct-td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
.ct-top-hd {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../pix/ct_hd_1.jpg);
	height: 33px;
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-left: 25px;
	background-repeat: no-repeat;
}
.ct-txt {
	font-size: 12px;
	color: #333333;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 18px;

}
.ct-txt-t {
	font-size: 12px;
	color: #333333;
}
/* content link styles */
a.ct-txt-t:link {
	color: #003A66;
	text-decoration: none;
}
a.ct-txt-t:visited {
	color: #003A66;
	text-decoration: none;
}
a.ct-txt-t:hover {
	color: #0069B7;
	text-decoration: underline;
}
a.ct-txt-t:active {
	color: #003A66;
	text-decoration: underline;
}
.ct-pic {
	float: right;
	margin-left: 20px;
}

/* rcol styles */
.rc-tdo {
	background-color: #F3EAE2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
}
.rc-tdu {
	background-color: #F3EAE2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}
.rc-txt {
	padding-top: 9px;
	padding-left: 9px;
	font-size: 11px;
	padding-right: 5px;
	padding-bottom: 25px;
	color: #00699B;

}
.rc-txt-adr {
	font-size: 11px;
	color: #241211;
	padding-top: 9px;
	padding-left: 9px;
	padding-bottom: 18px;
}

/* rcol link styles */
.rc-txt-adr-t {
}
a.rc-txt-adr-t:link {
	color: #241211;
	text-decoration: none;
}
a.rc-txt-adr-t:visited {
	color: #241211;
	text-decoration: none;
}
a.rc-txt-adr-t:hover {
	color: #E67300;
	text-decoration: underline;
}
a.rc-txt-adr-t:active {
	color: #E67300;
	text-decoration: underline;
}
/* other styles */
.input {
	font-size: 11px;
	color: #005B88;
	background-color: #E6E9EC;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;


}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E6E9EC;
	background-color: #006699;
	border: 1px solid #666666;
}
