﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #f7f6f6;
    font-size:12pt;
    font-family:'Arial', 'Arial Narrow', Arial, sans-serif;
    margin: 0px;
    padding: 0px;  
    text-align: left;
}


a:link {
	text-decoration: none;
	color:#0066CC;
	
	font-family:  "Arial";
	font-size: 12pt;
}
a:visited {
	text-decoration: none;
	color:#0066CC;
	font-size: 12pt;
	font-family: "Arial";
}
a:hover {
	color:#0066CC;
	font-size:12pt;
	font-family: "Arial";
	text-decoration:underline;
	

}
a:active {
	text-decoration: none;
	color:#0066CC;
	font-size: 12pt;
	font-family: "Arial";
}

  .thickness {
    display: inline-block;
    text-decoration: none;
    border-bottom:2px solid #9900CC;
	margin-bottom: 5px;
}

.thickness1 {
    display: inline-block;
    text-decoration: none;
    border-bottom: 5px solid black;
	margin-bottom: 5px;
}

