html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-image: url(gfx/back01.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea,input,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D3130E;
	background-color: #F5F7FA;
	border: thin #6277B0 dotted;
}
#main {
	background-color: #FFFFFF;
	width: 770px;
	height: 100%;
}
.header01 {
	font-size: 12px;
	font-weight: bold;
	color: #D3130E;
}
.header02 {
	font-size: 13px;
	font-weight: bold;
    letter-spacing: 2px;
	color: #FF7D00;
}
.header03 {
	font-weight: bold;
	color: #FFCB57;
}
.menu {
	font-size: 12px;
	font-weight: bold;
	color: #D3130E;
	letter-spacing: 2px;
}
.menu A{
	color: #D3130E;
	text-decoration: none;
}
.menu A:HOVER{
	color: #CCCCCC;
	text-decoration: none;
}
#td01 {
	background-image: url(gfx/back02.gif);
	background-repeat: repeat-y;
}
#td02 {
	background-image: url(gfx/head03.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	width: 113px;
}
#td02 A {
	color: #666666;
	text-decoration: none;
}
#td02 A:HOVER {
	color: #999999;
	text-decoration: none;
}
#td03 {
	background-color: #FFBF30;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 5px;
}
#td04 {
	background-color: #FF7D00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 5px;
}
#td05 {
	background-image: url(gfx/back03.gif);
	background-repeat: repeat-x;
	padding: 10px;
	vertical-align: top;
	font-size: 10px;
	color: #666666;
	text-align: left;
}
#td05 div {
	text-align: justify;
	width: 180px;
}
#td06 {
	vertical-align: top;
	padding: 10px;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
#td06Little{
	font-size: 11px;
}
#td06 A{
	color: #D3130E;
    text-decoration: none;
}
#td06 A:HOVER{
	color: #CCCCCC;
    text-decoration: none;
}
#td07 {
	background-color: #D1D1D1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 5px;
}
#td08 {
	background-color: #B0B0B0;
	font-size: 5px;
}
#td09 {
	font-size: 10px;
	font-weight: bold;
	color: #FF7D00;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 7px;
}
#td09 A {
	color: #FF7D00;
	text-decoration: none;
}
#td09 A:HOVER {
	color: #CCCCCC;
	text-decoration: none;
}
#mainTable {
	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;

}
#mainTableHeader {
	background-color: #FF7D00;
	color: #FFFFFF;
}
#mainTableHeader2 {
	background-color: #FFBF30;
	color: #FFFFFF;
}
#mainTable td {
 	padding: 3px;
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
}
#mainTableText {
	text-align: left;
	font-size: 11px;
}
