.errors {
	color: #CC0000;
	border: 1px solid #000000;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f2dada;
	padding: 4px;
}

form .errors {
	width: 100%;
}

.colorBrown { color: #663300; }
.colorGreen { color: #009933; }
.colorPurple { color: #9900cc; }
.colorRust { color: #cc0000; }
.colorYellow { color: #ffff00; }
.colorBlue { color: #0066ff; }
.colorPink { color: #ff0099; }
.colorAqua { color: #00ffcc; }
.colorBlack { color: #000000; }
.colorWhite { color: #FFFFFF; }
.colorRed { color: #FF0000; }
.colorDarkRed{ color:#9a3300; }
.colorGrey { color: #666666; }
.colorOrange, .orange { color: #EB9A00; }
.pointEight { font-size: 8pt; }
.pointNine { font-size: 9pt; }
.brownNine { font-size: 9pt; color: #800000; }
.comic { font-family: "Comic Sans MS"; }
.comic9 { font-family: "Comic Sans MS"; font-size:9pt;}
.bold {font-weight:bold;}
.colorB52631, .B52631 { color: #B52631 }
.uppercase { text-transform: uppercase; }
a.noline { text-decoration: none; }

.fontSize1 { font-size: 8pt; }
.fontSize2 { font-size: 10pt; }
.fontSize3 { font-size: 12pt; }
.fontSize4 { font-size: 14pt; }
.fontSize5 { font-size: 18pt; }
.fontSize6 { font-size: 24pt; }
.fontSize7 { font-size: 36pt; }

.larger { font-size: larger; }
.grey { color: #CCCCCC; }

.noline { text-decoration: none; }

/* Blog Stuff */
.blogTitle{
	color:#9a3300;
	font-size:16px;
	font-weight:bold;
}
/*Travel Stuff*/
table.travelmainnav tr td a{

	font-family: "Comic Sans MS", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color:black;
	text-decoration:none;
}

table.travelmainnav{
	padding:0px;
	margin:0px;
}

div#TravelReviewNavigation{
	text-align:center;

}
div#TravelReviewNavigation a{
	color:black;
	text-decoration:none;
	font-size:1.2em;
}
.travelLinksFont{
  color:#cc9966;
  font-weight:bold;
  font-family:arial;
}
.travelPageTitle{
  width:100%;
  text-align:center;
  font-family:"Comic Sans MS";
  font-size: 16pt;
  font-weight: bold;
  color: #9a3300;
}
div.travel{
	text-align:center;
}
div.travel ul {
	list-style-image: url(../img/list-gray.gif);
	margin-right: 0px;
	margin-left: 16px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
	list-style-type: circle;
}

div.travel ul li {
	line-height: 14px;
	margin:0px;
	padding:0px;
}

/* Moms on the Move */
div#motm_profile_img img {
	margin: 0px;
}

#pc_products_header {
	border: 8px solid #EB9A00;
	margin-bottom: 16px;
	padding: 4px;
	height: 290px;
}

#pc_products_header ul {
	margin-bottom: 0px;
}

#pc_products_header h2 {
	font-weight: bold;
	color: #9a3300;
}


.pc_product_comments {
	color: #666666;
	padding: 4px;
}

.pc_product_comments p {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f0f0f0;
}


.pc_product_comments a {
	text-decoration: none;
}

table.sitemap h2 {
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 0px;
}

table.sitemap ul, table.sitemap ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

table.sitemap ul li a {
	color: #000033;
	text-decoration: none;
}

table.sitemap ul li a:hover {
	text-decoration: underline;

