@charset "UTF-8";
/* CSS Document */

.global #container #mainContent #flashHome {
				background: #5a663d;
				height: 310px;
				margin: 0px;
				padding: 0px;
}

.global #container #mainContent #add-email {
			font: 0.9em/1.2em "Trebuchet MS", Verdana;
			margin: 10px 10px 15px 20px;
}

.global #container #mainContent #add-email p.add-email-text { margin-top: 10px; }

.global #container #mainContent #newsbox p.note {
			font-size: 0.7em;
			font-style: italic;
			margin: 15px 20px 10px;
}

.global #container #header { height: 75px; }

p.newscontent code {
			color: #03f;
			font-size: 1.2em;
}

p.newscontent a.news-inline:link,
p.newscontent a.news-inline:visited {
			color: #930;
			text-decoration: none;
			border-bottom: 1px dotted #900;
}

p.newscontent a.news-inline:hover {
			color: #930;
			text-decoration: none;
			border-bottom: 1px dotted #900;
			background: #D9D9D9;
}

