﻿BODY{ font-size:15px; background-color:; text-align:center;}
H1{ font-size: 16px;}
H2{ font-size: 14px;}
H3{ font-size: 12px;}
HR{ color: #73C663; height:1px; border:1px dotted; margin:2px;}
P{ font-size:15px; color: #339933; font-weight:bold;}
B{ margin:3px;}
A{ color: #006600; text-decoration: none;}
A:VISITED{ color: #0000ff; text-decoration: none;}
A:HOVER{ color: #ff0000; text-decoration: underline;}
A:ACTIVE{ color: #000000; text-decoration: underline;}
TABLE{font-size: 14px; border-color:#cccccc;}
div.cl{margin-top:25px;
	clear: both;
}

div#dps{
	float: left;
	margin-right: 1px;
	width: 205px;
	text-align: center;
}
div.dpi{
	display: table-cell;
	vertical-align: middle;
	width:200px;
	height: 185px;
	padding-top: 5px;
	border-top-left-radius: 1px 1px;
	border-top-right-radius: 1px 1px;
	border-bottom-right-radius: 1px 1px;
	border-bottom-left-radius: 1px 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
	box-shadow: 0px 0px 5px 1px rgba(0, 60, 40, 0.1);
}

div.dpm{
	margin-top: 3px;
	font-size: 16px;
	font-weight: bolder;
}
div.dpp{
	color: #e80000;
	font-size: 25px;
	font-weight: normal;
	font-family: serif;
}
div.dps{
	font-size: 14px;
}
div.dpc{
	font-size: 14px;
}
div.dpl{
	margin-bottom: 30px;
	height: 22px;
	margin-top: 3px;
	margin-right: 20px;
	margin-left: 10px;
	position: relative;
}
.dpl a{color:#ffffff;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-width: 1px;
	border-color: #73c663;
	font-size: 16px;
	background-image: linear-gradient(green, lime);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-style: solid;
	box-shadow: 0px 0px 5px 1px rgba(0, 60, 40, 0.1);
	font-weight: bold;
}
.dpl a:hover {color:green;
	text-decoration:none;
	background-image: linear-gradient(yellow, #ffffbf);filter:alpha(opacity=70);/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)";/* IE 8,9 */
	-moz-opacity: 0.7;/* FF , Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	zoom: 1;/*IE*/
}
