@charset "utf-8";
/* CSS Document */

p.green {
	width: calc(100%-30px);
	padding:10px 15px 10px 15px;
	color:#FFF;
	font-size:19px;
	font-family:Tahoma, Geneva, sans-serif;
	height:auto;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	Text-shadow: 1px 1px 1px #787878;
	background: -webkit-linear-gradient(#61c899, #02a15e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#61c899, #02a15e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#61c899, #02a15e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#61c899, #02a15e); /* Standard syntax */
}


p.blue{
	width: calc(100%-30px);
	padding:10px 15px 10px 15px;
	color:#FFF;
	font-size:19px;
	font-family:Tahoma, Geneva, sans-serif;
	height:auto;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	Text-shadow: 1px 1px 1px #787878;
	background: -webkit-linear-gradient(#3e87d0, #3876b4); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#3e87d0, #3876b4); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#3e87d0, #3876b4); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#3e87d0, #3876b4); /* Standard syntax */
}

p.purple{
	width: calc(100%-30px);
	padding:10px 15px 10px 15px;
	color:#FFF;
	font-size:19px;
	font-family:Tahoma, Geneva, sans-serif;
	height:auto;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	Text-shadow: 1px 1px 1px #787878;
	background: -webkit-linear-gradient(#996595, #814d7d); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#996595, #814d7d); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#996595, #814d7d); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#996595, #814d7d); /* Standard syntax */
}

p.mustard{
	width: calc(100%-30px);
	padding:10px 15px 10px 15px;
	color:#FFF;
	font-size:19px;
	font-family:Tahoma, Geneva, sans-serif;
	height:auto;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	Text-shadow: 1px 1px 1px #787878;
	background: -webkit-linear-gradient(#e5b561, #eac665); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#e5b561, #eac665); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#e5b561, #eac665); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#e5b561, #eac665); /* Standard syntax */
}

p.black{
	width: calc(100%-30px);
	padding:10px 15px 10px 15px;
	color:#FFF;
	font-size:19px;
	font-family:Tahoma, Geneva, sans-serif;
	height:auto;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	Text-shadow: 1px 1px 1px #787878;
	background: -webkit-linear-gradient(#3f3f3f, #202020); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#3f3f3f, #202020); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#3f3f3f, #202020); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#3f3f3f, #202020); /* Standard syntax */
}

p.orange{
	width: calc(100%-30px);
	padding:10px 15px 10px 15px;
	color:#FFF;
	font-size:19px;
	font-family:Tahoma, Geneva, sans-serif;
	height:auto;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	Text-shadow: 1px 1px 1px #787878;
	background: -webkit-linear-gradient(#f78525, #e1781f); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f78525, #e1781f); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f78525, #e1781f); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f78525, #e1781f); /* Standard syntax */
}
p.peagreen{
	width: calc(100%-30px);
	padding:10px 15px 10px 15px;
	color:#FFF;
	font-size:19px;
	font-family:Tahoma, Geneva, sans-serif;
	height:auto;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	Text-shadow: 1px 1px 1px #787878;
	background: -webkit-linear-gradient(#cbe572, #a4c140); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cbe572, #a4c140); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cbe572, #a4c140); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cbe572, #a4c140); /* Standard syntax */
}
p.red{
	width: calc(100%-30px);
	padding:10px 15px 10px 15px;
	color:#FFF;
	font-size:19px;
	font-family:Tahoma, Geneva, sans-serif;
	height:auto;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	Text-shadow: 1px 1px 1px #787878;
	background: -webkit-linear-gradient(#f5342f, #db140f); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f5342f, #db140f); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f5342f, #db140f); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f5342f, #db140f); /* Standard syntax */
}