/* CSS Document */

html, body, #wrapper {
	margin: 0px;
	padding: 0;
	border: none;
}
#wrapper {
	margin: 0 auto;
	border: none;
}
.body {
	font-family: arial;
	color:#555555;
	font-size: 12px;
	margin: 0px;
	line-height: 20px;
}
.lggrey {
	font-family: arial;
	color:#555555;
	font-size: 16px;
	margin: 0px;
	line-height: 22px;
}
.small {
	font-family: arial;
	color:#8DA46C;
	font-size: 10px;
	margin: 0px;
}
.green {
	font-family: arial;
	color:#4C711D;
	font-size: 12px;
	margin: 0px;
	line-height: 20px;
	text-transform: uppercase;
}
a.lnk:link {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color:#4C711D;
	text-decoration:none;}
a.lnk:visited {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color:#4C711D;
	text-decoration:none;}
a.lnk:hover {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color:#8DA46C;
	text-decoration:none;}
a.lglnk:link {
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	color:#4C711D;
	text-decoration:none;}
a.lglnk:visited {
	color:#4C711D;
	text-decoration:none;}
a.lglnk:hover {
	color:#8DA46C;
	text-decoration:none;}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
li {
	background: url(../images/bullet.gif) left center no-repeat;
	padding-left: 10px;
	margin-bottom: 0px;
	}

.ok {
	width:50px;
	height:20px;
	margin-left:10px;
	border:1px solid #666;
	background:#555;
	color:#FFF;
	line-height:20px;
	text-align:center;
	display:inline-block;
	cursor: pointer;
}

.upload {
	width:70px;
	height:20px;
	margin-top:10px;
	border:1px solid #666;
	background:#555;
	color:#FFF;
	line-height:20px;
	text-align:center;
	display:block;
	cursor: pointer;
	text-transform: uppercase;
}
	