/* Layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Font Sizes */

.nine {font-size:9px;}
.ten {font-size: 10px;}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}
.sixteen {font-size: 16px;}

/* Font Colours */

.white {color: #FFFFFF;}
.black {color: #000000;}
.gray {color: #999999;}
.red {color: #FF0000;}
.blue {color: #336699;}
.orange {color: #FF9933;}

/* Font Style & Weight */

.bold {font-weight: bold;}

/* Hovers */

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

.black2gray {color:#000000; text-decoration:none;}
.black2gray:hover {color:#999999;}

/* BLOCK Hovers */

.block {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	background: transparent;
	float: center;
	margin: 0;
	line-height: 22px;
	white-space: nowrap;
}
.block:hover {
	color: #FFFFFF;
	background: #999999;
}

/* Backgrounds */

.bg {
	background-repeat: no-repeat;
	background-position: right bottom;
}

.rightbg {
	background-repeat: no-repeat;
	background-position: center top;
}
.ground {
	background-repeat: no-repeat;
}
