body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
}


h1 {
	font-size: 150%;
	font-weight: bold;
	color: #cc0033;
}


.homeheading {
	font-size: 145%;
	font-weight: bold;
	color: #cc0033;
}


h2 {
	font-size: 140%;
	font-weight: bold;

}


.red {
	font-size: 140%;
	font-weight: bold;
	color: #cc0033;

}


.bold {
	font-weight: bold;
	color: #000000;
}

.bold2 {
	font-size: 110%;
	font-weight: bold;
	color: #cc0033;
}

a:link {
	
	color: #cc0033;
}

a:hover {
	
	color: #000000;
}

a:visited {

	color: #000000;
}


.textlinks {
    color: #000000;
    text-decoration: none;
}

.textlinks a:link {
	color: #000000;
	text-decoration: none;
}

.textlinks a:hover {
	text-decoration: none;
	color: #cc0033;
}

.textlinks a:visited {
	text-decoration: none;
	color: #cc0033;
}

.navbar {
	background-image: url(../images/nav-repeat.gif);
	background-repeat: repeat-x;

}


.sidebar {
	background-image: url(../images/side-repeat.gif);
	background-repeat: repeat-y;
}

.boldblack {
	font-size: 95%;
	font-weight: bold;
	color: #000000;
}

.copyright {
	color: #cc0033;
}

.underline {
	text-decoration: underline;
	font-weight: bold;
	color: #cc0033;
}

.break {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF75C;
}

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

.navlinks {
	font-size: 90%;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.navlinks a:link {
	font-size: 90%;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.navlinks a:hover {
	font-size: 90%;
	color: #cc0033;
	font-weight: bold;
	text-decoration: none;
}

.navlinks a:visited {
	font-size: 90%;
	color: #cc0033;
	font-weight: bold;
	text-decoration: none;
}

.boldpipe {
	font-weight: bold;
}