@import url("fonts.css");
@import url("navigation.css");


/* CSS Document */
/* mac hide ie5 compat \*/

body {
	margin: 10px auto auto;
	background-color: #E5EAEE;
	height: 100%;
}
/* end hide */

/* E: Body */

/* S: Structure */

#master {
	height: 100%;
	background-image: url(../images/bg/faux_bg.gif);
	background-repeat: repeat-y;
}

/* E: Structure */

/* S: Lines */
.nav_line {
	background-color: #E5E5E5;
}

/* E: Lines */

/* S: Data Form */

.data_select {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 0.8em;
	width: 154px;
}

.data_input {
	padding: 0px;
	margin: 0px;
	width: 154px;
	
}

.data_button {
	padding: 0px;
	margin: 0px;
	width: 134px;
}

/* E: Data Form */
