/* 

Author: Robert Mooney
Created: 27/09/2005

*/

body, html
{
	font: 0.85em/1.4em verdana, sans-serif;
	color: #000;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6
{
	font-family: arial, helvetica, sans-serif;
	color: #595959;
}

h1 { font-size: 1.2em; }

h2 { font-size: 1.2em; }

h3,h4,h5,h6,pre,code { font-size: 1em; }
ul,ol,h1,h2,h3,h4,h5,h6,pre,form,p,table,fieldset { margin: 1em 0; }

a
{
	color: #0000FF;
	text-decoration: none;
}

a:hover { text-decoration: underline; }
input { margin: 0; }
blockquote { margin: 1em 2em; }
ul,ol { padding: 0; }
li { margin: 0.5em 0 0.5em 2em; }
dd { margin: 0 0 0.5em 2em; }
dt { margin: 0 0 0 2em; }
ul li { list-style: disc; }
ul li li { list-style: circle; }
ul li li li { list-style: square; }
dt { font-weight: bold; }
em { font-style: italic; }
strong { font-weight: bold; }
big { font-size: 1.2em; }
small { font-size: 0.8em; }

hr
{
	border-style: solid;
	border-width: 1px;
}

a img,:link img,:visited img { border: none; }
address { font-style: normal; }

table, td, th
{
	border-collapse: collapse;
	border: 0px solid #fff;
	vertical-align: top;
}

td, th
{
	vertical-align: top;
	padding: 0.5em 0.2em;
	margin: 0;
	border: 0px;
	
}

th
{
	text-align: left;
	background-color: #eee;
}

form { margin: 0; }
/*form table { margin: 0 auto; }
*/
form table, form th, form td
{
	border: none;
	vertical-align: top;
}

form th, form td { padding: 0.5em; }

/* miscellaneous formatting classes */
.left { text-align: left; }
.right { text-align: right; }
.justify { text-align: justify; }
.floatleft { float: left; }
.floatright { float: right; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.hide { display: none; }
.clear { clear: both; }
.nbody {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 15px 5px 5px;
	text-align: left;
}
.nbodybanner {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 15px 5px 5px;
	text-align: left;
	width: 448px;
}
.nbodylist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 15px 0px 5px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
.description {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px 0px 0px 85px;
	float:none;
	padding: 0px 0px 10px 0px;
}
.nbodyt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #047DBF;
	margin: 0px 0px 0px 0px;
}
.nbodyt a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #047DBF;
}
.nbodyt a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #047DBF;
}
.nbodyt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #047DBF;
	text-decoration: underline
}
.nbanner {
	padding: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.ntitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.boxcentre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 145px;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	padding: 0px;
	background-color: #F4F4F4;
	vertical-align: top;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.boxtop {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(corner-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	color: #FFFFFF;
	height: 30px;
}
.boxbtm {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(corner-btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
}
