
/* standard elements */
html {overflow-y:scroll}

* {
	margin: 0;
	padding: 0;
}
a {
	color: #CC0000;
}

p {
	margin:0px;
	padding:0px;
}
a:hover {
	color: #666666;
}
img {
border:0px;
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(images/bk.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #666666;
	font: normal 80% "Arial", Lucida Sans Unicode ,sans-serif;	
	text-align:center;
	line-height:18px;
	
}
html { overflow: -moz-scrollbars-vertical !important; }
.footerfont {
	color: #ffffff;
	line-height: 12px;
	}
.margin {
margin-left:10px;
}	

p,cite,code,ul {
	padding-bottom: 0.2em;
	padding-left:6px;	
}
h1 {
	font-size: 1.4em;
	margin-bottom: 1px;
	padding-left:0px;	
}

h1,h2,h3 {
	color: #0033CC;
	padding-top: 6px;
	padding-left:0px;
}

.nvbk {
background-image:url(images/nv02.gif);
}
.mnbk{
background-image:url(images/mnbk.gif);
}

/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	border: none;
	height: 20px;
	width: 70px;

}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}


a.ud {color:#0000CC; padding: 0 0 2px 0;font-size: 12px; background: url(images/line_link.gif) bottom repeat-x; text-decoration:none;line-height:20px;}
a.ud:hover {color:#CC0000; padding: 0 0 1px 0;background: url(images/line_link_over.gif) bottom repeat-x; text-decoration:none; line-height:20px;}
a.ud.visited {color:#66ccff; padding: 0 0 2px 0;font-size: 13px; background: url(images/line_link.gif) bottom repeat-x; text-decoration:none;line-height:20px;}

a.wh {color:#ffffff; padding: 0 0 2px 0;font-size: 10px; background: url(images/line_linkw.gif) bottom repeat-x; text-decoration:none;line-height:20px;}
a.wh:hover {color:#1a91ec; padding: 0 0 1px 0;background: url(images/line_link_overw.gif) bottom repeat-x; text-decoration:none; line-height:20px;}
a.wh.visited {color:#ffffff; padding: 0 0 2px 0;font-size: 10px; background: url(images/line_linkw.gif) bottom repeat-x; text-decoration:none;line-height:20px;}



#contact {width: 428px; height: 19px; background: url(images/email_bg.gif); float: left; padding: 10px 10px 10px 10px; font-size: 15px; text-align: center;}

.redtext {color: #CC0000;}

