body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header_text {
	color: #7F97C2;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 8px;
}
.footer_text, .footer_text a {
	color: #133350;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-top: 30px;
	text-decoration: none;
}
.footer_text a:hover {
	color: #6699FF;
}
#header_home, #header_home a {
	color: #000066;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 4px;
	text-decoration: none;
	text-align: right;
}
#header_home a:hover {
	color: #FFFFFF;
}
#nav {
	position: relative;
	text-align: right;
}

.bulleted {
	list-style-position: outside;
	list-style-image: url(../images/menu_bullet.gif);
}
body {
	font-size: 12px;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	color: #990000;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color:#133350;
}
li {
	margin-bottom: 10px;
}
a {
	color: #003399;
}
a:hover {
	color: #990000;
}
a:visited {
	color:#0099CC;
}

.link_list {
	text-align: center;	
	padding: 0px;
	margin: 0px;
}

.link_list li{
	display: inline;
	list-style-type: none;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 0px;
}

.popup {
	background-image: url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
}

