
/* HTML Elements go here.  Any Class based styling goes into classes.css */
BODY
{
	margin: 0px;
	font-size: 8pt;
	color: #526774;	
	font-family: Poppins,Arial,Tahoma, Microsoft Sans Serif,  Helvetica, Verdana, Geneva;
}

a, a:visited, a:unknown, a:active
{
	font-family: Poppins,Arial,Tahoma, Microsoft Sans Serif,  Helvetica, Verdana, Geneva;
	color:blue;
	text-decoration: none;
}

a:hover
{
	font-family:Poppins,Arial,Tahoma, Microsoft Sans Serif, Helvetica, Verdana, Geneva;
	color:blue;
	text-decoration: underline;
}
	
h1,h2,h3,h4,h5,h6
{
	font-family: Poppins,Arial,Tahoma, Microsoft Sans Serif, Helvetica, Verdana, Geneva;
}	

H1 
{
	font-size: 20px;
}	

H3 
{
	font-size: 16px;
}

th 
{
	font-size: 14px;
}
BUTTON
{
	font-size: 8pt;
	overflow: visible;
	font-family: Poppins,Arial,Tahoma, Microsoft Sans Serif, Helvetica, Verdana, Geneva;
	width:75px;
	height:24px;
	overflow:auto
}
fieldset
{
    margin:5px;
}
legend
{
    margin-left:-2px;
}
LABEL
{
    font-size: 8pt;
    font-family: Poppins,Arial,Tahoma, Microsoft Sans Serif, Helvetica, Verdana, Geneva;
}
SPAN, SELECT, DIV, INPUT, BUTTON
{
    font-family: Poppins,Arial,Tahoma, Microsoft Sans Serif, Helvetica, Verdana, Geneva;
    font-size: 8pt;
}
p, td 	 
{ 	 
	font-family: Poppins,Arial,Tahoma, Microsoft Sans Serif,  Helvetica, Verdana, Geneva; 	 
	font-size: 11px; 	 
	text-decoration: none; 	 
}
OL
{
    line-height:20px;
    font-family: Poppins,Arial, Tahoma, Microsoft Sans Serif, Helvetica, Verdana, Geneva;
    font-size: 8pt
}
IFRAME
{
    background-color:Transparent;
    border-width: 0px;
}

::-ms-clear {
  display:none;
}

input, textarea, text
{
    outline: none;
}

textarea
{
    resize: none;
}


*:not([type='text'])
{
    -ms-user-select: none;
    user-select: none;
}