@charset "utf-8";
/* CSS Document */

/*   =default.css    */
*
{
	padding:0; 
	margin:0;
}
html,body
{
	text-align:center;
	height:100%;
	font:12px/18px Arial, Helvetica, sans-serif;
}
a
{
	text-decoration:none;
}
a:link,a:visited
{
	color:#07519a;
}
a:hover,a:active
{
	color:#ea5504;
	text-decoration:underline;
}
a:focus
{
	outline:0;
}
ul
{
	list-style:none;
}
img
{
	border:0;
}
p
{
	text-indent:2em;
}
.clear
{
	clear:both;
} 


