
/* GENERAL */
html {
	overflow-y: scroll;
}
body {
	background-color: #bababa;
	// background-image: url('../images/graphics/bg.jpg') ;
}

td, span, div {
	font-size: 14px;
	font-family: Helvetica, arial, Geneva, Swiss, sans-serif;
	color: #333333;
}
a img {
	border: 0px;
}
a {
	color: #ee0000;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.displayNone {
	display: none;
}


/* HOLDERS */






/* SPANS */

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.complete {
	font-size: 18px;
}



/* LISTS */
ol, ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}





/* FORMS */
form td {
	padding: 5px;
}
form .label {
	text-align: right;
	vertical-align: bottom;
}
form .label .sub {
	display: block;
	font-size: 11px;
}
form .subLabel {
	color:#555555;
}
form .text {
	/*
	width: 263px;
	height: 30px;
	background-image: url('../images/graphics/inputText.gif');
	*/
	padding-left: 5px;
}
form .text input,
input.lineInput {
	width: 295px;
	height: 20px;
	border: 0px;
	font-size: 16px;
	background-color: transparent;
	border-bottom: 1px solid #ee0000;
}
input.lineInput {
	width: 190px;
	height: 16px;
	font-family: Courier;
}
form .small {
	/*
	background-image: url('../images/graphics/inputTextSmall.gif');
	*/
}
form .small input {
	width: 46px;
}
form .medium input {
	width: 160px;
}
form .placeholder {
	color: #888888;
}
