@import url("/css/default.css");
@import url("/css/disp.css");
@import url("/css/thickbox.css");
@import url("/css/header.css");
@import url("/css/content.css");
@import url("/css/footer.css");

/* CSS Document */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
body {
	text-align:center;

}	 
*{
	font-size: 1em;
	line-height: 1.25em;
}

/*table { table-layout:fixed;}
tr td {vertical-align: top;}*/
input, select, textarea {
font-size: 1em;
line-height: 1.25em;
}
select option {padding: 1px 0;}

a {
	font-family: Verdana, sans-serif;	
	color: #3b0a00;
}
a:hover, a.active {
	color: #c0113e;
	text-decoration: none;
}
.body { 
	text-align: left; 
	width: 1000px;
	margin: 0 auto; 
	background:#ffefcf;	
	border-left: 1px solid #c09f88;
	border-right: 1px solid #c09f88;
}

/***** Global Classes *****/
.clear         { clear:both; float: none; }
.float-left    { float:left; }
.float-right   { float:right; }
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.wrap          { width:960px;margin:0 auto; }
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.td-middle	   { vertical-align: middle; }
.size-phone    { width: 99%; }
.hr			   { width: 100%; height: 1px; margin: 10px 0px; border-bottom: 1px dashed #b1b1b1; }
.font-min	   { font-size: 80%; }
.head {
	margin:0;
	padding:0;
	font-weight: bold;
	padding:30px 0 25px 0;
	font-size: 2em;
}
#spinner, #spinner2 {
	position: absolute;
	z-index: 5;
	width: 30px;
	height: 30px;
	background: url('/images/loadinfo.gif') no-repeat center center;
}
