body {
	font-family: times new roman;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
}

table {
	font-family:  times new roman;
	font-size: 16px;
	color: #000000;
}
.border {
	border: #339ded 1px solid;
}
a:link {
	font-size: 16px;
	color: #339ded;
	font-family:  times new roman;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-size: 16px;
	color: #339ded;
	font-family:  times new roman;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-size: 16px;
	color: #339ded;
	font-family:  times new roman;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-size: 16px;
	color: #339ded;
	font-family:  times new roman;
	font-weight: bold;
	text-decoration: underline;
}
a.white:link {
	font-size: 16px;
	color: #ffffff;
	font-family:  times new roman;
	font-weight: bold;
	text-decoration: none;
}
a.white:visited {
	font-size: 16px;
	color: #ffffff;
	font-family:  times new roman;
	font-weight: bold;
	text-decoration: none;
}
a.white:hover {
	font-size: 16px;
	color: #ffffff;
	font-family:  times new roman;
	font-weight: bold;
	text-decoration: underline;
}
a.white:active {
	font-size: 16px;
	color: #ffffff;
	font-family:  times new roman;
	font-weight: bold;
	text-decoration: underline;
}

.top {
	background-image: url(../images/top-a.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 121px;
}
.side {
	background-image: url(../images/side-a.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	width: 148px;
}
.corner {
	background-image: url(../images/corner-a.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 46px;
}
.bold {
	font-weight: bold;
}
.title {
	font-size: 16px;
	font-weight: bold;
	border-bottom: #339ded 1px dotted;
}
input {
	border: 1px solid #339ded;
	font-size: 16px;
	color: #000000;
	font-family:  times new roman;
	background-color: #ffffff;
}
.input {
	border: 1px solid #339ded;
	font-size: 16px;
	color: #000000;
	font-family:  times new roman;
	background-color: #ffffff;
	cursor: pointer;
}
textarea {
	border: 1px solid #339ded;
	font-size: 16px;
	color: #000000;
	font-family:  times new roman;
	background-color: #ffffff;
}

