.border {
	border: 1px solid #000066;
}
.bodytext {
	font-family: tahoma;
	font-size: 11px;
	color: #000033;
	text-align: justify;


}
.orangebg {
	background-image: url(images/ornage-bg.jpg);
	background-repeat: repeat-y;
}
.bodytext-white {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;

}
.bluetable-bg {
	background-image: url(images/tableblue-bg.gif);
	background-repeat: repeat-x;
}
.rowlines {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B9DDEE;
	border-right-color: #B9DDEE;
	border-bottom-color: #B9DDEE;
	border-left-color: #B9DDEE;
}
.innertableborder {
	border: 1px solid #CCE6F2;
	font-family: tahoma;
	font-size: 11px;
	color: #000033;
}
a:link {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFCC;
	text-decoration: none;

}
a:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
}
a:active {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.bodytext-bold {
	font-family: tahoma;
	font-size: 10px;
	color: #000066;
	text-align: justify;
	font-weight: bold;

}
.pagelinks {
	font-family: Tahoma;
	font-size: 11px;
	color: #000033;
	text-decoration: none;
}
.pagelink:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #000033;
	text-decoration: none;
}
.pagelink:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC6600;
	text-decoration: none;
}
.pagelink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
.pagelink:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
}
a.top:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
a.top:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
.form-input {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	background-color: #FFFFFF;
	border: 1px solid #000033;
}
.titles {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}
.bodytext-italics {
	font-family: Tahoma;
	font-size: 11px;
	font-style: italic;
	color: #000033;
}
.form-button {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000033;
	border: 1px solid #000000;
}
.border-gray {

	border: 1px solid #666666;
}
.blue-bg-border {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	background-color: #DBEEF7;
	border: 1px solid #008BCE;
}