a{
	color: black;
    font-family: Arial, MS Sans Serif, Verdana;
    font-size: 12pt;
    font-weight: normal;
}
a:link {text-decoration: underline}
a:visited {text-decoration: underline}
a:active {text-decoration: underline}
a:hover {text-decoration: underline; color: green;}
a.small{
    font-size: 10pt;
    font-weight: normal;
    text-decoration:underline;
}
a.small_blue{
    color: blue;
    font-size: 10pt;
    font-weight: normal;
    text-decoration:underline;
}
a.small_red{
    color: red;
    font-size: 10pt;
     font-weight: normal;
    text-decoration:underline;
}

body{
	background-color: white;
    font-family: Arial, MS Sans Serif, Verdana;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}
img{
	border: 0px;
}
p{
    color: black;
    font-family: Arial, MS Sans Serif, Verdana;
    font-size: 12pt;
    font-weight: normal;
    margin-left: 10px;
}
p.blue{
    color: blue;
    font-size: 12pt;
    font-weight: normal;
    text-decoration:none;
}
p.small{
    color: black;
    font-size: 10pt;
    font-weight: normal;
    text-decoration:none;
}
p.small_blue{
    color: blue;
    font-size: 10pt;
    font-weight: normal;
    text-decoration:none;
}
p.small_red{
    color: red;
    font-size: 10pt;
    font-weight: normal;
    text-decoration:none;
}
span.links{
    font-size: 10pt;
    font-weight: normal;
    margin-right: 2px;
    text-align: left;
}
