body {
	background: #fff; /* #ffe5aa */
	font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}
a {
	color: #222;
	text-decoration: none;
}
a:active {
	color: #222;
}
a:hover {
	color: #e03c37;
}
h1 {
	margin: 20px 0px 10px 0px;
	font-size: 14px;
	font-weight: normal;
}
h3 {
	margin-left: 0px;
	font-size: 11px;
}
ul {
	padding-left: 15px;
}
li {
	list-style-type: square;
}
select, input {
	font-size: 11px;
	color: #e10000;
	border: 0px solid #fff;
}
img {
	border: 0px;
}
table {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
th {
	padding-right: 10px;
	text-align: left;
}
td {
	padding: 1px 10px 1px 0px;
}
td img {
	vertical-align: bottom;
	margin: 0px 0px 5px 2px;
}
object {
	width: 700px;
	height: 310px;
	margin-bottom: 20px;
}

hr {
	border: 1px solid #e10000;
	width: 400px;
}

#frame {
	width: 720px;
	height: auto;
	margin: 0px auto 10px;
	padding: 0px;
	text-align:left;
}


.logo {
	margin: 0px;
	padding:0px;
}
.logo img {
	margin: 0px;
	padding:0px;
}
.menu {
	width: 700px;
	background: #e10000;
	padding: 5px 0px 5px 0px;
	margin: -2px 0px 0px 0px;
}
.menu a:hover{
	color: #fff;
}

.menu .normalLink {
	font-weight: bold;
	margin-left: 10px;
	color: #f4cf56;
}
.menu .activeLink {
	font-weight: bold;
	margin-left: 10px;
	color: #fff;
}
.contentTop {
	width: 700px;
	padding: 30px 20px 0px 20px;
	background: #f4cf56;
}
.contentLeft {
	color: #e10000;
	width: 700px;
	background: #f4cf56;
	padding: 20px 20px 30px 20px;
	clear: both;
}
.contentLeft p {
	line-height: 14px;
	padding-right: 100px;
}

.tdl {
	width: 150px;
}
.button {
	margin-left: 10px;
	border: 1px solid #fff;
	background: #e10000;
	color: #f4cf56;
	font-weight: bold;
	width: 30px;
}
.submit {
	margin-top: 10px;
	border: 1px solid #fff;
	background: #e10000;
	color: #f4cf56;
	font-weight: bold;
}

.bottomContent {
	font-size: 9px;
	margin-top: 20px;
	color: #e03c37;
}

.bottomContent a {
	color: #e03c37;
}
.bottomContent a:hover {
	color: #f4cf56;
}

/*  Calendar CSS */

.cpYearNavigation,
.cpMonthNavigation
		{
		background-color:#e03c37;
		text-align:center;
		vertical-align:center;
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		}
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText
		{
			border-color: #fff;
		font-family:arial;
		font-size:8pt;
		}
td.cpDayColumnHeader
		{
		text-align:right;
		border:solid thin #e03c37;
		color: #e03c37;
		border-width:0 0 0 0;
		}
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate
		{
		text-align:right;
		text-decoration:none;
		}
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled
		{
		color:#D0D0D0;
		text-align:right;
		text-decoration:line-through;
		}
.cpCurrentMonthDate
		{
		color:#e03c37;
		font-weight:bold;
		}
.cpCurrentDate
		{
		color: #FFFFFF;
		font-weight:bold;
		}
.cpOtherMonthDate
		{
		color:#808080;
		}
td.cpCurrentDate
		{
		color:#FFFFFF;
		background-color: #e03c37;
		border-width:1;
		border:solid thin #f4cf56;
		}
td.cpCurrentDateDisabled
		{
		border-width:1;
		border:solid thin #FFAAAA;
		}
td.cpTodayText,
td.cpTodayTextDisabled
		{
			display: none;
		border:solid thin #e03c37;
		border-width:1 0 0 0;
		}
a.cpTodayText,
span.cpTodayTextDisabled
		{
		height:0px;
		}
a.cpTodayText
		{
		color:#e03c37;
		font-weight:bold;
		}
span.cpTodayTextDisabled
		{
		color:#D0D0D0;
		}
.cpBorder
		{
			padding:0px;
		border:solid thin #e03c37;
		}
.cpBorder td {
	border:0px thin #e03c37;
	padding: 0px;
	
}