UL {list-style-image: url('images/bluedot.GIF')}
body         { font-family: Verdana,Arial; font-size:8pt }
table         { font-family: Verdana,Arial; font-size:8pt; text-align:left }
dd         { font-family: Verdana,Arial; font-size:8pt }
li           { font-family: Verdana,Arial; font-size: 8pt }
h1           { font-family: Century Gothic,Verdana; font-size: 18pt; color: #01357A; font-weight: bold }
h2           { font-family: Century Gothic,Verdana; color: #01357A }
h3           { font-family: Century Gothic,Verdana; color: #01357A; font-weight: bold }
h4           { color: #01357A; font-family: Century Gothic,Verdana }
h5           { color: #01357A; font-family: Century Gothic,Verdana }
a:link       { color: #01357A }
a:hover      { color: #014EB6 }
a:visited    { color: #014EB6 }
a:link.footer       { color: #FFFFFF }
a:hover.footer      { color: #FFFFFF }
a:visited.footer    { color: #FFFFFF }

#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
}

#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:250px;
	border:2px solid #000;
	background-color:#F4F9FF;
	background-image:url(alert.png);
	background-repeat:no-repeat;
	background-position:center left;
	color:#01357A;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 10pt verdana,arial;
	background-color:#01357A;
	color:#85B8FC;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}

#alertBox p {
	height:125px;
	padding-left:5px;
	margin-left:55px;
}

/* 	font:0.7em verdana,arial; */
#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:1px solid #000;
	width:70px;
	text-transform:uppercase;
	text-align:center;
	color:#85B8FC;
	background-color:#01357A;	text-decoration:none;
}