﻿.clear{ clear:both;}
.clearL{ clear:left;}
.clearR{ clear:right;}
.left {float:left;}
.right {float:right;}
.aRight{ text-align:right;}
.bigLink{ font-size:large;}
.pointer{ cursor:pointer;}
a.nB{background:none;}
.nFonts{ font-family:Arial}
.small{ font-size:small;}
img { border:none;}
.noDis{display:none;}
.DisB{display:block;}
.pad5{padding:5px;}
.pad10{padding:10px;}
.pad15{padding:15px;}
.pad20{padding:20px;}
.m5{margin:5px;}
.m10{margin:10px;}
.m15{margin:15px;}
.m20{margin:20px;}
.heavy{ font-weight:bold;}
div.oval {

	margin: 10px 5px;
	border-color: #666;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}
    .latestM {float:left; margin:3px 5px; font-size:small;}
    .latestMLink { font-size:smaller;}
    a.addComment{ font-size:x-small; background:none;}