/* Layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, blockquote, legend
{margin:0; padding:0; border:0;} 


h1 {
	font-size: 25px;
	font-weight: bold;
	color: #42454c;
}

/* Form Fields */

.search {
	background-image: url(../images/icon_magnify.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	padding-left: 20px;
	border: none;
	width: 200px;
}

.dropdown130 {
	width: 130px;
	font-size: 11px;
	color: #42454c;
}

/* 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;}
.eighteen {font-size: 18px;}
.twenty {font-size: 20px;}
.twentyfive {font-size: 25px;}

/* Font Colours */

.white {color: #FFFFFF;}
.black {color: #000000;}
.dgray {color: #42454c;}
.lgray {color: #c7c4b5;}
.red {color: #d71920;}

/* 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;}

.w2g {text-decoration: none; color: #FFFFFF;}
.w2g:hover {color: #c7c4b5;}

.g2b {text-decoration: none; color: #42454c;}
.g2b:hover {color: #000000;}

/* Drop Down Menus */

#dropmenudiv{
position:absolute;
/* border-bottom-width: 0; */
font:normal 12px Verdana;
line-height:22px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
/* text-indent: 3px;
border-bottom: 1px solid #e3e3e3; */
padding: 1px 0 0 5px;
text-decoration: none;
color: #ffffff;
background-color: #42454c;
}

#dropmenudiv a:hover{
color: #42454c;
background-color: #c3c1b2;
}

.tabs {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	text-decoration: none;
}

.tabs:hover {
	color: #c7c4b5;
}

#breadcrumbs {color:#000000;}
#breadcrumbs a {color:#666666; text-decoration:underline; }
#breadcrumbs a:hover {text-decoration:none; }

#paging {color:#000000;}
#paging a {color:#666666; text-decoration:underline; }
#paging a:hover {text-decoration:none; }

#sitemap {color:#000000;}
#sitemap a {color:#000000; text-decoration:none; }
#sitemap a:hover {text-decoration:underline; }
