@import url(/css/layout.css);
@import url(/css/header-nav.css);
@import url(/css/footer-nav.css);
@import url(/css/util-bar.css);
@import url(/css/scroller.css);
@import url(/css/print.css);

html {
	height: 100%;
}

body {
 	font-family: verdana, arial, sans-serif;
    font-size: 62.5%;
    background: #000 url(/images/common/bg_leather.jpg) left top repeat;
    margin: 0;
    padding: 0;
	text-align: center;
	height: 100%;
	color: white;
}

::-moz-selection { 
	background: #67789a; 
	color: black;
}

::selection { 
	background: #67789a; 
	color: black; 
}

body.popup {
	text-align: left;
}

* {
    margin: 0;
    padding: 0;
}

.clearfix {
    clear: both;
}

br.clearfix {
    font-size: 1px;
    line-height: 1px;
    clear: both;
    overflow: hidden;
}

img {
    border: 0;
    vertical-align: bottom;
}

form {
	margin: 0;
	padding: 0;
}

.nowrap {
    white-space: nowrap;
}

h2 span.nowrap {
	white-space: nowrap;
}

.printonly {
    display: none;
}

a:link {
	color: #aaa;
}

a:visited {
	color: #aaa;
}

a:hover {

}

a:active {

}


#errorMsg {
	width: 95%;
	margin: 0 auto;
	
	border: none;
	
	background-color: #700;
}

#errorMsg p {
	margin: .5em;
}

