/* CSS Document */

body {
	background-image: url(images/page-bg.jpg); background-repeat:repeat-x
}

.nav {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000}

a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration:none
}

a.copy:link, a.copy:hover, a.copy:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline
}

a.copy2:link, a.copy2:hover, a.copy2:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC8800;
	text-decoration: underline;
}

.copy {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000}

.titlebox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
	border:2px solid #CC0000;
	padding:2px;
	bottom: auto;
}

.bell {font-family:Arial, Helvetica, sans-serif; font-size:9px; color:#000000}

.title {font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#CC0000}

.boxone {
	background-image: url(images/box1-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.boxtwo {
	background-image: url(images/box2-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.boxthree {
	background-image: url(images/box3-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.boxonegrad {
	background-image: url(images/box1.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.boxtwograd {
	background-image: url(images/box2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.boxthreegrad {
	background-image: url(images/box3.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}