body{
font-size:63%;
background-color:#FFF;
font-family:arial;
margin:0px;
}

p{
margin:5px 0px 8px 0px;
}

.p2{
margin:3px 0px 3px 0px;
}
.context {
height:1px; 
left:0px; 
overflow:hidden;
position:absolute; 
top:-500px;
width:1px; 
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}
.center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.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;
}

ul.inline li{
float:left;
}
ul.left-aligned li{
margin-bottom:2px;	
}
img{
border:0px;
behavior:url("../../inc/js/pngbehavior.htc");
}

h1{
margin:0px 0px 3px 0px;
font-size:2em;
}

h2{
margin:0px 0px 3px 0px;
font-size:1.4em;
}

h3{
margin:0px 0px 3px 0px;
font-size:1.3em;
}

address{
	font-style:normal;
}
