body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	margin-top: 0px;
	background-color: #5C5A5B;
	font-family: tahoma, arial;
	font-size: 1 em;
}
.padding {
	padding-left: 5px;
	font-size: 11px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	height: 3em;
	padding-top: 5px;
}
.padding2 {
	font-size: 11px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	height: 3em;
	padding-right: 5px;
	padding-top: 5px;
}
.box {
	background-color: #F4931E;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	border-left: thin solid #FFFFFF;
}
.boxLeft {
	background-color: #F4931E;
	border-left: thin solid #FFFFFF;
	border-top: thin none #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	border-right: none;
}
.boxTopBottom {

	background-color: #F4931E;
	border-top: thin none #FFFFFF;
	border-bottom: thin solid #FFFFFF;

}
.boxRight {
	background-color: #F4931E;
	border-top: thin none #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	border-left: none;
}
.bodyText {
	font-size: 0.9em;
}
.bodyTextBold {
	font-size: 0.9em;
	font-weight: bold;
}
.bodyTextItalic {
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
}
.bodyTextItalicUnderline {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
}

