/* GLOBAL STYLE SHEET FOR BASIC SITE FUNCTIONALITY */


/* for object placement */
.column	{ float: left; margin: 0; }

.left	{ float: left; }
.right 	{ float: right; }
.clear	{ clear: both; }

.center	{ text-align: center; }
.align_right	{ text-align: right; }
.align_left		{ text-align: left; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }

/* to avoid excess code in style sheets */
.nine	{ font-size: 9px; }
.ten	{ font-size: 10px; }
.eleven	{ font-size: 11px; }
.twelve	{ font-size: 12px; }
.thirteen { font-size: 13px; line-height: 17px; }
.fourteen { font-size: 14px; }

/* Remove linked image borders in Mozilla */
a img	{ text-decoration: none; border: none; }

.red {
color: #ad3333;
}


