/* Layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#7b7f84;
	font-size:11px;
	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;}
.sixteen {font-size: 16px;}
.seventeen {font-size: 17px;}
.eighteen {font-size: 18px;}


/* Font Colours */

.white {color: #FFFFFF;}
.black {color: #000000;}
.gray {color: #6D6D6D;}
.red {color: #E70000;}
.dgray {color: #2b2d30;}
.gray {color: #797979;}
.lgray {color:#7b7f84;}
.blue {color: #00a7ee;}
.green {color: #81b100;}
.orange {color:#ff5b02;}

/* Font Style & Weight */

.bold {font-weight: bold;}
.italic {font-style: italic;}
.strikeout {text-decoration: line-through;}

/* Hovers */

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

/* BLOCK Hovers */


.block:hover {
	color: #FFFFFF;
	background: #ff6600;
}

.block {
	text-decoration: none;
	display: block;
	padding-top: 6px;
	background: transparent;
	float: center;
	margin: 0;
	white-space: nowrap;
	width: 57px;
	height: 22px;
	color: #E70000;
}
.block:hover {
	color: #FFFFFF;
	background: #ff6600;
}
.blockactive {
	text-decoration: none;
	display: block;
	padding-top: 6px;
	background: transparent;
	float: center;
	margin: 0;
	white-space: nowrap;
	width: 62px;
	height: 22px;
	color: #FFFFFF;
	color: #ffffff;
}

/* Tabs */

.tabs {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(../images/tabs_up.gif)
}

.tabs:hover {
	ackground-image: url(../images/tabs_over.gif);
}

.active {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(../images/tabs_over.gif)
}

.trebuchet {font-family: "Trebuchet MS";}
.tahoma {font-family: "Tahoma" ;}

.green2orange {text-decoration:none; color: #136a89;}
.green2orange:hover {color:#ff6600;}

.blue2orange {text-decoration:none; color: #00a7ee;}
.blue2orange:hover {color: #ff6600;}

.bgNorepeat {background-repeat:repeat-y; background-position:left}
.bgNorepeat_1 {background-repeat:repeat-y; background-position:right}

.gray2orange {text-decoration:none; color: #666666;}
.gray2orange:hover {color: #ff6600;}

.field	{width:150px;}
.field1	{width:175px;}
.field2	{width:350px;}
