body{
font-size:63%;
background-color:#FFF;
font-family:verdana;
margin:0px;
}

p{
margin:0px 0px 0px 0px;
}


.context {
height:1px; 
left:0px; 
overflow:hidden;
position:absolute; 
top:-500px;
width:1px;
}

.fl{
	float:left;
}
.fr{
	float:right;
}
.tc{
	text-align:center;
}
.tl{
	text-align:left;
}
.tr{
	text-align:right;
}

.c
{
	height: 1%;
}

.c:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.clear{
	clear:both;
	height:1px;
	width:1px;
	font-size:1px;
}
.uppercase{
	text-transform:uppercase;
}

.inline{
display:inline;
}

.block{
display:block;
}

.error{
color:#ccc;
display:block;
}

ul.left-aligned{
list-style-type:square;
margin-top:0px;
margin-left:7px;
padding-left:7px;
clear:both;
}
ul.left-aligned-plain{
list-style-type:none;
margin-top:0px;
margin-left:0px;
padding-left:0px;
clear:both;
}
ul.inline{
list-style-type:none;
margin-left:0px;
padding-left:0px;
clear:both;
}

ul.inline li{
float:left;
}
ul.left-aligned li{
margin-bottom:2px;	
}

address{
	font-style:normal;
}
fieldset{
	border:0px;
}

