﻿
img
{
	border:0px;
}

/* a tags */
a,a:link, a:active, a:visited {
    text-decoration: none;
    border-bottom:1px dotted #d41d32;
	color: #777777;
}

a:hover
{
	border-bottom:1px solid #d41d32;
    text-decoration:none;
}

/* END */

body {
	font-family:Tahoma;
	font-size:14px;
	color:#777777;
	line-height:150%;
}
strong, b
{
	font-weight:bold;  
}


/* input */
input 
{
    font-size:14px;
}

/* h tags */
h2 
{
    font-size:14px;
    border-bottom:1px dotted #8f8f8f;
    padding-bottom:10px;
    margin-bottom:10px;
    color:#000;
    margin-top:16px;
}

