@charset "utf-8";
/* CSS Document */

.box11 {
	border-radius: 8px;
	background: #687864; /* Green with rounded corners */
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	width: auto;
	overflow: auto;
	color: #FFF;
	margin-bottom: .1em;
	margin-left: .25em;
}
.box21 {
	border-radius: 8px;
	background: #eac67a;  /* Yellow with rounded corners */
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	width: auto;
	overflow: auto;
	margin-bottom: .25em;
	margin-right: .25em;
}
.box31 {
	border-radius: 8px;
	background: #3092c0;  /* Blue with rounded corners*/
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	width: auto;
	overflow: auto;
	margin-bottom: .25em;
	margin-right: .25em;
}
.box41 {
	border-radius: 2px;
	background: #f7f9fb;  /* Whitesmoke with rounded corners and box shadow*/
	box-shadow: 1px 1px 1px #888, -1px 1px 1px #888;
	padding: 5px;
	height: auto;
	width: auto;
	overflow: auto;
	margin-bottom: .1em;
	margin-right: .25em;
}
.box41R {
	border-radius: 2px;
	background: #f7f9fb;  /* Whitesmoke with rounded corners and box shadow*/
	box-shadow: 1px 1px 1px #888, -1px 1px 1px #888;
	padding: 5px;
	height: auto;
	width: auto;
	overflow: auto;
	margin-bottom: .1em;
	margin-left: .25em;
}
.boxCenter2 {
	background: #f7f9fb;  /* White with squared corners and box shadow*/
	box-shadow: 0px 3px 3px #888888;
	padding: 10px;
	height: auto;
	width: auto;
	overflow: auto;
	margin: 1em;
}
.box61 {
	background: #f7f9fb;  /* White with squared corners */
	padding: 5px;
	margin-bottom: 0px;
	height: auto;
	width: auto;
	overflow: auto;
	border-color: gray;
}
.boxSide2 {
	background: #f7f9fb;  /* White with squared green border */
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	width: auto;
	overflow: auto;
	border: 1px solid #76b900;
	margin-bottom: 1em;
}
.boxBorderRed {
	background: #fff;  /* White with squared red border */
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	width: auto;
	overflow: auto;
	border: 1px solid #ff0000;
	margin-bottom: 1em;
}

.boxRed2 {
	background: #FF0000; /* Red with squared corners */
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	width: auto;
	overflow: auto;
	margin-bottom: .25em;
	margin-top: .25em;
	color: white;
	
}

.boxRed2 a:link {
    color:white;
}

.boxRed2 a:visited {
    color:white;
}

.boxClosing2 {
	background: #687864;  /* Green with squared corners */
    background-image: linear-gradient(to bottom, #606f5d, #6d7d68);
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	width: auto;
	overflow: auto;
	margin-bottom: .25em;
	margin-top: .25em;
	color: white;
	
}

.boxClosing2 a:link {
    color:white;
}

.boxClosing2 a:visited {
    color:white;
}