.leftbg {
	background-image: url(../../images/left_bg.gif);
	background-repeat: repeat-y;
}
.rightbg {
	background-image: url(../../images/right_bg.gif);
	background-repeat: repeat-y;
}
body {
	background-color: #aaaaaa;
   background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
.menubg {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-y;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
}
.homepg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.btmnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
   font-style: italic;
}
.btmnav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
   font-style: normal;
}	
.btmnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
   font-style: normal;
}
.btmnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
   font-style: normal;
}
.blueboldplus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #416283;
}
a:link {
	color: #416283;
}
a:hover {
	color: #FF0000;
}
a:visited {
	font-style: italic;
	color: #416283;
}
.redbig {
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
}


.categories {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.categories a:link {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
.text {
	text-indent: 20px;
   }
.img {
	padding: 5px;
   }