* {
	padding: 0;
	border: 0;
}
body{
	background: #F0F0F0;
	font-size: 1.0em;
	font-size: 12px;
	font-family:"Bitstream Vera Sans","Lucida Grande","Lucida Sans Unicode",Lucidux,Verdana,Lucida,sans-serif;
}

article{
	border: 1px solid #D6D6D6;
	border-radius: 6px 6px 0px 0px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	background-color: #FCFCFF;
	padding: 10px;
	display: block;
	text-align: left;
}

hr{
	opacity: 0.2;
}
footer{
	margin-top: 20px;
	font-size: 0.8em;
}
code{
	
}
/* ---------------------------------------------------------------------
 * Standard elements */
a,a:visited,a:focus {
	text-decoration: none;
	color: #595959;
/*	text-shadow: 0px 0px 1px #857985;*/
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #999999;
}

p {
	margin-bottom: 0.6em;
	margin-top: 0.6em;
}

article ul{
	padding-left: 30px;
}
li {
	margin-left: 1em;
	margin-bottom: 0.2em;
}

h1,h2,h3, h1 a, h2 a, h3 a {
	margin: 0 0 0.5em 0.2em;
	clear: both;
	position: relative;
	color: #393939 !important;
	text-shadow: -1px 0 #D6D6D6, 0 1px #D6D6D6, 1px 0 #D6D6D6, 0 -1px #D6D6D6;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
}

a h1,a h2,a h3,a h1:hover,a h2:hover,a h3:hover {
	text-shadow: none;
	font-style: normal;
}

hr {
	color: white;
	width: 100%;
	height: 5px;
}

label,legend {
	clear: both;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}

object,embed,iframe {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

input {
	background-color: #FCFCFF;
	border: 1px solid #D6D6D6;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	padding: 3px;
	margin: 5px;
}

/* ---------------------------------------------------------------------
 * Universal classes */
.right {
	text-align: right;
	float: right;
}

.left {
	text-align: left;
	float: left;
}

.center {
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.margins {
	margin: 10px;
}

.noborder {
	border: 0 !important;
}

.nospacing {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1em !important;
}

.inline{
	display: inline-table;
}
.strong{
	font-weight: bold;	
}
.worldlink {
	border-bottom: 0;
	vertical-align: middle;
}

ul.vertical {
	list-style: none;
}

ul.vertical li {
	display: inline;
}

