/* Background Properties */

.background {
	background-image: url(images/background.jpg);
	background-position: top;
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.background-body {
	background-image: url(images/background-body.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
.background-body-content {
	background-color: #FFFFFF;
}
.background-download-now {
	background-image: url(images/background-download-now.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.background-form {
	background-color: #026BAC;
}
.background-header {
	background-image: url(images/background-header.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
.background-navigation {
	background-color: #AB622B;
}
.background-runner-left {
	background-image: url(images/runner-left.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
.background-runner-right {
	background-image: url(images/runner-right.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
.background-stat-shop {
	background-color: #990100;
}
.background-table {
	background-color: #D2EAFF;
}


/* Body Text */

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.body-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.body-text-bold-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 26px;
}
.body-text-bold-03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #026BAC;
	font-weight: bold;
}
.body-text-bold-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990100;
	font-style: italic;
	font-weight: bold;
}
.body-text-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	line-height: 16px;
}
.bullet-points {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9934;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.header-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000000;
	font-weight: bold;
}
.header-body-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #FF9934;
	font-weight: bold;
}
.header-body-03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.header-body-04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFDE8F;
	font-weight: bold;
}
.header-body-05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.header-body-06 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
.header-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 37px;
	color: #000000;
	font-weight: bold;
}
.header-top-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	font-weight: bold;
	color: #000000;
}
.side-text-home-01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFDE8F;
}
.side-text-home-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.side-text-home-03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.subheader-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}



/* Header Links */

a.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;	
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	text-decoration: underline;
}
a.header:visited {
	text-decoration: none;
}
a.header:hover {
	text-decoration: underline;
}
a.header:active {
	text-decoration: underline;
}


/* Footer Links */

a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 20px;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
a.footer:active {
	text-decoration: underline;
}


/* Navigation Links */

a.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 4px;
	text-decoration: none;
}
a.navigation:visited {
	text-decoration: none;
}
a.navigation:hover {
	color: #000000;
	text-decoration: none;
}
a.navigation:active {
	color: #000000;
	text-decoration: none;
}


/* Navigation Links - Selected */

a.navigation-selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 4px;
	text-decoration: none;
}
a.navigation-selected:visited {
	text-decoration: none;
}
a.navigation-selected:hover {
	text-decoration: none;
}
a.navigation-selected:active {
	text-decoration: none;
}


/* Reverse Links */

a.reverse-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9293;
	text-decoration: none;
}
a.reverse-links:visited {
	text-decoration: none;
}
a.reverse-links:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.reverse-links:active {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Form Fields */

.form-fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 210px;
	height: 22px;
	color: #000000;
	border: none;
	margin-bottom: 4px;
}