/*  

Design (c) 2007 www.bradleymason.co.uk
	
------------
BASIC STUFF
----------*/

* { /* Reset the margins */
	margin: 0px;
	padding: 0px;
	}
	
div, td {
	border: red solid 0px;
	vertical-align: top;
}

html, body{

}

body ul.bulleted {
    margin: 0 0 0 2em;
    padding: 0 0 0 1.2em;
    list-style: none;
    text-indent: -1.2em;
    *text-indent: 0;
    *list-style-type: disc;
    }

html>body ul.bulleted li {
    margin: 0 0 0 1.2em;
    }

p {
	padding: 0px;
	margin: 0px;
}	

img, img:link,img:visited {
	border: 0px;
}
	
img { /* default opacity for IE */
	filter:alpha(opacity=100);
	}

img.idupe { /* duplicate image positioning */
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}
	
.clear { 	clear: both; }
		

		
		
/*----------
TEXT
----------*/

body, bodytext, td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.77em;
	letter-spacing: 0.02em;
	line-height: 1.6em;
	color: #000;
}

.white {
	color: #ffffff;
}

.formredtext, red, redtext {
	color: red;
	font-weight: bold;
}


h1, .bold {
	font-size: 1.0em;
	line-height: 0.9em;
	letter-spacing: 0em;
	margin: 0px;
	padding: 0px;
	}
	
h2, .title {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 1.2em;
}

h3, .header {
	font-size: 1.6em;
	line-height: 1.0em;
	letter-spacing: 0em;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #000;
	}

p {
	margin: 0px;
	padding: 0px 0px 0px 0px;

}

.caption {
	font-size: 0.9em;
	line-height: 1.0em;
	letter-spacing: 0em;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.smalltext {
	font-size: 0.9em;
	line-height: 1.2em;
	}
	
.search_date {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #000;
	}
	
.topmenu {
	color: #ddd;
	font-size: 0.8em;
	margin: 0px 5px 0px 5px;
	}
	
.welcomenews {
	font-size: 0.9em;
	line-height: 1.1em;
	color: #000;
}



/*----------
LINKS
----------*/

A:link, A:visited, A:active {
	text-decoration: underlined;
	color: #000;	
}

A:hover {
	color: red;
	}

A.noline:link, A.noline:visited, A.noline:active {
	text-decoration: none;	
	color: #555555;
}

A.topmenu:link, A.topmenu:visited, A.topmenu:active {
	text-decoration: none;	
	color: #ddd;
}

A.topmenu:hover {
	color: #000;
	text-decoration: underline;	
	}

A.nolinewhite:link, A.nolinewhite:visited, A.nolinewhite:active {
	text-decoration: none;	
	color: #ffffff;
}

A.noline:hover, A.nolinewhite:hover {
	text-decoration: underline;	
}

A.leftmenutextbold:link, A.leftmenutextbold:visited, A.leftmenutextbold:active {
	text-decoration: none;	
	color: #000;
}


A.leftmenutextbold:hover {
	text-decoration: underline;	
	color: #000;
}


A.white:link, A.white:visited, A.white:active {
	text-decoration: none;	
	color: #ffffff;
}

A.white:hover {
	text-decoration: underline;
	
}



