.nav, .nav a, .nav a:link, .nav a:visited { font-family: Helvetica, Arial; color: #29689E; font-size: 16px; font-weight: bold; text-decoration: none; }
.nav a:hover { color: #000000; text-decoration: none; }

.main { font-family: Helvetica, Arial; color: #000000; font-size: 14px; text-decoration: none; }
.main a, .main a:link, .main a:visited { color: #29689E; font-weight: bold; text-decoration: none; }
.main a:hover { text-decoration: underline; }

.h1, .h1 a, .h1 a:link, .h1 a:visited { font-family: Helvetica, Arial; color: #000000; font-size: 21px; font-weight: bold; }
.h1 a:hover { color: #29689E; text-decoration: underline; }

.h2, .h2 a, .h2 a:link, .h2 a:visited { font-family: Helvetica, Arial; color: #000000; font-size: 18px; font-weight: bold; }
.h2 a:hover { text-decoration: underline; color: #29689E }

.h3, .h3 a, .h3 a:link, .h3 a:visited { font-family: Helvetica, Arial; color: #29689E; font-size: 16px; font-weight: bold; }
.h3 a:hover { text-decoration: underline; color: #000000 }

.caption-hd { font-family: Helvetica, Arial; font-size: 12px; color: #000000; text-decoration: none; font-weight: bold; }
.caption-hd a, .caption-hd a:link, .caption-hd a:visited { color: #29689E; text-decoration: none; }
.caption-hd a:hover { text-decoration: underline; }

.caption { font-family: Helvetica, Arial; font-size: 11px; color: #000000; text-decoration: none; }
.caption a, .caption a:link, .caption a:visited { color: #29689E; text-decoration: none; }
.caption a:hover { text-decoration: underline; color: #000000; }

.footer, .footer a, .footer a:link, .footer a:visited { font-family: Helvetica; color: #999999; font-size: 11px; text-decoration: none; }
.footer a:hover { text-decoration: underline; color: #000000; }

.alert {
	color:red;
	font-family:Verdana, Tahoma, sans serif;
	font-weight:bold;
	font-size:12px;
	}

#alert {
	width:500px;
	padding:15px;
	margin:10px auto;
	background:#efefef;
	border:2px #333 solid;
	}
	