/* Layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Font Sizes */

.ten {font-size: 10px;}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}

/* Font Colours */

.white {color: #FFFFFF;}
.blue {color: #4E9DD6;}
.gray {color: #7C7D7E;}
.brown {color: #DB5F34;}

/* Font Style & Weight */

.bold {font-weight: bold;}
.italic {font-style: italic;}
.padding {text-decoration: none; font-weight: bold; display: block; padding-left: 10px; padding-right: 10px; background: transparent; float: center; margin: 0; line-height: 23px; white-space: nowrap; background: #2D82C0;}

/* Hovers */

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

.br2bl {color: #DB5F34; text-decoration: none;}
.br2bl:hover {color: #4E9DD6; text-decoration: none;}

.bl2br {color: #4E9DD6; text-decoration: none;}
.bl2br:hover {color: #DB5F34; text-decoration: none;}

/* BLOCK Hovers */

.block {
	color: #;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	background: transparent;
	float: center;
	margin: 0;
	line-height: 23px;
	white-space: nowrap;
}
.block:hover {
	color: #FFFFFF;
	background: #2D82C0;
}

