body {
  font-family: "Times New Roman", Times, serif;
  background-color: #FFFFCC;
  background:fixed;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FA6733;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FA6733;
}

a {
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #FF00FF;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

.topborderblue {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #303390;
}
.leftborderblue {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #303390;
}


.botomborderblue {
	border-top-style: none;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #303390;
}

.jump_go a:hover {
	color: #774A09;
	text-decoration: none;
}

.jump_go {
	width: 60px;
	text-align: right;
	background-image: url();
	background-repeat: no-repeat;
	position:absolute;
	right: 0;
	bottom: 0;
}

.orangetd {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
}

.tdorange {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #93674C;
	font-style: normal;
	font-weight: 600;
	font-variant: small-caps;
	letter-spacing: normal;
}

.tdorange a:hover {
	color: #FFFF00;
	text-decoration: none;
	font-variant: normal;
}

.tdorange a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}
.dashborder {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FA6733;
	border-right-color: #FA6733;
	border-bottom-color: #FA6733;
	border-left-color: #FA6733;
}
.bluestripebg {
	background-image: url(../images/bg_blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.tip {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	font-weight: normal;
	font-variant: small-caps;
	color: #FA6733;
	font-style: normal;
	text-decoration: underline;
}


.orangebold {
    color: #FA6610;
	font-weight: bold;
}
