/***** Tags *****/
body{
	background-image:url(../images/interface/bg/bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
	font-size:14px;
}
/* Links */
a:link, a:visited, a:hover, a:active{
	color:#300;
	text-decoration:none;
}
a:hover{
	color:#411;
	text-decoration:underline;
}
/* Text */
h1, h2, h3, h4, h5, h6, p, label{
	margin:5px 0px;
	padding:0px;
}
h1{
	font-size:20px;
}
h2{
	font-size:19px;
	border-bottom:solid 1px #000;
}
h3{
	font-size:18px;
}
h4{
	font-size:17px;
}
h5{
	font-size:16px;
}
h6{
	font-size:15px;
	border-bottom:dashed 1px #333;
}
label{
	font-size:12px;
	font-weight:bold;
}
label.Block{
	display:block;
}
/* Media */
img{
	border:0px;
}
/* Form Elements */
form{
	padding:0px;
	margin:0px;
}
input{}
textarea{}
/* Lists */
ul{}
ol{}
li{}
/* Containers */
div{}
span{}