.bg {
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #31415A;
}

.top_bg {
	background-image: url(images/mainpic_tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.right_shadow {
	background-image: url(images/body_right_shadowtile.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.left_shadow {
	background-image: url(images/body_left_shadowtile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.contactbg {
	background-image: url(images/contactglobe.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.bg_left {
	background-image: url(images/mainpic_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_right {
	background-image: url(images/mainpic_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg_middle {
	background-image: url(images/mainpic_middle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.leftbox_left {
	background-image: url(images/leftbox_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.leftbox_right {
	background-image: url(images/leftbox_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.rightbox_left {
	background-image: url(images/rightbox_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.rightbox_right {
	background-image: url(images/rightbox_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.vfs_middle {
	background-image: url(images/vfs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #353E4F;
	font-weight: bolder;
}

.bodytext3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.bodytext4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.bodytext_bigblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #32425B;
	font-weight: bold;
}

.bodytext_bigblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #330000;
	font-weight: bold;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A:link {
    text-decoration: none; color: #990000;
}

A:visited {
    text-decoration: none; color: #990000;
}

A:active {
    text-decoration: none; color: #990000;
}

A:hover {
    text-decoration: none; color: #FF3333;
}

A.second:link {
    text-decoration: none; color: #FF9900;
}

A.second:visited {
    text-decoration: none; color: #FF9900;
}

A.second:active {
    text-decoration: none; color: #FF0000;
}

A.second:hover {
    text-decoration: none; color: #FF0000;
}
