body {
    color: #333333;
    font-family: Verdana, sans-serif;
    font-size: 12px;
	font-style: normal;
}

h2 {
	color: #000000;
    font-family: Verdana, sans-serif;
	text-decoration: underline;
}

td {
    color: #222222;
    font-family: Verdana, sans-serif;    
    font-size: 14px;
	font-style: normal;
}

td.sm {
    color: #000000;
    font-family: Verdana, sans-serif;    
    font-size: 10px;
	font-style: normal;
}

td.copy {
    color: #ffffff;
    font-family: Verdana, sans-serif;    
    font-size: 10px;
	font-style: normal;
}

A:link {
	font-weight : bold;
	color: #000000;
	text-decoration: underline;
}

A:hover { 
    font-weight: bold;
    color: #4556f8;
	text-decoration: underline;
}

A:active { 
    font-weight: bold;
    color: #bbbbbb;
	text-decoration: underline;
}

A:visited { 
    font-weight: bold;
    color: #333333;
	text-decoration: underline;
}

