@import "reset.css";@import "layout.css";@import "colors.css";@import "typography.css";

/* edit.com visible styles */
.NormalText { text-decoration: none; font-weight: normal; font-style: normal; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color: #000; line-height: 1.3em; }

.Title		{ color: #000000; font-size: 22px; font-weight: normal; font-family: Verdana; }
.Header		{ color: #A65224; font-size: 17px; font-weight: normal; font-family: Verdana; }
.Subheader	{ color: #A65224; font-size: 12px; font-weight: bold; font-family: Verdana; }

.Green		{ color: #69962E; }
.Blue		{ color: #11406E; }
.Brown		{ color: #A65224; }
.Black		{ color: #000000; }
.White		{ color: #FFFFFF; }

.SmallText	{ font-size: 10px; }
.MediumText	{ font-size: 16px; line-height: 1em; }
.LargeText	{ font-size: 24px; line-height: 1em; }

IMG.FloatLeft 	{ float: left; margin: 0 10px 10px 0; }
IMG.FloatRight 	{ float: right; margin: 0 0 10px 10px; }
IMG.BrownBorder { border: 2px solid #A65224; }