/*  External style sheet - Aqua Cops   */


body {
        margin-top: 0;
	color: green;
	background-color: #0d6eb3;
/*  original bg colors were 333333 and 444444  */
/*  Kat wants 0d6eb3   */
	font-family: Arial,Helvetica,sans-serif;
	font-size:14px;

}

/*  Color definitions  */

.greenBg {
	     background-color: #22a94b;
}

.whiteBg {
		background-color: #ffffff;
}

.ltGreenBg {
		background-color: #c0ffc0;
}
.ourGreen {
	color: #22a94b;
}


.ourBlue {
	color: #0d6eb3;  /* a kind of blue */
}

.ourWhite {
	color: #ffffff;
}
.ourBlack {
	color: #000000;
}

/*  Font definitions  */

.med {
/*	font-size: 36px;  */
	font-size: 30px;
}

.short {
	font-size: 18px;
}
.small {
	font-size: 14px;
	font-weight: bold;
}

/*  Other features  */

.pictureCaption {
	text-align:left;
        margin-left:22px;
}

.myUnderline {text-decoration: underline;
}

.myH1Style {
	margin:0px;
	font-weight:normal;
	padding:2px;
}
.galleryMargins {
	vertical-align:top;  /* this pulls the pics to the top */
	margin-right:4px;  /* this applies at the caption level
/*	margin-top:0px; */
/*	margin-bottom:30px; */
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}
.floatClear {
	float:clear;
}

.email2 { display: none; }
