/* CSS Document */
img {border:0px;}
.clr { clear:both; }
.left { float:left; }
.right { float:right; }
.inline{display:inline-block;}
.red{color:red}
header, footer, nav, aside, article, div, ul, li, p {display:block;}
.leftbox{border-radius:40px 40px 40px 0px;}
.rightbox{border-radius:40px 40px 0px; 40px}
h1 {font-size:22px;padding:3px 3px 3px 5px;}
h2 {font-size:20px; padding:2px 2px 2px 5px;}
h3 {font-size:17px;}
h4 {font-size:15px;}
a, button {
	COLOR: #666666; FONT: 9pt tahoma, arial, helvetica, sans-serif; TEXT-DECORATION: none
}
a:visited {
	COLOR: #666666; FONT: 9pt tahoma, arial, helvetica, sans-serif; TEXT-DECORATION: none
}
a:hover {
	 COLOR: #666666; FONT: 9pt tahoma, arial, helvetica, sans-serif; TEXT-DECORATION: underline
}
p {
	COLOR: #555555; FONT: 9pt tahoma, arial, helvetica, sans-serif; TEXT-DECORATION: none
}

a.button{
	font-size:16px;
	font-weight:bold;
	border-radius:0px 10px 0px 10px;
	color:#FFF;
	padding:10px 5px;
	margin:10px 0px 0px;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	background: #63A34C; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 30%, #398235 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(30%,#8ab66b), color-stop(100%,#398235)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 30%,#398235 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c9de96 0%,#8ab66b 30%,#398235 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c9de96 0%,#8ab66b 30%,#398235 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c9de96 0%,#8ab66b 30%,#398235 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-9 */
}
a.button:hover{
	cursor:pointer;
	border:0;
	box-shadow: 1px 1px 1px 1px #c9de96;
	text-decoration:none;
}

a.smallbutton{
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding:7px 10px;
	border-radius:5px;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	background: #63A34C; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 30%, #398235 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(30%,#8ab66b), color-stop(100%,#398235)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 30%,#398235 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c9de96 0%,#8ab66b 30%,#398235 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c9de96 0%,#8ab66b 30%,#398235 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c9de96 0%,#8ab66b 30%,#398235 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-9 */
}
a.smallbutton:hover{
	cursor:pointer;
	border:0;
	box-shadow: 1px 1px 1px 1px #c9de96;
	text-decoration:none;
}
