/* 
'**********************************************************************'
'                             Default.css                              '
'**********************************************************************'
' Description: 	Stylesheet for default HTML properties.                                        
' Type:			CSS
'
' Dependencies:	None
'**********************************************************************'
*/

/* Most commun colors
	Black				: #000000
	White				: #FFFFFF
*/

/*
'----------------------------------------------------------------------'
'                                FONTS                                 '
'----------------------------------------------------------------------'
*/

p 	{color:#000000;
     font-size:"12";
	 font-family:"Verdana"}	
	
h1 	{font-size:"6";
	 font-family:"Verdana"}

h2 	{font-size:"12";
	 font-family:"Verdana"}

h3 	{font-size:"4";
	 font-family:"Verdana"}

h4 	{font-size:"3";
	 font-family:"Verdana"}

h5 	{font-size:"2";
	 font-family:"Verdana"}

h6 	{font-size:"1";
	 font-family:"Verdana"}

/*
'----------------------------------------------------------------------'
'                        DEFAULT CONFIGURATION                         '
'----------------------------------------------------------------------'
*/

body 
{
	background-color:inherit;
	color:#000000;
    border-style:solid;
 	border-width:0px;
    border-color:#000000;
	border-collapse:collapse;
	border-spacing:"0";
	padding:0px;
	margin:0px;
	text-align:center;
	background-repeat:no-repeat;
}

a 
{
	color:blue;
    text-decoration:underline;
	font-size:11px;
	font-family:"Verdana"
}

img 
{
    display:block;   	
    border-style:solid;
	border-width:0px;
    border-color:#000000;
	border-collapse:collapse;
	border-spacing:0px;
    padding:0px;
    margin:0px;
}
	
table 
{
	width:inherit;
	height:inherit;
	background-color:inherit;
	color:#000000;
	font-size:"10";
	font-family:"Verdana";
    border-style:solid;
 	border-width:0px;
    border-color:#000000;
	border-collapse:collapse;
	border-spacing:"0";
	padding:0px;
	margin:0px;
}
    
tr 
{
	height:100%;
    border-style:solid;
 	border-width:0px;
    border-color:#000000;
    padding:0px;
    margin:0px;
}	

td 
{
	width:100%;
    border-style:solid;
 	border-width:0px;
    border-color:#000000;
    padding:0px;
    margin:0px;
}	

iFrame 
{
    width:100%;
	height:100%;
	border-style:solid;
 	border-width:0px;
    border-color:#000000;
    padding:0px;
    margin:0px;
	frame:0px;
	overflow:hidden;
}

