/* HTML ELEMENTS */

/* LINKS */
a {
	color: #00b9ff;
	background-color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 12px;
        font-weight: normal;
}

.Header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
.CatTitles {
	background-color: #C1874C;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;

}
.CatLinks {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;



}
.QuickLinks {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;


}
.CatText {
	font-family: Arial, Helvetica, sans-serif;
	color: #00b9ff;
	font-size: 12px;
	text-align: center;
	vertical-align: top;

}
.TitleSlogan {
	color: 00b9ff;
	text-indent: 5pt;
	left: 5px;


}
.Footer {
	color: #FFFFFF;
}
