body, html, content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
}
h1 {
	font-size: 19px;
	color: #333333;
	font-weight: bold;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #CC0000;
}

a {
	font-weight: bold;
	color: #CC0000;
}
a:hover {
	color: #666666;
}
a:visited {
	color: #000000;
}


.bold {
	font-weight: bold;
}

.bold-white {
	font-weight: bold;
	color: #cc0000;
}
.bold-white a {
	font-weight: bold;
	font-size: 15px;
	color: #cc0000;
	text-decoration: underline;
}
.bold-white a:hover {
	font-weight: bold;
	font-size: 15px;
	color: #cc0000;
}

.bold14 {
	font-size: 14px;
	font-weight: bold;
}
.bold18 {
	font-size: 19px;
	font-weight: bold;
}

.page {
	background-image:url(../../images/side-bg.jpg);
	background-repeat:repeat-y
}
.navbg {
	background-image: url(../../images/nav-bg.jpg);
	background-repeat:repeat-x;
	font-size: 12px;
}



.foot_bg {
	background-image: url(../../images/footer.jpg);
	background-repeat: no-repeat;
}


.specs {
	font-size: 10px;
	font-weight: bold;
	color: #373737;
}
