﻿/***************************************************************************
	Standard styles crufted over the years
/**************************************************************************/

html,body,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
/*border:0;*/
outline:0;
font-weight:inherit;
font-style:inherit;
font-family:inherit;
}

h1,h2,h3,h4,h5,h6
{
/*border:0;*/
outline:0;
font-weight:inherit;
font-style:inherit;
font-family:inherit;
}

:focus
{
outline:0;
}

.f1			
{
	font-size: 11px; 
}

.f2			
{
	font-size: 13px; 
}

.f3			
{
	font-size: 15px; 
}

.f4			
{
	font-size: 17px; 
}

/* Clear floatinging div issue */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display:inline-block;
}
* html .clearfix
{
	height:1%;
}
.clearfix
{
	display:block;
}

strong
{
	font-weight: bold;
}

hr
{
	
}