.outsideborder {
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #993333;
	border-left-color: #993333;
	padding: 5px;
	background-color: #FFFFFF;
}
.insideborder {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #996666;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.pageBckGrnd {
	background-color: #CC9999;
}
.pageBckGrndFade {
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-image: url(../images/fade.jpg);
}
.header {
	background-image: url(../images/logo/header_orange.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #990000;
	background-position: left bottom;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	color: #990000;
}
.header2 {

	background-image: url(../images/header2.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #993333;
	background-position: left bottom;
}
.menuBckGrnd {
	background-image: url(../images/menu_back.gif);
	background-repeat: repeat-x;
}
