a {
	color:#2b2bf1;
	font-size:12px;
	font-family: Verdana, sans-serif;
}
a:hover {
	color:#900;
	text-decoration:underline;
}

a img {border-width:0px;}

body, td, div {
  font-size:12px;
  font-family: Verdana, sans-serif;
  color:#777;
background:#fff;
}
div {
	border:0px solid red;
}
.clear {
	clear:both;
}
.tRight {text-align:right;}
.tCenter {text-align:center;}
.smaller{font-size:8px;}
.grey{color:#aaa;}

body {
	margin:0px;
	padding:10px;
}

.title {
    text-transform:uppercase;
    font-size:16px;
    font-weight:bold;
    color:#006;
    line-height:1.5;
}

.left {
	float:left;
}
.right {
	float:right;
}
.smaller, .smaller a {
	font-size:9px;
}

.nUnd {
	text-decoration:none;
}
