/* CSS Document */
/* Created by Minefield digital media
   http://www.minefield.com.au */
   
body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-image: url(../images/page_bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 12px;
	color: #333333;
	
}
.white {color:#FFFFFF;}
.white:link {color:#CCCCCC; text-decoration:none;}
.heading {font-size: 14px; line-height:18px;}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration:none;
}
.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0101;
	text-decoration:none;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#990000;
	text-decoration:none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#990000;
	text-decoration:underline;
}

a.demoBut {
	display: block;
	width: 131px ;
	height: 33px;
	background:url(../images/demo_button.gif) bottom no-repeat;
	text-indent: -999em;
}
a.demoBut:hover {
	background-position: top;
}
img {border-color: #666666;}
#test {margin:10px;}

p.buttonLong {
	padding: 15px;
}

p.buttonLong a {
	display: block;
	background: url(../images/button_long.gif);
	width: 307px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
}