* {
  font-family: Verdana;
  font-size: 10px;
  color: #453e38;
}

BODY {
  margin: 0px 0px 0px 0px;
  background-image: url(/images/background.jpg);
  background-repeat:repeat-x;
  background-color: #d9ebf5;
}

TABLE
{
	width: 100%;
	padding: 0 0 0 0;
	border: solid 0px;
}

INPUT
{
	border: solid 1px #c8c4c3;
}

IMG
{
	border: solid 0px;
}

/* general design components */
.blueline
{
	background-color: #5fb0dd;
	float: left;
	width: 100%;
	height: 3px;
}

.grayline
{
	background-image: url(/images/graygradient.jpg);
	float: left;
	width: 100%;
	height: 47px;
}

.shadowline
{
	background-image: url(/images/headershadow.jpg);
	float: left;
	width: 100%;
	height: 12px;
}

/* buttons */
.button
{
	background-image: url(/images/button.jpg);
	border: solid 0px;
	color: White;
	width: 80px;
	height: 19px; 
}

/* text designs */
.labelcaption
{
	font-weight: bold;
}

/* additional properties */
.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}
