/* Alert Box Styles */
#modalContainer {
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background-image: url(http://www.fipoa.org/trawler_filess/spacer.gif); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position: relative;
	width: 550px;
	min-height: 330px;
	margin-top: 50px;
	border: 2px solid #000;
	background-color: #FFFFFF;
	background-image: url(http://www.fipoa.org/images/justsayes2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	/*visibility:hidden;*/
}

#modalContainer > #alertBox {
	position: fixed;
}

#alertBox h1 {
	margin: 0;
	font: bold 1.1em verdana,arial;
	background-color: #00839A;
	color: #FFFFFF;
	border-bottom: 1px solid #000;
	padding: 2px 0 2px 5px;
}

#alertBox p {
	font: 1.5em verdana,arial;
	height: 250px;
	padding-left: 5px;
	margin-left: 10px;
	padding-right: 5px;
	margin-right: 270px;
}

#alertBox #closeBtn {
	display: block;
	position: relative;
	margin: 5px auto;
	padding: 3px;
	border: 2px solid #000;
	width: 70px;
	font: bold 0.8em verdana,arial;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	background-color: #00839A;
	text-decoration: none;
}

body { 
	background: white; 
}
ul {
	list-style: none;
}
p, h1, h2, h3, h4, h5, h6, em, ol, ul {
	font-family: georgia, times new roman, times, serif; 
	color: black;
}
img { 
	border: none; 
}

#block {
	margin: 0 72px 72px; 
}
#blkjst {
	text-align: justify; 
}
#cent {
	text-align: center; 
}
#algrt {
	text-align: right; 
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.cal {
	background: #ccffff;
}
.bd {
	background: wheat;
}
.dir {
	background: #99ffcc;
}
.vol {
	background: #00FFFF;
}

.sans {
	font-family: arial, helvetica, sans-serif;
	color: black; 
}
.close {
	line-height: 100%; 
	margin-top: 0; 
	margin-bottom: 0; 
}
.just {
	text-align: justify; 
	text-indent: 16pt; 
	line-height: 150%; 
}
.under {
	text-decoration: underline; 
}
.bold { 
	font-weight: bold; 
}
.light { 
	font-weight: lighter; 
}
.runder {
	text-decoration: underline; 
	color: red; 
}
.red { 
	color: red; 
}
.pink { 
	color: magenta; 
}
.green { 
	color: #008000; 
}
.gray { 
	color: gray; 
}
.yellow { 
	color: yellow; 
}
.min { 
	font-size: smaller; 
}
.bigger {
	font-size: larger; 
}
.sm {
	font-size: x-small; 
}
.tiny {
	font-size: xx-small; 
}
.blubol { 
	font-weight: bold; 
	color: navy;
}
.blue {
	color: navy;
}
.teal {
	color: teal;
}
.brick {
	color: firebrick;
}
.brown {
	color: #CC6600;
}
.ink {
	color: blue;
}
.smink {
	font-size: x-small; 
	color: #336666;
}
.tink {
	font-size: xx-small; 
	color: #336666;
}
A {
	cursor:normal; 
}
A:link {
	color: teal;
}
A:visited {
	color: firebrick;
}
A:active {
	color: #336666;
}
A:hover { 
	color: #CC6600; 
}
A:link.hot {
	color: red;
}
A:visited.hot {
	color: magenta;
}
A:active.hot 
	color: blue;
}
A:hover.hot { 
	color: green; 
}


