body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

td, input, textarea{
	font-family:Tahoma;
	font-size:11px;
	line-height:14px;  
	color:#242424;	
	vertical-align:top;
	padding:
}

img {border:none}

.oneColFixCtr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.form { height:20px; margin-bottom:5px; }
.form input {width:223px; padding:0 0px 0 4px; height:17px; border-color:#DBDBDB; margin-top:3px;}
textarea { width:223px; height:95px; padding-top:1px; border-color:#DBDBDB; margin-top:3px; padding-left:4px; }

table { 
	border:0px;
	border-collapse:collapse;
	width:100%;
	vertical-align:top;
}

#column1 {width:160px;}
#column2 {width:10px;background:url(images/line_ver.gif) repeat-y left top;}
#column3 {width:230px;}

#main { width:766px;}
#menu { width:269px; vertical-align:top;}
#center { width:477px; padding-bottom:20px; vertical-align:top;}
#right { width:20px; vertical-align:top;}
#slogan { height:75px; vertical-align:top;}

/* contents */
#contents a { color:#798081; text-transform:uppercase; font-weight:bold; text-decoration:none; font-size:9px;}
#contents a:hover { text-decoration:underline;} 
#contents a span { text-transform:none; font-weight:normal; }
#contents td {padding:10px; text-align:justify;}

#details td {padding:2px; text-align:justify;}

/* footer */
#footer { height:60px; width:766px; vertical-align:top;}
#footer a { color:#798081; text-transform:uppercase; font-weight:bold; text-decoration:none; font-size:9px;}
#footer a:hover { text-decoration:underline;} 
#footer a span { text-transform:none; font-weight:normal; }
.styleFooter1 {font-family:Arial; font-size:small;}
.styleFooter2 {font-family:Arial; font-size:xx-small;}
.styleTable { width:766px; background-color:#F1F1F1; color:#818080;}
-->