
body { background-image: url(img/background-large.jpg)}


.topimgbg {
	background-image: url(img/img_top_img_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bodybg {
	background-attachment: fixed;
	background-image: url(img/img-body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.txt12pxDarkGrey {
	font-family: "trebuchet MS", san-serifs;
	font-size: 12px;
	color: #333333;
}

.parabg {
	background-image: url(img/img_h_para_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
input {
	font-family: "Trebuchet MS", san-serifs;
	font-size: 12px;
	color: #333333;
}

.evelope {
	background-image: url(img/img_evel.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:link {
	font-family: "Trebuchet MS", san-serifs;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}

a:visited {
	font-family: "Trebuchet MS", san-serifs;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", san-serifs;
	font-size: 12px;
	color: #cccccc;
	text-decoration: underline;
}
a:active {
	font-family: "Trebuchet MS", san-serifs;
	font-size: 12px;
	color: #663300;
	text-decoration: none;
}


a.nav-link:link, a.nav-link:visited, a.nav-link:active {
	font-family: "Trebuchet MS", san-serifs;
	font-size: 16px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}

a.nav-link:hover{
	font-family: "Trebuchet MS", san-serifs;
	font-size: 16px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:underline;
}



.copy {
	font-family: tahoma;
	font-size: 10px;
	color: #333333;
}
