

/*<group=Form>*/

#NewsMessage   { color: #323232; font-size: 1.3em; font-weight: bold; background-color: #f0f0f0; text-align: left; margin: 25px; padding: 10px; width: 50%; border: solid 1px black }
#NewsMessage a { color: maroon; text-decoration: none }
#NewsMessage a:hover { color: black }

#smallerMsg { font-size: 0.7em }
#SignupTable { margin-top: 25px; margin-bottom: 25px; width: 90%; border: solid 1px silver }
#ST_Title_Cell { color: maroon; font-size: 2em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; background-color: white; padding: 5px }
#ST_Description  { color: #333; font-size: 1.1em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #ebebeb; text-align: justify; padding: 5px; border-top: 1px solid silver; border-bottom: 1px solid silver }
#ST_Description img { margin: 3px 8px 2px 13px; border: solid 1px gray }
#SignupCell { background-color: white; text-align: right; padding: 5px; vertical-align: middle }

#SignupCell label {
	color: gray;
	font-size: 1.3em;
	font-weight: bold;
}
#ST_Input { color: #404040; font-size: 12pt; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; background-color: #ebebeb; margin-top: 0; margin-bottom: 0; padding: 2px; width: 200px; height: 25px; border: solid 1px gray }
#ST_Button { color: white; font-size: 12pt; font-family: Georgia, "Times New Roman", Times, serif; font-variant: small-caps; font-weight: bold; background-color: maroon; text-align: center; margin: 0 10px; border: solid 1px gray;
	vertical-align: middle;}
	
/*</group>*/

/*<group=Newsletters List>*/

.LetterList {
	padding-left: 35px;
	padding-top: 2px;
}

.LetterList h2 {
	color: maroon;
	font-variant: small-caps;
}

.LetterList ul {
	
}

.LetterList li {
	font-size: 1.3em;
	font-variant: small-caps;
}

.LetterList a {
	color: maroon;
	text-decoration: none;
}

.LetterList a:hover {
	color: black;
	text-decoration: underline;
}
	

.LetterHolder {
	width: 90%;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.LetterHolder a {
	color: maroon;
	text-decoration: none;
}

.LetterHolder a:visited {
	color: maroon;
	text-decoration: none;
}

.LetterHolder a:hover {
	color: black;
	text-decoration: underline;
}
	
/*</group>*/
