body {
	margin: 0px;
	background: #FFFFFF url(../images/bg-main.gif) top;
}

/* backgrounds */

.grey01 {
	background: #656565;
}

.grey02 {
	background: #BCBCBC;
}

.grey03 {
	background: #F0F0F0;
}

.red01 {
	background: #D02B2B;
}

.white01 {
	background: #FFFFFF;
}

.bg-footer {
	background: #FFFFFF url(../images/bg-footer.gif);
	background-repeat: repeat-x;
}

.bg-frame01 {
	background: #D02B2B;
}

.bg-dashed-h01-top {
	background: #D02B2B url(../images/bg-dashed-h01.gif) top left;
	background-repeat: repeat-x;
}

.bg-dashed-h01-bottom {
	background: #D02B2B url(../images/bg-dashed-h01.gif) bottom right;
	background-repeat: repeat-x;
}

.bg-dashed-v01-lhs {
	background: #D02B2B url(../images/bg-dashed-v01.gif) bottom left;
	background-repeat: repeat-y;
}

.bg-dashed-v01-rhs {
	background: #D02B2B url(../images/bg-dashed-v01.gif) top right;
	background-repeat: repeat-y;
}

.bg-frame02 {
	background: #FFFFFF;
}

.bg-dashed-h02-top {
	background: #FFFFFF url(../images/bg-dashed-h02.gif) top left;
	background-repeat: repeat-x;
}

.bg-dashed-h02-bottom {
	background: #FFFFFF url(../images/bg-dashed-h02.gif) bottom right;
	background-repeat: repeat-x;
}

.bg-dashed-v02-lhs {
	background: #FFFFFF url(../images/bg-dashed-v02.gif) bottom left;
	background-repeat: repeat-y;
}

.bg-dashed-v02-rhs {
	background: #FFFFFF url(../images/bg-dashed-v02.gif) top right;
	background-repeat: repeat-y;
}

/* divs */

.imagescroller_top {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 121;
	visibility: visible;
}

.imagescroller_bottom {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 120;
	visibility: visible;
}

/* links */

A {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #000000;
	text-decoration: underline;
}

A.link01 {
	color: #FFFFFF;
	text-decoration: none;
}

A.link01:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* text */
.bodycopy01 {
	font-family: Verdana;
	font-size: 10px;
	color: #616161;
	text-align: justify;
}

.bodycopy02 {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

.bodycopy03 {
	font-family: Tahoma;
	font-size: 10px;
	color: #656565;
	letter-spacing: 1px;
}

.bodycopy04 {
	font-family: Tahoma;
	font-size: 10px;
	color: #D02B2B;
	letter-spacing: 1px;
}

.bodycopy05 {
	font-family: Verdana;
	font-size: 12px;
	color: #616161;
}


